The Seasons skin loads the respective NOAA format report file via a call to small javascript function. No processing of the file is performed other than reading the posting the content. This html template <https://github.com/weewx/weewx/blob/master/skins/Seasons/tabular.html.tmpl#L35> and this javascript <https://github.com/weewx/weewx/blob/master/skins/Seasons/seasons.js#L164> refer.
The first two things I would be doing if you have forced regeneration of all NOAA format files is to check the re-generated files have been uploaded to your web server and then make sure that your web browser cache is cleared. Gary On Sunday, 15 October 2023 at 15:24:22 UTC+10 [email protected] wrote: > I have loaded several months of archive data into the DB and everything > looks okay except when I look at the NOAA reports. I removed all files > from the NOAA folder and it was rebuilt on the next report cycle, and those > txt files look great. But in Seasons, when I select a month in the upper > right (NOAA report) they do not match the txt files. Are the NOAA txt > files translated to some other file before displayed in Seasons? I did > remove all .png files and it made no difference. > More specifically, the txt files for each month show data for each day, as > separate lines in the file. But when displayed in Seasons, I get only a > couple of days showing data. Usually at the end of the month. So the txt > files show all the data but Seasons only displays a couple of lines. > > Craig > -- 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/7a7c4491-9569-4106-a2f0-d4ad4a2292e9n%40googlegroups.com.
