Don't know. Populating the drop down lists depends on running the ByMonth and ByYear templates before the ToDate templates. But, I realized when doing the Python 3 port, that the algorithm made an assumption about the ordering of the dictionary used by ConfigObj. Normally, that's not a problem, except the CheetahGenerator makes a copy of the ConfigObj, and that copy doesn't always convey the ordering faithfully.
That's what we're testing. -tk On Fri, Mar 15, 2019 at 6:11 PM gjr80 <[email protected]> wrote: > Aha, so the issue with the NOAA drop downs is on a Sofa skin template > generated page, not the Standard or Seasons skins included with WeeWX. Not > saying that is the cause but I had assumed until now it was the Standard or > Seasons skin. > > Gary > > On Saturday, 16 March 2019 10:32:55 UTC+10, Micael Fredriksson wrote: >> >> Ok, I'll try that tomorrow and let you know the result. >> >> Micael >> > -- > 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]. > For more options, visit https://groups.google.com/d/optout. > -- 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]. For more options, visit https://groups.google.com/d/optout.
