Read the statement by Michael Teeuw here.
MMM-CalendarExt3
-
@sdetweil Thanks! I had it before the config. Works after moving it.
-
I’ve figured out what was causing the error. The US holiday events didn’t have the same fields as the google calendar so the transformer was messing those event us. I’ve fixed it with the following transformer:
-
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. -
I have a problem with position: “bottom_center”,
if I place it at position: “middle_center”, the calendar is the whole width of the screen.
But not at position: “bottom_center”,Note: I moved it to bottom_bar and its fine
-
@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?
MagicMirror
Source in browser
-
@ThaliaFromPrussia CalExt3 displays events read and processed by the default calendar module.
this sounds like one of the utc/tinezone shift errors in one of the libraries we use.
can u download the ics file and extract those two appointments before and after the change so I can examine the issue?
to download the ics
curl -sL cal_url > sonefile.txt
then edit the somefile.txt
events look like
BEGIN VEVENT . . . END VEVENT
change anything that look personal
don’t change the times or uuidif u don’t want to post the events here you can send it to me in a chat message or email.
my email is my userid at gmail.