Re: [weewx-user] RSS - FEED

2024-03-06 Thread Fjordey
Thanks Tom, I will make the changes, and look at the rain further in the next few days.. On Wednesday, March 6, 2024 at 3:12:16 PM UTC-5 Tom Keffer wrote: > A template file is a not-very-obvious mix of HTML and Cheetah tags. To get > the formatting you need, change this > > #for $x in

Re: [weewx-user] RSS - FEED

2024-03-06 Thread Tom Keffer
A template file is a not-very-obvious mix of HTML and Cheetah tags. To get the formatting you need, change this #for $x in $observations #if $getattr($current, $x).has_data #if $x == 'windSpeed' $obs.label.wind: $current.windSpeed $gettext("from") $current.windDir; #else

[weewx-user] RSS - FEED

2024-03-06 Thread Fjordey
I realize not many are using the RSS feed, yet I am to just get a quick check of things while sorting through my news feeds... regaurdless the reason I need help if possible... I'm not an expert by any means, but can fumble my way through the coding most times. #1 I edited the template to

Re: [weewx-user] RSS feed -

2020-09-20 Thread Tom Cichowicz
Thanks ... I've trimmed down my rss.xml.tmpl - to remove those additional page/links so I'm 404 error free now. On Sunday, September 20, 2020 at 5:17:51 PM UTC-4 tke...@gmail.com wrote: > It appears that the RSS template in the Seasons skin was carried over from > the old Standard skin,

Re: [weewx-user] RSS feed -

2020-09-20 Thread Tom Keffer
It appears that the RSS template in the Seasons skin was carried over from the old Standard skin, but never updated so that the links would work with the new skin. I've created issue #608 to track. I guess that goes to show how often the RSS feed is

Re: [weewx-user] RSS feed -

2020-09-20 Thread Tom Cichowicz
tk; thanks for the info ... (following your instructions did remove the double //slash - THANKS) I'm using the default skin - Seasons - what is confusing me is that the RSS feed is creating links to pages that do not exist, nor the Seasons skin has .tmpl files for. So I'm assuming that's

Re: [weewx-user] RSS feed -

2020-09-20 Thread Tom Keffer
You didn't say what skin you are using, but on the assumption it's the Seasons skin, the rss template is skins/Seasons/rss.xml.tmpl. The double slash is probably being caused because the URL you specified in weewx.conf has a trailing slash. Just remove it. [Station] ... station_url =

[weewx-user] RSS feed -

2020-09-20 Thread Tom Cichowicz
I'm trying to figure out how/where the RSS Feed link is defined? It is creating links to pages that don't exist and they have a double slash withing the URL. ie. Monthly Weather Summary as of 09/20/2020 08:10:00 AM http://www.mpython.com/weather//month.html can anyone shed some light on