Hi,

I've been able to edit the current.inc and hilo.inc to display tables of 
the values that interest me, but when I edit skins.conf things just don't 
go the way I want.

If I comment out
        [[[daywind]]]
            [[[[windSpeed]]]]
            [[[[windGust]]]]
I still get a windSpeed/WindGust graph.

If I add an extra [[[daytemp]]] for more sensors, I get
weewx[24667]: reportengine: Failed to read skin configuration file 
/etc/weewx/skins/Seasons/skin.conf for report 'SeasonsReport': Duplicate 
section name at line 267

If I add a new name such as
        [[[daytemp1]]]
            [[[[extraTemp11]]]]
then I don't get an extra graph.

So far I have been able to get temperature graphs by replacing values in 
existing graphs
##        [[[daytempfeel]]]
##            [[[[windchill]]]]
##            [[[[heatindex]]]]

        [[[daytempfeel]]]
            [[[[extraTemp12]]]]
            [[[[extraTemp8]]]]
            [[[[extraTemp9]]]]
            [[[[extraTemp11]]]]
            [[[[extraTemp7]]]]

So obviously editing skins.conf on its own is insufficient. How do I remove 
the rainfall and wind graphs, and get more humidity graphs. Which file 
defines what to generate, and how?


-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/0a590977-8b70-42fe-9fd6-80ec544f496d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to