Update weewx-wdc
This commit is contained in:
parent
8174218053
commit
c456744d3f
2 changed files with 5 additions and 7 deletions
|
@ -4,7 +4,7 @@ ARG WEEWX_UID=421
|
|||
ENV WEEWX_HOME="/home/weewx"
|
||||
ENV WEEWX_VERSION="4.10.2"
|
||||
ENV ARCHIVE="weewx-${WEEWX_VERSION}.tar.gz"
|
||||
ENV WEEWX_WDC_VERSION="v3.0.0"
|
||||
ENV WEEWX_WDC_VERSION="v3.0.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 = 3.0.0
|
||||
SKIN_VERSION = 3.0.1
|
||||
|
||||
[ObservationBindings]
|
||||
|
||||
|
@ -17,8 +17,8 @@ SKIN_VERSION = 3.0.0
|
|||
github_link = True
|
||||
|
||||
# The radar code. Full html allowed.
|
||||
#radar_html = '<a href="https://www.dwd.de/DE/leistungen/radarbild_film/radarbild_film.html"><img src="/dwd/radar_nrw.gif" alt="Radar" loading="lazy"></a>'
|
||||
#radar_heading = Recent radar
|
||||
radar_html = '<a href="https://www.dwd.de/DE/leistungen/radarbild_film/radarbild_film.html"><img src="/dwd/radar_nrw.gif" alt="Radar" loading="lazy"></a>'
|
||||
radar_heading = Radar
|
||||
|
||||
[[forecast_zambretti]]
|
||||
enable = False
|
||||
|
@ -54,6 +54,7 @@ SKIN_VERSION = 3.0.0
|
|||
mosmix_id = K1174
|
||||
[[[forecast_table_settings]]]
|
||||
show_hourly = 1
|
||||
|
||||
show_date = 1
|
||||
show_outlook = 1
|
||||
show_temp = 1
|
||||
|
@ -104,9 +105,6 @@ SKIN_VERSION = 3.0.0
|
|||
ENABLE_D3_DIAGRAMS = False
|
||||
|
||||
[[Icons]]
|
||||
pm1_0 = "includes/icons/signal.svg"
|
||||
pm2_5 = "includes/icons/signal.svg"
|
||||
pm10_0 = "includes/icons/signal.svg"
|
||||
#rain = "includes/icons/barometer.svg"
|
||||
|
||||
#[[Rounding]]
|
||||
|
|
Reference in a new issue