Commit Graph

12 Commits

Author SHA1 Message Date
Ace
94423bfa3e
Fix issue for units = 'metric' + hours = '12' 2020-06-20 19:11:19 +02:00
Ace
de3b5c2f6b
Merge pull request #124 from emilyboda/feature/weather-fixes
Hotfix for:
* incorrect time format in weather module when selecting 12-hour time-format
* weather timezone
2020-06-08 16:50:22 +02:00
emilyboda
52a762f55f
fixed timezone bug the correct way 2020-06-05 11:55:07 -04:00
emilyboda
5f31171c3b
removed timezone fix, as it was broken 2020-06-05 11:54:28 -04:00
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