From ce93b8a092b6a424847f199cead57f558ebed8b8 Mon Sep 17 00:00:00 2001 From: ramforth Date: Fri, 31 Oct 2025 10:15:20 +0100 Subject: [PATCH] feat: Add location selection to weather overlay --- weather_overlay/README.md | 15 +++++++++ weather_overlay/weather.html | 61 ++++++++++++++++++++++++++++-------- 2 files changed, 63 insertions(+), 13 deletions(-) create mode 100644 weather_overlay/README.md diff --git a/weather_overlay/README.md b/weather_overlay/README.md new file mode 100644 index 0000000..b84684e --- /dev/null +++ b/weather_overlay/README.md @@ -0,0 +1,15 @@ +# Weather Overlay + +This overlay displays the current weather for a specific location. It's designed to be used as a browser source in streaming software like OBS Studio. + +## Installation + +1. **Add to OBS Studio:** + + * Add a new "Browser" source to your scene. + * Set the URL to the `weather.html` file in this directory. + * Set the width and height to your desired dimensions. + +2. **Customize Location:** + + * You can change the location by entering a city name in the input field and clicking the "Update" button. diff --git a/weather_overlay/weather.html b/weather_overlay/weather.html index 503978c..11a480c 100644 --- a/weather_overlay/weather.html +++ b/weather_overlay/weather.html @@ -32,22 +32,54 @@ +
+ + +
+