Veeck
f0e8c865fe
Fix markdown error
2019-06-14 14:03:58 +02:00
Veeck
36400c0a83
Fix some eslint errors from previous merges
2019-06-14 14:03:07 +02:00
Michael Teeuw
b645007884
Updated the fetchedLocationName (See PR: #1702 )
2019-06-14 13:42:59 +02:00
Michael Teeuw
808cbf8e0b
Fix Typecheck.
2019-06-14 13:32:07 +02:00
Michael Teeuw
8ed77ba0c7
Merge
2019-06-14 13:31:59 +02:00
Michael Teeuw
7a272ef0ab
Merge conflict.
2019-06-14 13:19:29 +02:00
Michael Teeuw
a41ecaf7cc
Merge
2019-06-14 13:05:22 +02:00
Matt Bauer
d41afa0e53
Calendar fetch error is still a loading result
...
Also log error on node side as well.
2019-06-13 15:52:49 -05:00
Matt Bauer
e56f61441d
Repeating event handling “robustified”
2019-06-13 13:44:54 -05:00
Matt Bauer
7b4b7dffa2
Update calendar’s vendored ical.js
2019-06-13 13:44:54 -05:00
Michael Teeuw
cf2723aafb
Merge pull request #1699 from Hg347/calendar-1696
...
fixed calendar, issue 1696, ics file start date is not date type
2019-06-13 20:15:53 +02:00
Christoph Hagedorn
964504b9c3
curr.exdates[i] might not be a date, so toISOString() may fail too
2019-06-11 23:24:03 +02:00
Christoph Hagedorn
e694b080be
curr.start is not always a date type (depends on ics file). A type check
...
has been added.
2019-06-09 17:46:48 +02:00
Malcolm Oakes
fb7115fc13
Merge remote-tracking branch 'upstream/develop'
2019-06-07 16:44:42 +01:00
Malcolm Oakes
a619fc4fef
Allow temp and wind units to be specified separately if required.
2019-06-07 15:27:08 +01:00
rejas
f600c163ca
Fix intendation
2019-06-05 18:30:04 +02:00
rejas
515c183070
Fix a comparison that was an assignement
2019-06-05 17:01:54 +02:00
rejas
835668d96d
Add eslint semi rule
2019-06-05 10:23:58 +02:00
rejas
2bce15dc6e
Remove multiple-empty-lines
2019-06-05 10:03:28 +02:00
rejas
8f1a212b52
More typo fixes
2019-06-05 09:46:59 +02:00
rejas
5c08bde0fa
More == -> === and != -> !== fixes
2019-06-05 09:32:10 +02:00
Charles Dyason
b2f59d6813
Added clock notifications for elapsed time.
...
Added notifications to default `clock` module to broadcast:
- `CLOCK_SECOND` for a clock second, and
- `CLOCK_MINUTE` for a clock minute having elapsed.
Each notification is broadcasted with the corresponding value i.e. `CLOCK_SECOND` -> `30` and `CLOCK_MINUTE` -> `5` .
2019-06-03 14:01:27 +02:00
Charles Dyason
aa80c468c4
Added broadcasting of news feeds with incremental updates
...
Added ability to enable broadcasting of news feed items with `NEWS_FEED` notification and broadcasting updated news feed items with `NEWS_FEED_UPDATE` to other modules. This is merged into the default `newsfeed` module.
One can set ability to broadcast the whole news feed or broadcast only updated news feed items.
2019-05-31 16:37:47 +02:00
Charles Dyason
6008cba2db
Minor typo corrections
2019-05-31 16:17:09 +02:00
Jon Kolb
44eccf5ee4
Only call updateDom in clock.js when the content has changed
2019-05-18 20:02:22 -04:00
Michael Teeuw
ae3e307f33
Merge pull request #1677 from mattdb/develop
...
Calendar: only slice multi-day events when they actually span midnight
2019-05-17 16:28:30 +02:00
vincep5
7240fb32d2
update city list url
2019-05-14 15:00:30 -05:00
Matt Bauer
727eb0cfd7
Calendar: only slice multi-day events when they actually span midnight
2019-05-14 10:08:53 -05:00
Josef Spitzlberger
41e5c2939f
added config option nextDaysRelative
...
added configuration option nextDaysRelative to always display today's and tomorrow's appointments in relative mode, even if timeformat is set to absolute
2019-05-07 20:35:28 +02:00
Josef Spitzlberger
7e2ab51298
added Config Option nextDaysRelative
...
added configuration option nextDaysRelative to always display today's and tomorrow's appointments in relative mode, even if timeformat is set to absolute
2019-05-07 20:34:35 +02:00
Michael Teeuw
dd6b972be4
Merge pull request #1628 from kolbyjack/feature/calendar-past-events
...
Add includePastEvents global and calendar-specific settings
2019-05-07 20:12:37 +02:00
magic21nrw
7047a7cae6
Update ical.js
...
Fixed Bug with more than one calendar.
2019-05-07 19:45:28 +02:00
Jon Kolb
c61f0409fb
Rename includePastEvents calendar config option to broadcastPastEvents
2019-04-17 08:16:04 -04:00
Jon Kolb
806be39a6d
Add includePastEvents global and calendar-specific settings
2019-04-17 08:13:51 -04:00
Michael Teeuw
bca838495e
Merge pull request #1652 from michaelarnauts/1651-calendar-fix
...
Fix sliceMultiDayEvents so it respects maximumNumberOfDays
2019-04-17 13:51:07 +02:00
Michael Teeuw
4cf430e146
Merge pull request #1646 from michaelarnauts/patch-3
...
sliceMultiDayEvents is false by default
2019-04-17 12:17:44 +02:00
Thierry Nischelwitzer
fcd91daee6
Merge remote-tracking branch 'upstream/master'
...
Update MagicMirror
2019-04-10 18:07:55 +02:00
Michaël Arnauts
4677a3fd89
Fix many issues with sliceMultiDayEvents
2019-04-10 10:31:55 +02:00
retroflex
40f535cf3c
Added possibility to show event location.
2019-04-08 21:49:19 +02:00
Michaël Arnauts
6b87fc64af
sliceMultiDayEvents is false by default
2019-04-07 15:26:25 +02:00
Thierry Nischelwitzer
35174b0348
bugfixing calendar module
2019-04-07 11:15:16 +02:00
Malcolm Oakes
c80e04fe8d
Add new weather data provider UK Met Office (Datapoint)
2019-04-03 15:19:32 +01:00
Chris van Marle
416ace4c86
Update current weather header only if not undefined
2019-03-29 13:15:58 +01:00
Chris van Marle
979041ee91
Fix typo in variable name fetchedLocationName
2019-03-29 13:13:56 +01:00
Michael Teeuw
e8771cdea8
Merge branch 'develop' into newsfeed-article-info-request
2019-03-28 12:11:06 +01:00
Jon Kolb
868b5e4617
Add name property to calendars
...
When consuming CALENDAR_EVENTS broadcasts, it is useful for other
modules to be able to identify which calendar a specific event
came from, for filtering/display purposes.
2019-03-26 19:51:44 -04:00
Daniel Burr
29c9c92ba6
Add support for the ARTICLE_INFO_REQUEST notification
...
Upon reception of an ARTICLE_INFO_REQUEST notification, newsfeed will
respond with the notification ARTICLE_INFO_RESPONSE, containing the
fields 'title', 'source', 'date', 'desc' and 'url'.
2019-03-25 01:08:59 +01:00
Michael Teeuw
edfa327158
Merge pull request #1602 from qistoph/develop
...
Notifications delay time and background color
2019-03-19 09:36:24 +01:00
Michael Teeuw
68a7c857c0
Merge pull request #1610 from dgburr/documentation-fix
...
Fix documentation of `useKMPHwind` option in currentweather
2019-03-18 17:09:04 +01:00
Daniel Burr
80eef2ab8c
Fix documentation of useKMPHwind
option in currentweather
2019-03-18 16:23:03 +01:00