MagicMirror/modules/default/calendar
2020-11-16 13:49:44 -06:00
..
calendar.css Remove some other prefixed styles since we are at it 2020-04-20 12:13:13 +02:00
calendar.js typo, remove dead code, comments, fix recurring refresh, let fetcher handle it 2020-10-12 09:01:50 -05:00
calendarfetcher.js fix full date start time and duration, east of UTC, make getCorrection more understandable with variable name changes 2020-11-16 13:49:44 -06:00
debug.js Make calendar debuger use const stuff and add npm script for it 2020-06-20 08:45:46 +02:00
node_helper.js typo, remove dead code, comments, fix recurring refresh, let fetcher handle it 2020-10-12 09:01:50 -05:00
README.md Run prettier over ALL files once 2020-05-11 22:22:32 +02:00
windowsZones.json fix full day recurring events east of UTC for RRULE/Luxon confusion, also update windows zones to include old offset based strings (UTC+05:00) US Eastern and Canada 2020-10-28 09:31:05 -05:00

Module: Calendar

The calendar module is one of the default modules of the MagicMirror. This module displays events from a public .ical calendar. It can combine multiple calendars.

For configuration options, please check the MagicMirror² documentation.