Skip to content

Commit b0e7a4a

Browse files
authored
Merge pull request #462 from Ryuno-Ki/weather-docs
docs: describe workaround for coordinates
2 parents d6733cf + 1dfa75c commit b0e7a4a

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

weather-api-widget/README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
![Current Weather popup](./popup.png)
44

55
The widget consists of one section:
6+
67
- current weather, including humidity, wind speed, UV index
78

89
## Customization
@@ -23,12 +24,17 @@ following config parameters:
2324
| show_hourly_forecast | false | Show hourly forecast section |
2425
| timeout | 120 | How often in seconds the widget refreshes |
2526

26-
### Icons:
27+
In [#461](https://github.com/streetturtle/awesome-wm-widgets/issues/461) it was
28+
reported that some machines replace the dot with a comma in coordinates. If
29+
this happens to you, wrap the numbers in quotation marks, e.g.
30+
`{"46.204400", "6.143200"}`.
31+
32+
### Icons
2733

2834
The widget comes with two predefined icon packs:
2935

30-
- [weather-underground-icons](https://github.com/manifestinteractive/weather-underground-icons)
31-
- [VitalyGorbachev](https://www.flaticon.com/authors/vitaly-gorbachev)
36+
- [weather-underground-icons](https://github.com/manifestinteractive/weather-underground-icons)
37+
- [VitalyGorbachev](https://www.flaticon.com/authors/vitaly-gorbachev)
3238

3339
To add your custom icons, create a folder with the pack name under `/icons` and
3440
use the folder name in widget's config. There should be 18 icons, preferably

0 commit comments

Comments
 (0)