Read the statement by Michael Teeuw here.
MMM-CalendarExt3
-
@katalopapi all you had to do was add
broadcastEvents: true,
inside the module config: {}
section
as it is a module parameter and not a MagicMirror parameter (like position, disabled or classes)
-
@sdetweil Thanks! I had it before the config. Works after moving it.
-
-
I’m on my phone sorry if this is messed up. I’m getting this error trying to use ext3 and cannot find an answer. I’m sure it’s something easy but…
Config is same as example given.
I don’t know how to post pictures so hope this helpsIn dev window
Uncaught SyntaxError: unexpected token ? (Right side)
:8080/modules/MMM-calendarext3/MMM-calendarext3.js:54
-
@agrusap did u edit that file? never edit any module file or mm file.
ALL config goes in config.js
-
@agrusap
Check your electron version(standalone) or browser version(server mode). This module is using a modern JS features, your JS engine might be somewhat outdated. -
-
@Screwyoudriver yes the regions are not all symmetrical…
see
https://forum.magicmirror.builders/topic/286/regions?_=1670987336099 -
@sdetweil
Thanks
it’s been a while since i did anything with the magicmirror.
so I forgot this -
I also have a problem. I have a series of appointments on Tuesday and Wednesday. If I change one appointment in length with the same starting time, it shifts one hour back. The source is correct, the displaying hour on the MM is incorrect. Does anybody else have this problem?