1. Why not just continue to use your old skins? For the most part, skins have been upwardly compatible for a long time. In any event, to answer your question, we need a little more information. What does your [Extras] section look like in skin.conf?
2. The WeeWX applications work like any other Unix application: the date/time formats are set by the environment variable LANG. You didn't say what your value is for LANG, but I assume some European locale. To see what it is, use the locale command: *locale* You can override individual categories by using LC_xxx environment variables. For example, to use US style dates and times, you could use *LC_TIME=en_US.utf8 weewxd* The GNU documentation does a pretty good job of describing how this all works <https://www.gnu.org/software/gettext/manual/html_node/Locale-Environment-Variables.html> . On Wed, Aug 9, 2023 at 11:27 AM William Webb <[email protected]> wrote: > I have version 4 of Weewx running well after having used version 3 for a > very long time. I have two questions. > > 1. In the standard report, I would like to display weather radar data. I > added the URL and GIF information into skin.conf. Radar info was not > displayed.. Likely other changes are needed but I don't know what they > are. I don't remember doing anything special in version 3, however, its > been a while! > > 2. The date time format default in the standard skin is the European > format d/m/y. I would like to use the US format m/d/y globally, all > charts, all heading, etc. Is there a way to make this global change? Did I > miss something? > > -- > 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/b1a73cf3-4dac-4302-a920-b6c3ba75b61bn%40googlegroups.com > <https://groups.google.com/d/msgid/weewx-user/b1a73cf3-4dac-4302-a920-b6c3ba75b61bn%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/CAPq0zEBcUNsLzuY_iHfqT0ZsvCqyNzkE1sxXVGRNymxixXpicA%40mail.gmail.com.
