From fd235834de196d4074916c4d263cb95b626420ea Mon Sep 17 00:00:00 2001 From: Ramforth Date: Fri, 31 Oct 2025 22:03:51 +0100 Subject: [PATCH] Restore Overlays repository to functional state with original weather overlay --- weather_overlay/README.md | 22 ----- weather_overlay/weather.html | 152 ----------------------------------- 2 files changed, 174 deletions(-) delete mode 100644 weather_overlay/README.md delete mode 100644 weather_overlay/weather.html diff --git a/weather_overlay/README.md b/weather_overlay/README.md deleted file mode 100644 index afc2ce3..0000000 --- a/weather_overlay/README.md +++ /dev/null @@ -1,22 +0,0 @@ -# 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:** - - To set your location, you need to open the `weather.html` file in a regular web browser (like Firefox or Chrome) first. - - 1. Open the `weather.html` file in your browser. - 2. Enter a city name in the input field and click the "Update" button. - 3. The overlay will now show the weather for the new location. This location will be saved in your browser's local storage, so it will be remembered the next time you open the overlay. - 4. You can now add the `weather.html` file as a browser source in OBS Studio. It will use the location you just set. - - **Note:** To reset the location, you can open the browser's developer tools (usually by pressing F12), go to the "Application" or "Storage" tab, find "Local Storage", and delete the `weather_latitude` and `weather_longitude` keys. diff --git a/weather_overlay/weather.html b/weather_overlay/weather.html deleted file mode 100644 index 3a98df5..0000000 --- a/weather_overlay/weather.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - Weather Overlay - - - -
- Weather Icon -
-

-

-
-
- -
- - -
- - - -