Pat Thanks very much, fixed the issue. In my defence I have been rebuilding my system up from the ground with i2C and 1wire sensors with defaulted python3 with weewx 4.1 and a Pi that simply would not enable my locales. My system would only behave with US locales installed, could not install AU locales without the US also installed, and it would not let be default to AU.......searches revealed this problem is not isolated but is the first time I have seen it and I have multiple Pi's. My solution (after all other suggestions failed and 36 hrs later) was to install US, GB, AU..then edit ?etc/default/locale ( gets edited by update-locale) to
File generated by update-locale LANG=en_AU.UTF-8 #LC_ALL=en_US.UTF-8 LANGUAGE=en_AU.UTF-8 #LC_TIME="en_AU.UTF-8" Problem fixed until I rebuild :) just need to keep notes. Anyway I thought the skin date problems were a hangover from this issue and I should have read the full readme.... It's looking good and I really like the live update. I have DarkSky active (my previous build used it) so good for a little while...I have had no experience with the other potential candidates. Once again thanks very much Neville On Monday, June 1, 2020 at 10:21:36 PM UTC+10, Pat wrote: > > In skin.conf, you're probably looking at this option to change. You'll > need to restart weewx when you've made the change > > time_forecast_date = "ddd M/DD" > > > On Monday, June 1, 2020 at 8:20:00 AM UTC-4, Pat wrote: >> >> Take a look at this section of the readme on how to convert these to your >> locale >> <https://github.com/poblabs/weewx-belchertown#a-note-about-date-and-time-formatting-in-your-locale>using >> >> the options within skin.conf >> >> On Monday, June 1, 2020 at 7:39:38 AM UTC-4, Neville Davis wrote: >>> >>> I have tried weewx.conf belchertown_locale = “en_AU.UTF-8” and also set >>> to “auto” neither corrected the date configuration of the forecast elements. >>> >>> On Monday, June 1, 2020 at 5:05:23 PM UTC+10, Neville Davis wrote: >>>> >>>> My Pi3 has local setup for Australia the only date issue I have is with >>>> the Darksky forecast headed with for example 6/1 instead of our 1/6 . All >>>> other dates seem OK. >>>> >>>> In the index template we just load forecast I can see no where I can >>>> configure it. >>>> >>>> The main header for this section is 8 Day Forecast Last Updated on 1 >>>> June 2020 4:40 PM...I have Mon 6/01 on the daily forecast. >>>> >>>> My locale config >>>> >>>> LANG=en_AU.UTF-8 >>>> >>>> LANGUAGE=en_AU.UTF-8 >>>> >>>> LC_CTYPE="en_AU.UTF-8" >>>> >>>> LC_NUMERIC="en_AU.UTF-8" >>>> >>>> LC_TIME="en_AU.UTF-8" >>>> >>>> LC_COLLATE="en_AU.UTF-8" >>>> >>>> LC_MONETARY="en_AU.UTF-8" >>>> >>>> LC_MESSAGES="en_AU.UTF-8" >>>> >>>> LC_PAPER="en_AU.UTF-8" >>>> >>>> LC_NAME="en_AU.UTF-8" >>>> >>>> LC_ADDRESS="en_AU.UTF-8" >>>> >>>> LC_TELEPHONE="en_AU.UTF-8" >>>> >>>> LC_MEASUREMENT="en_AU.UTF-8" >>>> >>>> LC_IDENTIFICATION="en_AU.UTF-8" >>>> >>>> LC_ALL= >>>> >>>> >>>> Do I have to set something in the dark sky settings in weewx.conf? >>>> >>>> >>>> Neville >>>> >>>> 11% >>>> 3 | 10 km >>>> >>> -- 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/8dd37ce4-db1c-4a6f-b02e-cc5ad419a799%40googlegroups.com.
