For time formats, the weewx customization guide points you to the python date/time formatting options (link) <https://docs.python.org/3/library/datetime.html#strftime-strptime-behavior> saying %A is the day of the week (ie, Monday). The Belchertown docs (link) <https://github.com/poblabs/weewx-belchertown#a-note-about-date-and-time-formatting-in-your-locale> do read a little differently, pointing to the moment.js way to select a time format, and his example in skin.conf really confuses me completely.
See if "day = HH:MM" works perhaps.... (untested) It's not clear where you're editing things though. The number of [[[[ ]]]] pairs looks possibly wrong, which can break things. On Wednesday, May 4, 2022 at 11:47:20 AM UTC-7 [email protected] wrote: > Hi all, I'm new to all this configurtion stuff after using a Vantage Pro 2 > and Ambient s/w for the last 15+ years! I now have a Weatherflow Tempest > using Weewx with the Belchertown skin on a RPi4. So far I have pretty much > persuded it to do what I want with the exception of displaying tome in the > 24 hour format. Regardless of all the changes I have made it insists on > displaying any time in the AM / PM format i.e. 2:20:00PM instead of 14:20. > > From what I have read I need to make changes in: > [Belchertown] > [[[[TimeFormats]]]] > day = %HH:MM > week = %HH:MM on %A (what is the %A):: > etc. > etc. > > I have tried various combinations of %H:%M %HH:%MM %h:%m, all with no > effect. Can some one point me in the right direction to fix this. Weefx has > been restarted after each attempt to fix this!wxt > > Also, while on the subject of time, the time is posted to the data on my > web page, but I can see no sign of it if I open up > /var/www/html/weewx/index.html with my browser, is this normal? > > Thanks for any help that can be given > -- 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/b9e191a1-98ba-4af3-8af5-ae0a2eb56e07n%40googlegroups.com.
