Skip to content

Commit 722c7e3

Browse files
committed
feat: update settings to support system coordinates and add timezone selection
1 parent eb14eeb commit 722c7e3

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,13 @@ Features:
6262
After installation, configure the following fields in the instance settings:
6363

6464
1. **Location:** Add your Location or a name you want.
65-
2. **Coordinates (Latitude & Longitude):** Determine your location (you can find these on openstreetmap.org).
66-
3. **Update Interval:** Time interval in minutes (Default: 30 min).
67-
4. **Forecast Days:** Number of days for the daily overview (0–16 days).
68-
5. **Hourly Forecast:** Enable or disable this option and set the number of hours (e.g., the next 24 hours). For example, hour0 is the current hour, hour1 is the next hour, and so on.
69-
6. **Optional Data:** Checkboxes for pollen and air quality data.
70-
7. **Units:** Choose between Metric and Imperial.
65+
2. **Coordinates (Latitude & Longitude):** Add your coordinates. You can find them by clicking the 'Find coordinates with OpenStreetMap' button, or leave the fields empty to use the system coordinates.
66+
3. **Time Zone:** Set the timezone in the dropdown menu, the default is 'Auto', which automatically adjusts based on your coordinates.
67+
4. **Update Interval:** Time interval in minutes (Default: 30 min).
68+
5. **Forecast Days:** Number of days for the daily overview (0–16 days).
69+
6. **Hourly Forecast:** Enable or disable this option and set the number of hours (e.g., the next 24 hours). For example, hour0 is the current hour, hour1 is the next hour, and so on.
70+
7. **Optional Data:** Checkboxes for pollen and air quality data.
71+
8. **Units:** Choose between Metric and Imperial.
7172

7273
---
7374

@@ -100,6 +101,10 @@ The adapter provides dynamic icon paths that can be used directly in visualizati
100101
After a new adapter update, it is recommended to delete the entire directory tree and let it be recreated.
101102

102103
## Changelog
104+
### **WORK IN PROGRESS**
105+
* (H5N1v2) feat: Leave latitude and longitude empty to use system coordinates in settings.
106+
* (H5N1v2) feat: Added dropdown menu for timezones in settings.
107+
103108
### 2.5.1 (2026-02-17)
104109
* (oFbEQnpoLKKl6mbY5e13) Fix: The Icon 61n.png is not displayed and is in the wrong folder.
105110
* (H5N1) chore: update dependencies to latest versions

0 commit comments

Comments
 (0)