v3.1.0
- Live updates via MQTT driven stat tiles on front page GH-131
- Add slot for webcam image(s) to front page. Add optional extra webcam page GH-127 and https://github.com/Daveiano/weewx-wdc/discussions/121#discussioncomment-5280575
Changes made to skin.conf since 3.0.1
Line 29, following:
#radar_html = ''
#radar_heading = Recent radar
+# Set to True to have the Forecast tile and the radar/externals tile to have the same width.
+# Default is forecast = 2/3 and radar tile = 1/3.
+forecast_radar_equal_width = False
+[[mqtt]]
+ mqtt_websockets_enabled = 0
+ mqtt_websockets_host = "localhost"
+ mqtt_websockets_port = 9001
+ mqtt_websockets_ssl = 0
+ mqtt_websockets_topic = "weather/loop"
+# Include various external sources (eg. webcams) here.
+#[[external_1]]
+# source = '<img src="http://your-server.com/uploads/webcam01.jpg" />'
+# title = Webcam 1
+# title_long = "Webcam 1, facing North"
+#[[external_2]]
+# source = '<img src="http://your-server.com/uploads/webcam02.jpg" />'
+# title = Webcam 2
+# title_long = "Webcam 2, facing South"
+#[[external_3]]
+# source = '<img src="http://your-server.com/uploads/webcam01.gif" />'
+# title = Webcam 1
+# title_long = "Webcam 1, Timelapse"
+#[[external_4]]
+# source = '<img src="http://your-server.com/uploads/webcam02.gif" />'
+# title = Webcam 2
+# title_long = "Webcam 2, Timelapse"
[[forecast_zambretti]]
enable = False
Line 508:
[[[about]]]
template = about.html.tmpl
title = About
+#[[[externals]]]
+ #template = externals.html.tmpl
+ #title = Webcams/Externals
#[[[DWD]]]
#template = dwd.html.tmpl
#title = Vorhersage vom DWD
Line 567:
[CopyGenerator]
- 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, dist/assets
+ copy_once = dist/main.js, dist/main.css, plotly-custom-build.min.js, dist/live-updates.js, favicon.ico, manifest.json, icon-192x192.png, icon-256x256.png, icon-384x384.png, icon-512x512.png, service-worker.js, offline.html, dist/assets
What's Changed
- Bump webpack from 5.73.0 to 5.76.0 by @dependabot in #132
- Add slot for webcam image/add optional extra webcam page by @Daveiano in #134
- MQTT driven stat tiles on index page by @Daveiano in #131
Full Changelog: v3.0.1...v3.1.0