Read the statement by Michael Teeuw here.
MMM-CalendarExt3
-
@MMRIZE I’m getting the following error:
I assume I’m doing something wrong with the transformer since it seems to be an issue with startDate. Here’s my config:
FYI
I had to manually update MMM-GoogleCalendar.js to enable broadcastEvents. I couldn’t seem to enable via the config.js (perhaps I did something wrong).Any ideas regarding the error? TIA
-
@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