Update weewx-wdc
This commit is contained in:
parent
6d875f61c9
commit
b8f5b07252
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Reference in a new issue