summaryrefslogtreecommitdiff
path: root/weather-widget
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@users.noreply.github.com>2021-03-03 21:46:48 -0500
committerGitHub <noreply@github.com>2021-03-03 21:46:48 -0500
commit64a24d75f4a79362b26493ba7dffe570d2ae684c (patch)
tree0ffaeb19fe7c759486815aaa25914f88c548c664 /weather-widget
parent473049272390054fb9ddfe861718d8f8399eee46 (diff)
fix #194
Diffstat (limited to 'weather-widget')
-rw-r--r--weather-widget/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/weather-widget/README.md b/weather-widget/README.md
index e801cfb..2bf7271 100644
--- a/weather-widget/README.md
+++ b/weather-widget/README.md
@@ -34,7 +34,7 @@ It is possible to customize widget by providing a table with all or some of the
| time_format_12h |false | 12 or 24 hour format (13:00 - default or 1pm) |
| show_daily_forecast | false | Show daily forecast section |
| icon_pack_name | weather-underground-icons | Name of the icon pack, could be `weather-underground-icon` or `VitalyGorbachev` or create your own, more details below |
-| icons_extension | `.svg` | File extension of icons in the pack |
+| icons_extension | `.png` | File extension of icons in the pack |
| timeout | 120 | How often in seconds the widget refreshes |
### Icons:
@@ -61,6 +61,7 @@ weather_curl_widget({
both_units_widget = true,
font_name = 'Carter One',
icons = 'VitalyGorbachev',
+ icons_extension = '.png',
show_hourly_forecast = true,
show_daily_forecast = true,
}),
@@ -121,6 +122,7 @@ weather_curl_widget({
both_units_widget = true,
font_name = 'Carter One',
icons = 'VitalyGorbachev',
+ icons_extension = '.png',
show_hourly_forecast = true,
show_daily_forecast = true,
}),