Ace
61fd68628a
Revert "Merge pull request #120 from emilyboda/feature/weather-fixes"
...
This reverts commit 6a9ec37390
, reversing
changes made to 13556a5cf3
.
2020-06-05 17:47:12 +02:00
emilyboda
0843aa8943
made the 3hr forecast time respect local timezone
...
1. converted the now variable to local TZ
2. the forecast.get_weather_at function still requires UTC, so I added a TZ conversion back to UTC.
2020-06-04 15:40:26 -04:00
emilyboda
97d6046e30
forecasted times are now in 12 hr format when requested
...
Previously showed only 24 hr time, no matter what was requested. I edited it so that when hours = "12", the time format will be 12 hr time format.
2020-06-04 15:39:47 -04:00
Ace
30a202fe50
Minor improvements + bugfix
...
OWM uses UTC-time to provide weather forecasts. Previously, a timezone-aware stamp was used which caused problems with the forecasts for some users. By switching to UTC time, the problem is fixed.
In case somethign goes wrong, the error message will be printed directly on the coresponding section.
Added support for 2-colour mode (due to new driver files).
2020-02-04 16:49:20 +01:00
Ace
5a89c18cd6
Tiny back-end improvement
2020-01-27 23:34:35 +01:00
Ace
0a870449c9
improved execution handling
2020-01-18 16:10:53 +01:00
Ace
a36375df1e
Added option to change 'now' string
2019-12-16 01:00:45 +01:00
Ace
9517017365
Improved folder structure
...
With the new folder structure, users can now easily clone the repo with git clone. The need for renaming and shifting folders is now gone.
2019-12-12 22:52:57 +01:00