Aha, I think i see what may be going on. You have the Standard skin and the Bootstrap skin both generating to public_html. Both the Standard skin and the Bootstrap skin have NOAA sub-directories with identical (or near identical) templates. So you have two skins generating the same reports into the same directory. If the Standard skin was generating US customary NOAA reports, the Bootstrap skin would then come along and produce its Metric NOAA reports. But since the previous months/years reports already exist courtesy of the Standard skin, the Bootstrap skin only produces the current month/year NOAA report. Hence you see US customary reports for all but the current reports which are Metric.
When you delete the reports to force regeneration the Standard skin does the heavy lifting and re-generates all the NOAA reports on the next report cycle. The Bootstrap skin sees all the old reports already exist so it just produces just the current month/year reports. This behaviour could be verified by careful analysis of the number of files generated by each skin in the first report cycle after deleting all the NOAA files, the Standard skin will produce many and the Bootstrap skin will not. To check if this is indeed the issue: 1. comment out the entire [[StandardReport]] stanza in weewx.conf 2. delete all NOAA format reports 3. restart WeeWX 4. wait for the first report cycle and then check the NOAA format reports to see if they are all Metric 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/4a982de3-ffec-4fcc-bacf-cfccb77ac677%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
