From 64a24d75f4a79362b26493ba7dffe570d2ae684c Mon Sep 17 00:00:00 2001 From: streetturtle Date: Wed, 3 Mar 2021 21:46:48 -0500 Subject: fix #194 --- weather-widget/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'weather-widget') 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, }), -- cgit v1.2.3