Hi, If you look carefully at the $span documentation you will see that you have an error in your syntax. Your post suggests you are using:
> <realtime> <data realtime = "raintimetest"> $span ($time_delta = 900) > windGust.formatted <! - dailyRain -> </ data> > The correct $span syntax in your case is: $span($time_delta=900).windGust.formatted The spaces are not critical but the periods (.) are. Gary -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
