Remove appTemp
This commit is contained in:
parent
4346c89cd6
commit
0fca2c64a6
1 changed files with 3 additions and 6 deletions
|
@ -39,7 +39,7 @@ SKIN_VERSION = 2.0.0
|
|||
climatological_days = rainDays, summerDays, hotDays, desertDays, tropicalNights, stormDays, iceDays, frostDays
|
||||
# table_tile_observations = outTemp, outHumidity, barometer, windSpeed, windGust, windDir, rain, rainRate, snowDepth, dewpoint, windchill, heatindex, appTemp, UV, ET, radiation, cloudbase, soilMoist1
|
||||
stat_tile_observations = outTemp, outHumidity, barometer, windSpeed, windGust, windDir, rain, rainRate, snowDepth, dewpoint, windchill, heatindex, appTemp, UV, ET, luminosity, radiation, cloudbase, soilTemp1, soilMoist1, lightning_strike_count
|
||||
diagram_tile_observations = temp_min_max_avg, tempdew, outHumidity, barometer, windchill_heatindex_apptemp, wind, windDir, windRose, rain, rainRate, UV, ET, luminosity, radiation, cloudbase, soilTemp1, soilMoist1
|
||||
diagram_tile_observations = temp_min_max_avg, tempdew, outHumidity, barometer, windchill_heatindex, wind, windDir, windRose, rain, rainRate, UV, ET, luminosity, radiation, cloudbase, soilTemp1, soilMoist1
|
||||
stat_tile_winddir_ordinal = True
|
||||
diagram_tile_winddir_ordinal = True
|
||||
windRose_colors = "#f3cec9", "#e7a4b6", "#cd7eaf", "#a262a9", "#6f4d96", "#3d3b72"
|
||||
|
@ -69,8 +69,8 @@ SKIN_VERSION = 2.0.0
|
|||
[[[[[[dew]]]]]]
|
||||
observation = "dewpoint"
|
||||
|
||||
[[[[windchill_heatindex_apptemp]]]]
|
||||
label = 'Windchill / Hitzeindex / gefühlte Temperatur'
|
||||
[[[[windchill_heatindex]]]]
|
||||
label = 'Windchill / Hitzeindex'
|
||||
[[[[[obs]]]]]
|
||||
[[[[[[chill]]]]]]
|
||||
observation = "windchill"
|
||||
|
@ -78,9 +78,6 @@ SKIN_VERSION = 2.0.0
|
|||
[[[[[[heat]]]]]]
|
||||
observation = "heatindex"
|
||||
color = '#610000'
|
||||
[[[[[app]]]]]
|
||||
observation = "appTemp"
|
||||
color = '#C41E39'
|
||||
|
||||
[[[[wind]]]]
|
||||
label = 'Windgeschwindigkeit / Böen'
|
||||
|
|
Reference in a new issue