Type locale in the console: Mine looks like this: locale LANG=en_AU.UTF-8 LANGUAGE= 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=
When I do an install I run this below: #!/bin/bash echo Change the time zone dpkg-reconfigure tzdata echo Change locale to Australia dpkg-reconfigure locales update-locale en_AU.UTF-8 locale-gen en_AU.UTF-8 echo the local is set to locale On Monday, 1 November 2021 at 09:33:06 UTC+11 [email protected] wrote: > Yes I have run this and I have done it again and rebooted. Still no joy > with any of the additional options. > > > > > > *Nigel Bowen* > > > > [email protected] [mailto:[email protected]] *On Behalf Of * > vince > *Sent:* Monday, 1 November 2021 3:09 AM > *To:* weewx-user <[email protected]> > *Subject:* Re: [weewx-user] Re: Web Page not adding additional options > > > > Have you set your os to have that locale configured ? Run 'sudo > raspi-config', select 'Localisation Options', then 'Locale' > > > > On Sunday, October 31, 2021 at 12:27:27 AM UTC-7 [email protected] wrote: > > Thanks, but that just errors: > > ERROR user.belchertown: Locale: Error using locale en_AU.UTF-8. This > locale may not be installed on your system and you may see unexpected > results. Belchertown skin JavaScript will try to use this locale. Full > error: unsupported locale setting > > > > *Nigel Bowen* > > > > > > > > *From:* [email protected] [mailto:[email protected]] *On > Behalf Of *Greg from Oz > *Sent:* Sunday, 31 October 2021 5:38 PM > *To:* weewx-user <[email protected]> > *Subject:* [weewx-user] Re: Web Page not adding additional options > > > > Maybe this: > https://groups.google.com/g/weewx-user/c/BckKUHu2_DQ/m/30YJPrKkBwAJ > > > > On Sunday, 31 October 2021 at 16:19:43 UTC+11 [email protected] wrote: > > I seem to be missing out on a vital step when I try to customise the > Belchertown Skin. > > > > It seems that some options work when added in the Weewx.conf file and some > do not seem to works at all. No error or note in the logs. > > > > Earthquake data works but is in Miles when everything else is metric. > (Distance label is KM) > > > > I have added the Aeris Forecasts but couldn't add the forecast link for > Aeris so I managed to be able to add my own, but had to do it in the > Skin.conf file. I don't think that this is the right way to do it. > > > > The Air Quality just doesn't display anything. > > > > Twitter & Facebook doesn't get added. > > > > I am assuming that I need to be modifying these options in the Weewx.conf > file and leave the Skin.conf file alone. > > > > So I am thinking that I have missed something important and need some > guidance. > > -- > You received this message because you are subscribed to a topic in the > Google Groups "weewx-user" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/weewx-user/KUGB_fYu_yo/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/weewx-user/0816245c-8373-4022-af37-641c05c83820n%40googlegroups.com > > <https://groups.google.com/d/msgid/weewx-user/0816245c-8373-4022-af37-641c05c83820n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > -- > You received this message because you are subscribed to a topic in the > Google Groups "weewx-user" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/weewx-user/KUGB_fYu_yo/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > > To view this discussion on the web visit > https://groups.google.com/d/msgid/weewx-user/f1d0e772-b822-4bb1-970a-7e826e31b6e4n%40googlegroups.com > > <https://groups.google.com/d/msgid/weewx-user/f1d0e772-b822-4bb1-970a-7e826e31b6e4n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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/acd7aa84-eca1-461a-b9ea-b3a300291afen%40googlegroups.com.
