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
-
Add to OBS Studio:
- Add a new "Browser" source to your scene.
- Set the URL to the
weather.htmlfile in this directory. - Set the width and height to your desired dimensions.
-
Customize Location:
To set your location, you need to open the
weather.htmlfile in a regular web browser (like Firefox or Chrome) first.- Open the
weather.htmlfile in your browser. - Enter a city name in the input field and click the "Update" button.
- 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.
- You can now add the
weather.htmlfile 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_latitudeandweather_longitudekeys. - Open the