Apologies for how complicated these overrides have gotten! 1. Which version of WeeWX? 2. Make sure the files are actually getting regenerated. Deleting them before running wee_reports is best. 3. There is a hierarchy of precedence on options. Having said that, an override at the specific skin level is at the top of the hierarchy, so that should always work.
On Tue, Oct 26, 2021 at 11:16 AM [email protected] <[email protected]> wrote: > I tried overriding some label text (not to be confused with unit labels) > in a skin.conf like so: > > [Labels] > [[Generic]] > outTemp = Out Temp > > But the overrides weren't honored for the image generation (captions) or > html generation ($obs.label.outTemp). Changes in the weewx.conf StdReport, > Defaults section work: > > [StdReport] > [[Defaults]] > [[[Labels]]] > [[[[Generic]]]] > outTemp = Out Temp > > As are changes placed into the specific skin section of weewx.conf without > a "Defaults" heading: > > [StdReport] > [[SeasonsReport]] > skin = Seasons > enable = true > [[[Labels]]] > [[[[Generic]]]] > outTemp = Out Temp > > Am I missing something here? Are ImageGenerator and CheetahGenerator not > merging the label overrides from skin.conf? > > -- > 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/d4196a9b-8e3b-48a8-a16a-151071d15249n%40googlegroups.com > <https://groups.google.com/d/msgid/weewx-user/d4196a9b-8e3b-48a8-a16a-151071d15249n%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/CAPq0zEAXEFAsVX_t0EEsPSaHQOdRQiErs-qYZZ_vmtpcuke9fg%40mail.gmail.com.
