mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-12-12 01:42:19 +00:00
[weather] fix wind-icon not showing in pirateweather (#3957)
fixes #3956 --------- Co-authored-by: veeck <gitkraken@veeck.de>
This commit is contained in:
@@ -43,6 +43,7 @@ planned for 2026-01-01
|
||||
- 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)
|
||||
- [newsfeed] fixed header layout issue introduced with prettier njk linting (#3946)
|
||||
- [weather] fixed windy icon not showing up in pirateweather (#3957)
|
||||
|
||||
### Updated
|
||||
|
||||
|
||||
@@ -116,7 +116,7 @@ WeatherProvider.register("pirateweather", {
|
||||
rain: "rain",
|
||||
snow: "snow",
|
||||
sleet: "snow",
|
||||
wind: "wind",
|
||||
wind: "windy",
|
||||
fog: "fog",
|
||||
cloudy: "cloudy",
|
||||
"partly-cloudy-day": "day-cloudy",
|
||||
|
||||
Reference in New Issue
Block a user