Archived
1
0
Fork 0
This repository has been archived on 2024-07-01. You can view files and clone it, but cannot push or open issues or pull requests.
weewx-docker/defaults/skin-wdc/skin.conf

344 lines
11 KiB
Plaintext
Raw Normal View History

2022-07-27 14:28:39 +00:00
# configuration file for the weewx-wdc skin
SKIN_NAME = Weather Data Center
2022-12-22 16:27:24 +00:00
SKIN_VERSION = 2.3.2
2022-07-27 14:28:39 +00:00
[Extras]
# Show a link to the GitHub respository of this skin. Set to False to hide.
github_link = True
# This radar image would be available as $Extras.radar_img
radar_img = https://www.dwd.de/DWD/wetter/radar/radfilm_nrw_akt.gif
# This URL will be used as the image hyperlink:
radar_url = https://www.dwd.de/DE/leistungen/radarbild_film/radarbild_film.html
2022-07-29 19:40:59 +00:00
[[forecast_zambretti]]
enable = false
2022-07-27 14:28:39 +00:00
[[forecast_table_settings]]
source = Aeris
num_periods = 72
num_days = 4
show_legend = 1
show_hourly = 0
show_day = 1
show_date = 1
show_outlook = 1
show_temp = 1
show_dewpoint = 0
show_humidity = 0
show_wind = 1
show_tides = 0
show_sun = 1
show_moon = 0
show_pop = 1
show_precip = 1
show_obvis = 0
2022-10-16 18:47:08 +00:00
#[[weewx-DWD]]
# show_text_forecast = True
# text_forecast_VHDL = DWLG
# dwd_link = https://www.dwd.de/DE/wetter/wetterundklima_vorort/sachsen/sac_node.html
# show_pressure_map = True
# show_warning_map = True
2022-10-30 16:54:28 +00:00
# warning_map_filename = 'SchilderLZ.jpg'
2022-10-16 18:47:08 +00:00
# show_text_warnings = True
# show_warnings_on_front = XXX
# show_forecast = True
# mosmix_id = XXXX
# [[[forecast_table_settings]]]
# show_hourly = 1
# show_date = 1
# show_outlook = 1
# show_temp = 1
# show_dewpoint = 1
# show_pressure = 1
# show_wind= 1
# show_pop = 1
# show_precip = 1
# show_cloud_cover = 1
# show_sun_dur = 1
# carbon_icons = 0
2022-07-27 14:28:39 +00:00
[DisplayOptions]
2022-07-29 19:40:59 +00:00
layout = 'alternative'
2022-07-27 14:28:39 +00:00
climatological_days = rainDays, summerDays, hotDays, desertDays, tropicalNights, stormDays, iceDays, frostDays
2022-07-29 20:49:57 +00:00
# table_tile_observations = outTemp, outHumidity, barometer, windSpeed, windGust, windDir, rain, rainRate, dewpoint, windchill, heatindex, appTemp, UV, ET, radiation, cloudbase, soilMoist1
2022-09-02 20:23:05 +00:00
stat_tile_observations = outTemp, outHumidity, barometer, windSpeed, windDir, windGust, windGustDir, rain, rainRate, dewpoint, windchill, heatindex, appTemp, UV, ET, luminosity, radiation, cloudbase, soilTemp1, soilMoist1, lightning_strike_count, pm1_0, pm2_5, pm10_0
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, lightning_strike_count, pm1_0, pm2_5, pm10_0
2022-07-29 19:40:59 +00:00
stat_tile_winddir_ordinal = True
diagram_tile_winddir_ordinal = True
2022-10-16 18:47:08 +00:00
show_min_max_time_day = True
show_min_max_time_yesterday = True
show_min_max_time_week = True
show_min_max_time_month = True
2022-07-29 19:40:59 +00:00
windRose_colors = "#f3cec9", "#e7a4b6", "#cd7eaf", "#a262a9", "#6f4d96", "#3d3b72"
2022-10-16 18:47:08 +00:00
windRose_show_beaufort = False
[[tables]]
[[[day]]]
aggregate_interval = 3600 # 1 hour
[[[week]]]
aggregate_interval = 21600 # 6 hours
[[[month]]]
aggregate_interval = 43200 # 12 hours
[[[year]]]
aggregate_interval = 86400 # 1 day
[[[alltime]]]
aggregate_interval = 86400 # 1 day
2022-07-29 19:40:59 +00:00
[[diagrams]]
[[[combined_observations]]]
[[[[temp_min_max_avg]]]]
label = "Außentemperatur Min/Max/Avg"
pointSize = 3
2022-08-29 19:32:26 +00:00
yScaleOffset = 0.5
2022-07-29 19:40:59 +00:00
[[[[[obs]]]]]
[[[[[[outTemp_min]]]]]]
observation = "outTemp"
aggregate_type = "min"
color = "#0198E1"
[[[[[[outTemp_average]]]]]]
observation = "outTemp"
aggregate_type = "avg"
color = "#666666"
[[[[[[outTemp_max]]]]]]
observation = "outTemp"
aggregate_type = "max"
color = "#8B0000"
[[[[tempdew]]]]
label = 'Außentemperatur / Taupunkt'
[[[[[obs]]]]]
[[[[[[temp]]]]]]
observation = "outTemp"
[[[[[[dew]]]]]]
observation = "dewpoint"
2022-07-29 20:26:05 +00:00
[[[[windchill_heatindex]]]]
label = 'Windchill / Hitzeindex'
2022-08-29 19:32:26 +00:00
yScaleOffset = 0.5
2022-07-29 19:40:59 +00:00
[[[[[obs]]]]]
[[[[[[chill]]]]]]
observation = "windchill"
color = '#0099CC'
[[[[[[heat]]]]]]
observation = "heatindex"
color = '#610000'
[[[[wind]]]]
label = 'Windgeschwindigkeit / Böen'
2022-10-30 16:54:28 +00:00
yScaleMin = 0
2022-07-29 19:40:59 +00:00
[[[[[obs]]]]]
[[[[[[speed]]]]]]
observation = "windSpeed"
[[[[[[gust]]]]]]
observation = "windGust"
[[[line]]]
lineWidth = 2
pointSize = 5
isInteractive = True
enablePoints = True
enableCrosshair = True
2022-08-29 19:32:26 +00:00
yScaleOffset = 3
2022-07-29 19:40:59 +00:00
# @see https://github.com/plouc/nivo/blob/master/packages/line/index.d.ts#L144
curve = "natural"
[[[bar]]]
enableLabel = False
isInteractive = True
2022-08-29 19:32:26 +00:00
yScaleOffset = 3
# Observation specific settings
[[[cloudbase]]]
yScaleMin = 0
yScaleOffset = 300
2022-07-29 19:40:59 +00:00
[[[windDir]]]
curve = "basis"
lineWidth = 0
2022-08-20 13:16:46 +00:00
yScaleMin = 0
yScaleMax = 360
2022-08-29 19:32:26 +00:00
[[[windSpeed]]]
yScaleMin = 0
[[[windGust]]]
2022-10-16 18:47:08 +00:00
aggregate_type = "max"
2022-08-29 19:32:26 +00:00
yScaleMin = 0
2022-07-29 19:40:59 +00:00
[[[radiation]]]
curve = "basis"
2022-08-29 19:32:26 +00:00
yScaleMin = 0
2022-07-29 19:40:59 +00:00
[[[UV]]]
2022-10-16 18:47:08 +00:00
aggregate_type = "max"
2022-07-29 19:40:59 +00:00
curve = "step"
2022-08-29 19:32:26 +00:00
yScaleMin = 0
yScaleOffset = 1
2022-09-02 22:20:02 +00:00
[[[luminosity]]]
color = '#FFCC00'
yScaleMin = 0
2022-08-29 19:32:26 +00:00
[[[rain]]]
2022-10-16 18:47:08 +00:00
aggregate_type = "sum"
2022-08-29 19:32:26 +00:00
yScaleOffset = 0.25
2022-07-29 19:40:59 +00:00
[[[rainRate]]]
2022-10-16 18:47:08 +00:00
aggregate_type = "max"
2022-07-29 19:40:59 +00:00
curve = "linear"
2022-08-29 19:32:26 +00:00
yScaleMin = 0
yScaleOffset = 0.25
[[[outHumidity]]]
yScaleMin = 0
yScaleMax = 103
[[[ET]]]
2022-10-16 18:47:08 +00:00
aggregate_type = "sum"
2022-08-29 19:32:26 +00:00
yScaleOffset = 0.02
[[[pressure]]]
yScaleOffset = 1
[[[barometer]]]
yScaleOffset = 1
[[[altimeter]]]
yScaleOffset = 1
2022-09-02 21:58:52 +00:00
[[[soilMoist1]]]
color = '#0099CC'
yScaleMin = 0
2022-08-17 19:26:51 +00:00
[[[lightning_strike_count]]]
aggregate_type = "sum"
2022-10-16 18:47:08 +00:00
curve = "step"
2022-09-02 21:58:52 +00:00
color = '#FF4C00'
2022-08-20 13:16:46 +00:00
yScaleMin = 0
2022-09-02 20:23:05 +00:00
[[[pm1_0]]]
2022-09-02 21:58:52 +00:00
curve = "basis"
color = '#00B335'
yScaleMin = 0
2022-09-02 20:23:05 +00:00
[[[pm2_5]]]
2022-09-02 21:58:52 +00:00
curve = "basis"
color = '#00B335'
yScaleMin = 0
2022-09-02 20:23:05 +00:00
[[[pm10_0]]]
2022-09-02 21:58:52 +00:00
curve = "basis"
color = '#00B335'
yScaleMin = 0
2022-07-29 19:40:59 +00:00
2022-10-16 18:47:08 +00:00
[[[day]]]
aggregate_interval = 1800 # 30 minutes
[[[[ET]]]]
aggregate_interval = 7200 # 2 hours
[[[[rain]]]]
aggregate_interval = 7200 # 2 hours
[[[[lightning_strike_count]]]]
aggregate_interval = 7200 # 2 hours
[[[week]]]
aggregate_interval = 7200 # 2 hours
[[[[ET]]]]
aggregate_interval = 86400 # 1 day
[[[[rain]]]]
aggregate_interval = 86400 # 1 day
[[[[lightning_strike_count]]]]
aggregate_interval = 86400 # 1 day
[[[month]]]
aggregate_interval = 21600 # 6 hours
[[[[ET]]]]
aggregate_interval = 172800 # 2 days
[[[[rain]]]]
aggregate_interval = 172800 # 2 days
[[[[lightning_strike_count]]]]
aggregate_interval = 172800 # 2 days
[[[year]]]
aggregate_interval = 172800 # 2 days
[[[[ET]]]]
aggregate_interval = 1555200 # 8 days
[[[[rain]]]]
aggregate_interval = 1555200 # 8 days
[[[[lightning_strike_count]]]]
aggregate_interval = 1555200 # 8 days
2022-07-29 19:40:59 +00:00
[[[heights]]]
[[[[classic]]]]
height = "220px"
height_md = "300px"
height_lg = "250px"
height_xlg = "225px"
height_max = "225px"
[[[[alternative]]]]
height = "220px"
height_md = "325px"
height_lg = "325px"
height_xlg = "250px"
height_max = "250px"
2022-07-27 14:28:39 +00:00
[CheetahGenerator]
encoding = html_entities
2022-07-29 20:12:23 +00:00
search_list_extensions = user.weewx_wdc.WdcGeneralUtil, user.weewx_wdc.WdcStatsUtil, user.weewx_wdc.WdcDiagramUtil, user.weewx_wdc.WdcCelestialUtil, user.weewx_wdc.WdcArchiveUtil, user.weewx_wdc.WdcTableUtil, user.weewx_wdc_forecast.WdcForecastUtil
2022-07-27 14:28:39 +00:00
[[SummaryByMonth]]
# Reports that summarize "by month"
[[[NOAA_month]]]
encoding = normalized_ascii
template = NOAA/NOAA-%Y-%m.txt.tmpl
stale_age = 3600 # Every hour
2022-07-27 14:28:39 +00:00
[[[summary_month]]]
template = month-%Y-%m.html.tmpl
#stale_age = 3600 # Every hour
[[SummaryByYear]]
# Reports that summarize "by year"
[[[NOAA_year]]]
encoding = normalized_ascii
template = NOAA/NOAA-%Y.txt.tmpl
stale_age = 3600 # Every hour
2022-07-27 14:28:39 +00:00
[[[summary_year]]]
template = year-%Y.html.tmpl
#stale_age = 3600 # Every hour
# Reports that show statistics "to date", such as day-to-date,
# week-to-date, month-to-date, etc.
[[ToDate]]
[[[day]]]
template = index.html.tmpl
2022-10-16 18:47:08 +00:00
# [[[yesterday]]]
# template = yesterday.html.tmpl
2022-07-27 14:28:39 +00:00
[[[week]]]
template = week.html.tmpl
[[[month]]]
template = month.html.tmpl
[[[year]]]
template = year.html.tmpl
#stale_age = 3600 # Every hour
[[[statistics]]]
template = statistics.html.tmpl
stale_age = 10800 # Every 3 hours
[[[celestial]]]
template = celestial.html.tmpl
# Static pages, add as many as you want.
[[Static]]
#[[[about]]]
#template = about.html.tmpl
#title = About
2022-10-16 18:47:08 +00:00
#[[[DWD]]]
#template = dwd.html.tmpl
#title = Vorhersage vom DWD
2022-07-27 14:28:39 +00:00
2022-07-29 19:40:59 +00:00
[Units]
[[TimeFormats]]
# @see https://weewx.com/docs/customizing.htm#Units_TimeFormats
day = %X
week = %x
month = %x
year = %x
rainyear = %x
current = %x %X
ephem_day = %X
ephem_year = %x
stats = %x %X
2022-07-27 14:28:39 +00:00
[CopyGenerator]
2022-07-29 19:40:59 +00:00
copy_once = dist/main.js, dist/main.css, plotly-custom-build.min.js, favicon.ico, manifest.json, icon-192x192.png, icon-256x256.png, icon-384x384.png, icon-512x512.png, service-worker.js, offline.html
2022-07-27 14:28:39 +00:00
# copy_always =
[Generators]
generator_list = weewx.cheetahgenerator.CheetahGenerator, weewx.reportengine.CopyGenerator