https://weewx.com/docs/latest/customizing.htm#Processing_order

shows four option hierarchies.

When for example, the skin.conf defines:

[ImageGenerator]
    [[day_images]]
        [[[daytemp]]]
            [[[[outTemp]]]]
            [[[[dewpoint]]]]

and weewx.conf defines:

[StdReport]
    [[MyReport]]
        [[[ImageGenerator]]]
            [[[[day_images]]]]
                [[[[[inDaytemp]]]]]
                    [[[[[[inTemp]]]]]]
                    [[[[[[inDewpoint]]]]]]

inDaytemp is after dayTemp. Can I specifiy inDaytemp to appear before 
daytemp in the config object data structure?

-- 
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/8fd0252e-b6b1-427e-bff7-a7c54e73ff97n%40googlegroups.com.

Reply via email to