mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-24 16:29:15 +01:00
34 lines
874 B
JSON
34 lines
874 B
JSON
{
|
|
"descriptor": {
|
|
"name": "Weather",
|
|
"description": "Displays the current weather information of a set location.",
|
|
"settings": {
|
|
"title": "Settings for weather widget",
|
|
"displayInFahrenheit": {
|
|
"label": "Display in Fahrenheit"
|
|
},
|
|
"location": {
|
|
"label": "Weather location"
|
|
}
|
|
}
|
|
},
|
|
"card": {
|
|
"weatherDescriptions": {
|
|
"clear": "Clear",
|
|
"mainlyClear": "Mainly clear",
|
|
"fog": "Fog",
|
|
"drizzle": "Drizzle",
|
|
"freezingDrizzle": "Freezing drizzle",
|
|
"rain": "Rain",
|
|
"freezingRain": "Freezing rain",
|
|
"snowFall": "Snow fall",
|
|
"snowGrains": "Snow grains",
|
|
"rainShowers": "Rain showers",
|
|
"snowShowers": "Snow showers",
|
|
"thunderstorm": "Thunderstorm",
|
|
"thunderstormWithHail": "Thunderstorm with hail",
|
|
"unknown": "Unknown"
|
|
}
|
|
}
|
|
}
|