fixes problems with daylight-saving-time in weather provider openmeteo (#3931)

fix for #3930
This commit is contained in:
Karsten Hassel
2025-11-01 13:46:58 +01:00
committed by GitHub
parent 961b3c96d6
commit 1e5d127d44
2 changed files with 13 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ planned for 2026-01-01
- fixed eslint warnings shown in #3911 and updated npm publish docs (#3913)
- [core] refactor: replace `express-ipfilter` with lightweight custom middleware (#3917) - This fixes security issue [CVE-2023-42282](https://github.com/advisories/GHSA-78xj-cgh5-2h22), which is not very likely to be exploitable in MagicMirror² setups, but still should be fixed.
- fixed the Environment Canada weather URL (#3912) and now converts a windspeed of 'calm' to 0
- fixed problems with daylight-saving-time in weather provider `openmeto` (#3930, #3931)
### Updated