Michael Teeuw
ca8acb14f1
Merge pull request #2057 from wolfen351/wolfen351-patch-1
...
Correct calendar display - account for current timezone
2020-07-04 21:34:32 +02:00
Michael Teeuw
a066153556
Add updated changelog.
2020-07-04 21:26:22 +02:00
Michael Teeuw
2ee7131c28
Merge branch 'develop' into pr/wolfen351/2057
2020-07-04 21:24:48 +02:00
Michael Teeuw
cb1f65732e
Merge branch 'develop' into pr/wolfen351/2057
2020-07-04 21:15:14 +02:00
Michael Teeuw
37237d9c10
Merge pull request #2066 from oemel09/fix-maxNumberOfDays-2018
...
Adjusts maxNumberOfDays depending on the endpoint
2020-07-03 22:02:26 +02:00
Michael Teeuw
92cc41dec6
Fix linting issue.
2020-07-03 21:53:18 +02:00
oemel09
246dc663c4
Applies suggestions from prettier, floor instead of ceil
2020-07-02 22:22:04 +02:00
oemel09
4ed3235590
Adds fix to changelog
2020-07-02 20:56:48 +02:00
oemel09
0939e405b4
Adjusts maxNumberOfDays depending on the endpoint
2020-07-02 20:54:20 +02:00
Michael Teeuw
26ed05ba3a
Prepare 2.13.0-develop
2020-07-01 20:07:12 +02:00
Michael Teeuw
e16db2233f
Fix contributor list.
2020-07-01 19:52:38 +02:00
Michael Teeuw
5d90a08011
Prepare release 2.12.0
2020-07-01 19:47:09 +02:00
Michael Teeuw
2d3849a671
Merge pull request #2061 from ZoneMR/patch-1
...
Fix #2030 - Clock can be off by a minute
2020-07-01 19:38:11 +02:00
Michael Teeuw
e0dcdc2110
Merge pull request #2063 from lyubomirv/develop
...
Updated the BG translation
2020-07-01 19:31:08 +02:00
Michael Teeuw
22fcee2a16
Merge branch 'develop' into pr/ZoneMR/2061
2020-07-01 19:29:41 +02:00
Michael Teeuw
8c0141367b
Fix EOF issue.
2020-07-01 19:25:00 +02:00
Michael Teeuw
6d829fa575
Merge pull request #2059 from bryanzzhu/bryanzzhu-currentweather
...
added config option to hide sunrise/sunset in Current Weather module
2020-07-01 13:16:48 +02:00
Lyubomir Vasilev
c9d0bd2d7f
Updated the BG translation
2020-07-01 10:08:41 +03:00
ZoneMR
ea31d34649
Fix #2030 - Clock can be off by a minute
...
Set minute/second in our model based on the actual time from moment() rather than our own attempt to track the time - which can drift or fail to respond to time changes.
Also, schedule time refreshes to happen 50ms after the minute/second is expected to change - preventing premature fires and rapid re-firings of notifications due to accuracy limits in setTimeout
2020-06-30 19:51:25 +01:00
Bryan Zhu
7a3ea37798
added config option to hide sunrise/sunset in Current Weather module
2020-06-29 12:44:24 -04:00
Michael Teeuw
fdd389d6b7
Merge pull request #2058 from XBCreepinJesus/develop
...
UK Met Office DataHub weather provider
2020-06-28 13:40:17 +02:00
CreepinJesus
b91fccc0e3
Update metofficedatahub.js
2020-06-28 12:09:16 +01:00
CreepinJesus
d911b075ab
Met Office DataHub weather provider
2020-06-28 11:13:44 +01:00
CreepinJesus
4339cdd8a4
Included check for Met Office DataHub provider.
...
The new Met Office provider also returns precipitation as a probability percentage.
2020-06-28 11:00:10 +01:00
CreepinJesus
dd32d3a492
New Met Office provider
...
This is a provider for the Met Office's new DataHub API (which will eventually replace their current DataPoint service).
2020-06-28 10:57:19 +01:00
wolfen351
d5caadd906
Correct calendar display - account for current timezone
2020-06-27 19:43:09 +12:00
Michael Teeuw
c4bc3e2687
Merge pull request #2054 from MichMich/revert-pr-2021
...
Revert PR #2021
2020-06-24 12:36:28 +02:00
Michael Teeuw
2c5909a138
Update CHANGELOG.md
2020-06-24 09:50:25 +02:00
Michael Teeuw
42c13fa584
Update compliments.js
2020-06-24 09:49:14 +02:00
Michael Teeuw
3b442d4bfc
Merge pull request #2048 from rejas/issue_1926
...
Updated ical library to latest version
2020-06-22 18:19:18 +02:00
rejas
9831f81b6e
Merge branch 'develop' into issue_1926
2020-06-20 20:43:09 +02:00
Michael Teeuw
d3282506c9
Merge pull request #2052 from chamakura/develop
...
Bug fix to correctly handle the logic for 'maxEntries' Issue #2050
2020-06-20 20:35:32 +02:00
chamakura
2afff6c432
Updating files to the latest versions from 'develop' branch
2020-06-20 11:18:37 -07:00
chamakura
be3616abe2
Bug fix to correctly handle the logic for 'maxEntries' Issue #2050
2020-06-20 11:01:37 -07:00
rejas
daa6f5051c
Use object.entries to iterate over data
2020-06-20 09:01:35 +02:00
rejas
1e5bd98f02
Make calendar debuger use const stuff and add npm script for it
2020-06-20 08:45:46 +02:00
rejas
7e5bfa8dd2
Fix slice parameter type
2020-06-20 08:45:22 +02:00
rejas
53363b0618
Simplify return call to make a better diff
2020-06-20 08:45:03 +02:00
rejas
b2f71a2ce1
Update dependencies
2020-06-20 08:33:19 +02:00
rejas
5d4a575919
Undo switch to fetch, use request like ical did
2020-06-20 08:32:54 +02:00
rejas
7d521ed3ce
More var -> let/const conversions
2020-06-18 21:54:51 +02:00
rejas
bb9ad3daa9
Use some const/let instead of var
2020-06-17 21:37:49 +02:00
rejas
442f270ee0
Update CHANGELOG
2020-06-17 21:24:50 +02:00
rejas
7ab74c6cc9
Remove old ical version
2020-06-17 21:17:35 +02:00
rejas
6d60baa2d6
Install latest ical version and use it
2020-06-17 21:17:26 +02:00
Michael Teeuw
6d3308621f
Merge pull request #2017 from rejas/config_logger
...
Make logger a little more configurable
2020-06-14 14:33:06 +02:00
Michael Teeuw
fd49be1d9b
Remove unreachable code.
2020-06-14 14:14:30 +02:00
Michael Teeuw
c40a5648dd
Merge branch 'develop' into config_logger
2020-06-14 14:02:48 +02:00
Michael Teeuw
d9a8d2627a
Merge pull request #2046 from rejas/issue_1928
...
Throw error when check_config fails
2020-06-14 14:00:19 +02:00
rejas
c7a88e2f12
Throw error when check_config fails
2020-06-14 11:04:11 +02:00