From e3544f73ece55a3a8f8670fdfd72d6b8e0ea1109 Mon Sep 17 00:00:00 2001 From: Robert Middleswarth <72569+rmiddle@users.noreply.github.com> Date: Sun, 5 Mar 2023 16:30:55 -0500 Subject: [PATCH] Add video to the actual container. --- template/apps/pi-weather-station.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/template/apps/pi-weather-station.json b/template/apps/pi-weather-station.json index c62171e..fb5ad09 100644 --- a/template/apps/pi-weather-station.json +++ b/template/apps/pi-weather-station.json @@ -23,5 +23,6 @@ "container": "/app" } ], - "webpage": "https://github.com/SeanRiggs/pi-weather-station" + "videoID": "N.20", + "webpage": "https://github.com/SeanRiggs/pi-weather-station" }