Read the statement by Michael Teeuw here.
MMM-CalendarExt3Agenda
-
Good day everyone, I just resurrect my MagicMirror and I saw so many new things and loving the new modules, got everything to work but haven’t figure out one thing with the CalendarExt3Agenda, I would like to display only today events, I tried different configurations with:
startDayIndex: 0, endDayIndex: 1,
With this, I get today and tomorrow, and I know this is right, but when I try
startDayIndex: 0, endDayIndex: 0,
I get a blank today without any event being display, any clue?
Thanks
Leo
-
@bassin12
I’ll look inside; maybe it was my mistake. -
@bassin12
Updated. There was a logical bug in the code. Sorry. -
@MMRIZE Nothing to apologize for, it is a great module.
Leo
-
Hi all. I just updated to the latest release of MagicMirror code to take advantage of the fixes for recurring calendar events. Unfortunately all of my calendars with MMM-CalendarExt3Agenda are showing no events after the update. However, I do see that it’s loading them from the ical addresses in the debug logs.
Anyone else having this problem?
-
-
@sdetweil that worked, thanks!