Skip to content

Commit

Permalink
Update skin.conf
Browse files Browse the repository at this point in the history
For better reading / viewing
  • Loading branch information
c0by85 committed Jan 18, 2024
1 parent ecdf4f6 commit 93fac11
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions skins/weewx-wdc/skin.conf
Original file line number Diff line number Diff line change
Expand Up @@ -258,18 +258,18 @@ SKIN_VERSION = 3.5.0-alpha1
markerValue = 0
markerColor = "#00BFFF"
[[[[[obs]]]]]
[[[[[[outTemp_min]]]]]]
[[[[[[outTemp_max]]]]]]
observation = "outTemp"
aggregate_type = "min"
color = "#0198E1"
aggregate_type = "max"
color = "#8B0000"
[[[[[[outTemp_average]]]]]]
observation = "outTemp"
aggregate_type = "avg"
color = "#666666"
[[[[[[outTemp_max]]]]]]
[[[[[[outTemp_min]]]]]]
observation = "outTemp"
aggregate_type = "max"
color = "#8B0000"
aggregate_type = "min"
color = "#0198E1"

[[[[tempdew]]]]
label = 'Temperature / Dewpoint'
Expand Down

0 comments on commit 93fac11

Please sign in to comment.