From b8f5b07252089d77235361303ebfe642680ea62c Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Sun, 30 Oct 2022 17:54:28 +0100 Subject: [PATCH] Update weewx-wdc --- Dockerfile | 2 +- defaults/skin-wdc/skin.conf | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 10554c7..a8bbcb6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ARG WEEWX_UID=421 ENV WEEWX_HOME="/home/weewx" ENV WEEWX_VERSION="4.8.0" ENV ARCHIVE="weewx-${WEEWX_VERSION}.tar.gz" -ENV WEEWX_WDC_VERSION="v2.3.0" +ENV WEEWX_WDC_VERSION="v2.3.1" RUN addgroup --system --gid ${WEEWX_UID} weewx \ && adduser --system --uid ${WEEWX_UID} --ingroup weewx weewx diff --git a/defaults/skin-wdc/skin.conf b/defaults/skin-wdc/skin.conf index 7a637a7..a208587 100644 --- a/defaults/skin-wdc/skin.conf +++ b/defaults/skin-wdc/skin.conf @@ -1,6 +1,6 @@ # configuration file for the weewx-wdc skin SKIN_NAME = Weather Data Center -SKIN_VERSION = 2.3.0 +SKIN_VERSION = 2.3.1 [Extras] # Show a link to the GitHub respository of this skin. Set to False to hide. @@ -40,6 +40,7 @@ SKIN_VERSION = 2.3.0 # dwd_link = https://www.dwd.de/DE/wetter/wetterundklima_vorort/sachsen/sac_node.html # show_pressure_map = True # show_warning_map = True + # warning_map_filename = 'SchilderLZ.jpg' # show_text_warnings = True # show_warnings_on_front = XXX # show_forecast = True @@ -125,6 +126,7 @@ SKIN_VERSION = 2.3.0 [[[[wind]]]] label = 'Windgeschwindigkeit / Böen' + yScaleMin = 0 [[[[[obs]]]]] [[[[[[speed]]]]]] observation = "windSpeed"