Re: [weewx-user] Re: how I change what shows up in my Weewx RSS feed?

2018-10-12 Thread gjr80
Hi Kevin, No not quite. Just like $day gives aggregates since the start of the day, $hour provides aggregates from the start of the hour. So to use $hour you use exactly the same syntax as with $day eg: $hour.rain.sum displays total rainfall since the top of the hour and $hour.windGust.max di

Re: [weewx-user] Re: how I change what shows up in my Weewx RSS feed?

2018-10-12 Thread Kevin Lloyd
Hi Gary, That's very helpful. Thank you. Now that you mention it, showing from the top of the hour would probably be better. So to be clear... If I want to display the total rain since the top of the hour, I would use: $span($hour.rain.sum) If I want to display the max wind gust since the top of

Re: [weewx-user] Re: how I change what shows up in my Weewx RSS feed?

2018-10-12 Thread gjr80
Kevin, in this case you want the sum so $span($hour_delta=1).rain.sum should do what you want. Note that this gives the sum over the last 60 minutes, you can use $hour.rain.sum to get the total rain since the top of the hour (same for windGust). Gary -- You received this message because you

Re: [weewx-user] Re: how I change what shows up in my Weewx RSS feed?

2018-10-12 Thread Kevin Lloyd
Hi Gary, That worked! The most recent tweet: Time: 12/10/18 08:00:00 PM Temp: 11.4°C Wind Chill: 11.4°C Heat Index: 11.4°C Dewpoint: 4.4°C Humidity: 62% Barometer: 1017.4 hPa Wind: 10 km/h from WNW Max Wind Gust this hour: 18 km/h Rain Rate: 0.0 mm/hr Sorry, one more quick thing (I promise). Wh

Re: [weewx-user] Re: how I change what shows up in my Weewx RSS feed?

2018-10-12 Thread Kevin Lloyd
Thanks Gary! I'll give that a try and let you know what happens. :) On Fri, Oct 12, 2018 at 7:47 PM gjr80 wrote: > Kevin, > > Try $span($hour_delta=1).windGust.max > > Gary > > -- > You received this message because you are subscribed to a topic in the > Google Groups "weewx-user" group. > To un

Re: [weewx-user] Re: how I change what shows up in my Weewx RSS feed?

2018-10-12 Thread gjr80
Kevin, Try $span($hour_delta=1).windGust.max 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 weewx-user+unsubscr...@googlegroups.com. For more options, vis

Re: [weewx-user] Re: how I change what shows up in my Weewx RSS feed?

2018-10-12 Thread Kevin Lloyd
Hi Gary, Here's what part of my RSS tmpl file looks like right now: Time:$current.dateTime Outside Temperature: $current.outTemp Wind Chill: $current.windchill Heat Index: $current.heatindex Dewpoi

Re: [weewx-user] Re: how I change what shows up in my Weewx RSS feed?

2018-10-12 Thread gjr80
Sorry, assumed you meant today but I see you did not say that. $day can be replaced with $month or $year. Other periods are available too with custom search lists. Gary -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this g

Re: [weewx-user] Re: how I change what shows up in my Weewx RSS feed?

2018-10-12 Thread gjr80
Kevin, Try $day.windGust.max 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 weewx-user+unsubscr...@googlegroups.com. For more options, visit https://groups

Re: [weewx-user] Re: how I change what shows up in my Weewx RSS feed?

2018-10-12 Thread Kevin Lloyd
Actually, I have one more related thought. Having wind direction show up in the RSS and Twitter feeds is important, but I'd like to also have the max wind gust show up as well. What do I need to change or add to make that happen? As always, I really appreciate the help. :) On Fri, Oct 12, 2018 a

Re: [weewx-user] Re: how I change what shows up in my Weewx RSS feed?

2018-10-12 Thread Kevin Lloyd
Finally found some time to figure this out today! Your suggestions worked, Gary! Thank you so much for helping me with that! Hopefully others will benefit as well! :) On Tue, Oct 9, 2018 at 6:33 AM Kevin Lloyd wrote: > I am indeed referring to that xml file. Thank you so much, Gary! I'll > backu

Re: [weewx-user] Re: how I change what shows up in my Weewx RSS feed?

2018-10-09 Thread Kevin Lloyd
I am indeed referring to that xml file. Thank you so much, Gary! I'll backup the tmpl file and give that a try and see what happens, and post an update here. :) On Mon, Oct 8, 2018 at 6:20 PM gjr80 wrote: > Hi, > > When you refer to the 'RSS feed' I presume you are referring to the > weewx_rss.x