mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
This commit adds several QOL features and adjustments to the calendar module including: - **New Options** - ``coloredText``: ``(default: false)`` Determines if you want your entry text to be colored based on the calendar's color - ``coloredBorder``: ``(default: false)`` Determines if you want entry borders to be colored based on the calendar's color - ``coloredSymbol``: ``(default: false)`` Determines if you want entry symbols to be colored based on the calendar's color - ``coloredBackground``: ``(default: false)`` Determines if you want entry backgrounds to be colored based on the calendar's color > These new colored options allows for more out-of-box styling options for the calendar module. With this the ``coloredSymbolOnly`` option has been removed due to redundancy - ``limitDaysNeverSkip``: ``(default: false)`` show every event for every day regardless of if the day only has a single full day event - ``flipDateHeaderTitle``: ``(default: false)`` determines if the title for the date header in the ``dateheaders`` time format should align to the left ``[eg: false]`` or right ``[eg: true]`` - **Layout Changes** - ``dateheader`` is now a class avaliable for date headers in the ``dateheaders`` time format. - Event entries have been better *container-ized* for better styling (using the ``event-container`` class) - ``repeatingCountTitle`` now has a seperator between the ``yearDiff`` and ``repeatingCountTitle`` - ``endDate`` in ``dateheaders`` now capitalizes it's first letter
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.