Read the statement by Michael Teeuw here.
Issues with a special Google calendar
-
Hey guys.
I would like to include several calendars in mmm-calendarext2.
It works great with my main googleaccount and that of my wife.
But with a self-made calendar within my account I have my problems.
I don’t get it displayed.
Could someone maybe try to incorporate this calendar into themselves? -
@Clubjack all the dates are in the past
-
@sdetweil
Arena You Sure?
There are dates from 06.01. till 02.02.
In my Android-App i can see the dates. But not in MM. -
I should have searched for 2020… sorry, yes I see those…
is this cal listed first?
there is a total number of entries… so it will truncate
and there is also how far forward is shownmaxItems: 100, beforeDays: 60, afterDays: 365,
which view are your using?
-
@sdetweil
Okay.
I tryed it using this calendar alone.
Without other calendars. But nothing is shown.
I use:
Mode: week
Slotcount: 5
Maxitems: 1000
Hideoverflow: falseHow i say… The Main Google calendars work fine with the same settings.
-
@Clubjack ok, i put this in the default calendar and it worked…
so, that means the ext2 is having a problem…
when did u clone ext2? there was a problem when the api returned the cal data in zipped format…
he fixed that last week I think…so, if u have not updated recently do
cd ~/MagicMirror/modules/MMM-CalendarExt2 git pull
and restart the mirror app
-
@sdetweil thank You
Git pull says: Already up to date -
@Clubjack bummer
I would open an issue on the github site for the module
-
@sdetweil
But what could be the problem,when all the other calendars worked? -
@Clubjack well, it looks like the code doesn’t parse it correctly… I don’t know… not my code.
I am not in a position to debug it currently