feat: Add location selection to weather overlay

This commit is contained in:
2025-10-31 10:15:20 +01:00
parent e03d50ed5b
commit ce93b8a092
2 changed files with 63 additions and 13 deletions

15
weather_overlay/README.md Normal file
View File

@@ -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.