From 1f02269e758441482b9892211a0b972eb7db3c38 Mon Sep 17 00:00:00 2001 From: ramforth Date: Fri, 31 Oct 2025 10:18:47 +0100 Subject: [PATCH] docs: Clarify location selection instructions for weather overlay --- weather_overlay/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/weather_overlay/README.md b/weather_overlay/README.md index b84684e..ea08157 100644 --- a/weather_overlay/README.md +++ b/weather_overlay/README.md @@ -12,4 +12,9 @@ This overlay displays the current weather for a specific location. It's designed 2. **Customize Location:** - * You can change the location by entering a city name in the input field and clicking the "Update" button. + 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. + 4. You can now add the `weather.html` file as a browser source in OBS Studio. It will use the location you just set.