even though - to whom it may concern i.e. to
whom who wants to use the new neowx-material skin and wants to
add sensors/observations,
here is a mini-tutorial how to do this - in principle very
simple due to the coding approach (shown below for the day
charts only)
pre-requisite: the sensor/observation to be
added has to exist in the weewx database and needs to have a
value different from None in order to be shown (like in the
Seasons skin)
2 changes need to be made in skin.conf
in the [[Appearance]] stanza the lines
value_order = outTemp, ....
and
charts_order = outTemp, ....
the weewx database variables of the
observation(s) need to be added at the position they are
supposed to show
1 change (per variable) needs to be added
to index.html.tmpl
usually towards the end before the </script> tag, assuming
the chart to be displayed is of the "area" type ("default" type)
#if $ day.variable1.has_data
#if $ day.co2.has_data
--
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+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/4d46c655-14ad-4af8-b4e4-1454d9a2910dn%40googlegroups.com.