You have a typo in weewx_pws.xml.tmpl. You have: <realtime><data realtime="low_barometer">$day.barometer.min.formatted <!--lowBarometer--></data></realtime> <!--RAIN--> <realtime><data realtime="minrain">$time_delta=900).rain.sum.formatted <!--dailyRain--></data></realtime> <realtime><data realtime="todaysrain">$day.rain.sum.formatted <!--dailyRain--></data></realtime>
it should read: <realtime><data realtime="low_barometer">$day.barometer.min.formatted <!--lowBarometer--></data></realtime> <!--RAIN--> <realtime><data realtime="minrain">$span($time_delta=900).rain.sum.formatted <!--dailyRain--></data></realtime> <realtime><data realtime="todaysrain">$day.rain.sum.formatted <!--dailyRain--></data></realtime> 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.
