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 = http://www.mpython.com/weather/ <-- Remove the trailing slash -tk On Sun, Sep 20, 2020 at 5:17 AM Tom Cichowicz <[email protected]> wrote: > 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. > <title>Monthly Weather Summary as of 09/20/2020 08:10:00 AM</title> > <link>http://www.mpython.com/weather//month.html</link> > > can anyone shed some light on this? > > -- > 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]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/weewx-user/4a1ba6ce-9379-4a0d-8d2a-eb9c65fd4e9bn%40googlegroups.com > <https://groups.google.com/d/msgid/weewx-user/4a1ba6ce-9379-4a0d-8d2a-eb9c65fd4e9bn%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/CAPq0zECyjx9xDBM2MU6gfCzUp2Zjba8LCC-g1DNN39AxmJqtOw%40mail.gmail.com.
