feat: Add location storage and hide input to weather overlay
This commit is contained in:
@@ -16,5 +16,7 @@ This overlay displays the current weather for a specific location. It's designed
|
||||
|
||||
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.
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user