feat: add weekly forecast to weather widget (#1932)

This commit is contained in:
Yossi Hillali
2024-03-09 17:57:16 +02:00
committed by GitHub
parent 0906420584
commit 918585c3e2
3 changed files with 122 additions and 60 deletions

View File

@@ -10,6 +10,12 @@
"displayCityName":{
"label":"Display City Name"
},
"displayWeekly":{
"label": "Display Weekly Forecast"
},
"forecastDays":{
"label": "Days To Display"
},
"location": {
"label": "Weather location"
}