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.

Reply via email to