A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Default Calendar Module | Countdown until full day events
-
-
@sdetweil
Thanks for your help.
I edited it tomodule: "calendar", position: "bottom_left", header: "Public Holidays", config: { colored: false, coloredSymbolOnly: false, maximumEntries: 10, maximumNumberOfDays: 180, timeFormat: "relative", getRelative: 90 * 24, urgency: 90, calendars: [
which unfortunately didn’t make any difference.
https://forum.magicmirror.builders/topic/13278/calendar-how-to-change-in-2-days
Covers my issue, and here the author mentions issues with full day events. Any chance this could be the culprit ? -
@p1lspeda there is a bug in the code
for 2.21 do this
edit ~/MagicMirror/modules/default/calendar/calendar.js
comment out line 383
//if (event.fullDayEvent) { // Full days events within the next two days
and change line 394 like this (comment out the close of the IF above and the else
/*} else*/ if (event.startDate - now
-
@sdetweil
Thank you so much.
Looks like we’re getting there.
If the current Public Holiday could be described with “Today/now”, it would be the cherry on the cake. -
@p1lspeda no mechanism to create special formatting