File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Weather Indicator
22
3- Display the current weather condition's icon and tempurature .
3+ Display the current weather condition's icon and temperature .
44
55## Features
66
7- - Show the current weather condition's icon and tempurature .
7+ - Show the current weather condition's icon and temperature .
88- Show the weather unit letter! (°C or °F).
99- Choose what the tooltip says when you hover over the widget. (High/Low temps, Sunrise/Sunset, or everything)
1010- Add a widget to the ControlCenter to keep that bar clean looking.
11- - Panel to see a seven day forecast with sunrise/set times.
11+ - Panel to see a seven- day forecast with sunrise/set times.
Original file line number Diff line number Diff line change 1+ {
2+ "settings" : {
3+ "showTempValue" : {
4+ "desc" : " Zeige die aktuelle Temperatur neben der Wetterlage an." ,
5+ "label" : " Temperaturwert anzeigen"
6+ },
7+ "showTempUnit" : {
8+ "desc" : " Zeige °C oder °F an, um die Temperatureinheit bei Verwendung einer horizontalen Bar anzugeben." ,
9+ "label" : " Temperatureinheit im Querformat anzeigen"
10+ },
11+ "showConditionIcon" : {
12+ "desc" : " Füge das visuelle Wettersymbol in das Widget ein." ,
13+ "label" : " Zustandssymbol anzeigen"
14+ },
15+ "tooltipOption" : {
16+ "desc" : " Wähle aus, was im Tooltip angezeigt werden soll." ,
17+ "label" : " Tooltip Optionen"
18+ },
19+ "customColor" : {
20+ "desc" : " Wähle die gewünschte Farbe für das Symbol und den Text aus." ,
21+ "label" : " Benutzerdefinierte Farbe"
22+ },
23+ "mode" : {
24+ "disable" : " Tooltip deaktivieren" ,
25+ "highlow" : " Höchst-/Tiefsttemperaturen" ,
26+ "sunrise" : " Sonnenauf- und -untergangszeiten" ,
27+ "everything" : " Alle anzeigen"
28+ }
29+ },
30+ "tooltips" : {
31+ "current" : " Aktuell" ,
32+ "high" : " Hoch" ,
33+ "low" : " Niedrig" ,
34+ "sunrise" : " Sonnenaufgang" ,
35+ "sunset" : " Sonnenuntergang"
36+ },
37+ "menu" : {
38+ "openPanel" : " Wetter anzeigen" ,
39+ "settings" : " Widget Einstellungen"
40+ }
41+ }
Original file line number Diff line number Diff line change 11{
22 "id" : " weather-indicator" ,
33 "name" : " Weather Indicator" ,
4- "version" : " 1.1.1 " ,
4+ "version" : " 1.1.2 " ,
55 "minNoctaliaVersion" : " 4.6.8" ,
66 "author" : " Sovereign" ,
77 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments