Read the statement by Michael Teeuw here.
MMM-CalendarExt2
-
@sdetweil Ok, thanks. Just curious.
-
@ccr41981 it’s likely because how CX2 generates it’s positions. In short, it’s working AROUND the built in position system and kinda builds it own.
-
after installing this modular i get the following error.
pi@raspberrypi:~ $ npm run start
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path /home/pi/package.json
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, open ‘/home/pi/package.json’
npm ERR! enoent This is related to npm not being able to find a file.anyone know why?
Thanks -
@noone need to be in the MagicMirror folder
-
-
@sdetweil thx its working now
-
Hello,
I am having difficulties understanding how the deduplicateEventsOn works. I can get the configuration to make duplicated events not show; but how do I combine the entries under calendarName so the events show up “Bob/Jane/Sue/John” ? Or just “Everyone” ??This is what I have that removes the duplication. Its at the very top of the module. Does it need to be somewhere else?
{module: 'MMM-CalendarExt2', config: { rotateInterval: 45*1000, deduplicateEventsOn:["startDate","endDate","duration","title","location"], calendars: [
-
How to get quicker update of the google calendar in Magic mirror?
-
@fedale u can change the updateInterval… but note that too fast might get you denied for a while…
-
@sdetweil I tried that earlier without any result. And seemed like the only thing updating was the screen flickering
I put it under the module config in the config.js was that the correct postion?