Read the statement by Michael Teeuw here.
MMM-CalendarWeek is broken
-
I’m setting up my MagicMirror dashboard and like the layout and functionality of MMM-CalendarWeek, but realize the incorrect days of events is going to be a deal breaker. It seems that the module is been abandoned with a lot of unanswered issues posted to the GitHub page.
I’m considering forking it and trying to fix the problems, but thought I’d ask first if anyone else found an alternative or maybe a fork of the module that works better. Fixing it will take me time as I’m new to NodeJS and MM modules.
-
@shizzlesticks Couple of options, the best I could think of listed below:
If you want the same kind of layout, with a little CSS magic, you could use MMM-Calendar3Agenda multiple times, each one set to a different relative day.
(startDayIndex & endDayIndex config options used)
Alternatively, if you want to save space, just use MMM-Calendar3Agenda as is, and it lists the calendar items sensibly.
Using MMM-Calendar3 products require the use of the base calendar for event population.
mmrize has lots of Calendar3 products to do work on calendars - check them all out at https://github.com/orgs/MMRIZE/repositories?type=all
-
@BKeyport Thanks for this! For some reason I didn’t see your reply last time I checked the forum. I appreciate the tips!