A lowercase f for the unit caused the weather segment to silently fail. Putting in a capital F works correctly
This commit is contained in:
parent
31f85800b6
commit
40fe3cf938
|
@ -91,7 +91,7 @@ segments that you may want to customize right away:
|
|||
"name": "weather",
|
||||
"priority": 50,
|
||||
"args": {
|
||||
"unit": "f",
|
||||
"unit": "F",
|
||||
"location_query": "oslo, norway"
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue