summaryrefslogtreecommitdiff
path: root/weather-widget/weather.lua
AgeCommit message (Collapse)Author
2022-05-10Treat C-locale in the weather widget as EnglishSviatoslav Sydorenko
2021-10-19weather-widget: hide on clickAurélien LAJOIE
2021-07-29[weather-widget] enable localecobacdavid
2021-04-26fix #258 - remove top and bottom marginsstreetturtle
2021-03-06[weather] replace deprecated join table functionstreetturtle
2021-03-06[weather] highlight widget when the popup is shownstreetturtle
2021-01-24[weather] #234 fixstreetturtle
use white to negative and black for positive temperatures for hourly forecast
2020-12-26Revert "[weather] hide popup on right click"streetturtle
This reverts commit cf7cb73b
2020-12-26[weather] hide popup on right clickstreetturtle
2020-12-02trigger build action on a branchstreetturtle
2020-12-02fix few issuesstreetturtle
2020-11-09[weather] remove print statementstreetturtle
2020-10-19[weather] fix #176 - support negative tempstreetturtle
2020-09-19Add widget timeoutsChris Bruce
2020-08-15Remove doubled temperature lineNBKelly
this line was doubled, but was barely noticable because (in my case, and the demo case) the text almost matched the background
2020-07-26adjust weather widget fontsNeville Li
2020-07-19Special-case curl error 18 in ⛅ widget tooSviatoslav Sydorenko
2020-07-16Special-case a curl connection timeout @ ⛅ widgetSviatoslav Sydorenko
This is a follow-up for #169.
2020-07-14[weather-widget] remove trailing commastreetturtle
2020-07-14Merge pull request #169 from webknjaz/bugfixes/167-curl-err-52streetturtle
🚨 Don't show a warning on faulty network
2020-07-14🚨 Don't show a warning on faulty networkSviatoslav Sydorenko
Ref #167
2020-07-14⛅ Decrease weather update frequency to 2 minutesSviatoslav Sydorenko
Ref #167
2020-07-12[weather] fix #161 + redesign with breaking changestreetturtle
2020-04-15Display the notification on the current screenAurélien LAJOIE
2020-02-07[weather] Add delay between retryAurélien LAJOIE
Having an error message every minute is painful, double time to 15 min. Reset to 1min in case of success.
2019-09-22gerrit widgetPavel Makhov
2019-09-18[Weather] Add option to set the position of the notificationAurélien LAJOIE
2019-09-18Catch error is the answer is not a valid json stringAurélien LAJOIE
This was triggered by a public wifi pushing an html file to all request
2019-09-03fix after applying blix4's commitblix4
2019-09-02Query weather with async timeoutsSviatoslav Sydorenko
Fixes #81
2019-07-11pr #84Pavel Makhov
2019-05-03externalize config for weather widgetstreetturtle
2019-02-20[weather] Check if the response is not null before decoding it.Aurélien LAJOIE
With network glitch you can have sometimes empty answer, this was triggering an exception.
2019-01-29Make temperature units customizable using the secrets.luaPavel Makhov
2019-01-26add error handling to weather widgetPavel Makhov
2019-01-25store api keys and client settings in secrets.luaPavel Makhov
2018-10-08small refactoringstreetturtle
2018-03-27Reimplement wind direction detection properlySviatoslav Sydorenko
Fixes #39 Ref: https://www.campbellsci.eu/blog/convert-wind-directions
2018-03-22Take into account case with an unset wind degreesSviatoslav Sydorenko
Fixes exception, which happens when comparing nil to a number
2018-03-21Beautify pop-up code styleSviatoslav Sydorenko
2018-03-21Access weather API via HTTPSSviatoslav Sydorenko
2018-03-21Read city and api key from env firstSviatoslav Sydorenko
Corresponding env vars are: * AWW_WEATHER_CITY * AWW_WEATHER_API_KEY
2018-01-20few small changesstreetturtle
2018-01-20few small changesstreetturtle
2018-01-14Added wind direction to weather.luaRoger Welsh
2017-12-04externalize api keypmakhov
2017-06-05Few small improvements for weather widgetPavel Makhov
2017-03-14More details to popup messagestreetturtle
2017-03-03Start timerPavel Makhov
2017-02-18fix weather widget crash with no internet connectionPavel Makhov