Read the statement by Michael Teeuw here.
MMM-CalendarExt3 no Entries since last update
-
@Andreas1956
Not tested yet… but.CX2
in css/custom.css ??? -
@Andreas1956
I checked your config and css but nothing seems wrong.
From which version were you updated to new one? (I think you cannot remember, but how long has it been since the previous update?)
Anyway, I think you may have missed something in the last update.- Go to the CX3 module directory, then;
git pull npm update
I doubt you may miss
npm update
part in your last update process.- If it still does not work, do this in your CX3 module directory
git submodule update --init --recursive
-
Still not working; remove the CX3 directory and then reinstall again.
-
Still not working; let’s discuss deeper.
-
@MMRIZE
ok, thanks
if i have an updatenotification, i do it same or next day
now- did Points 1.-3.,
- changed .cx2 to .cx3 in css
- updated magicmirror too
- startet all new
- checked my google calendars - everything ok. on iPhone and iPad
- tried to remove the color property from one calendar entry
what i forgot to say, it’s running under windows11 (but since end of March 2023 without any problems)
Same as in screenshot, no text, only colored blocks for appointments
-
@Andreas1956
OK. Look inside deeper.- Execute MM as dev mode.
- If you are using
pm2
, stop it first. - In your MM directory, run this script.
npm run start:dev
-
Or alternatively, After MM’s normal execution, Ctrl + Shift + i (Or Alt+F12, it could be different by your system environment), Anyway, open the
dev-console
on the browser/client with hotkeys. -
It will open this kind of dev-console as a side panel.
- At the panel, you can see
Elements
orConsole
tab. Go toElements
Tab.
- There would also be
cursor
icon (left side of theElements
Tab mark); select it and click to any event element
-
Now, the side
Elements
tab will focus on the HTML code for the element you clicked.
-
navigate into the
title
element
- Check whether proper text exists there.
- And See the
Styles
tab.(Somewhere in the side panel. Usually below theElements
window)
You can see there are
--calendarColor
andoppositeColor
attributes there. And there is no other overridden colors.- Or you can check this in
Computed
tab.
There are some
calculated
results for the style.Could you find any suspicious things on watching your case?
-
@MMRIZE
Thanks, a lot of Information event =true on 19th but nothing like title
I will check for warnings or errors tomorrow
-
@Andreas1956
You are clicking the day cell, not event. -
@MMRIZE
I would, but there is no event cell under the day … i think this is the Problem -
@Andreas1956
there is an event cell that spans into the 19th (pink arrow) -
@sdetweil
Yes, but this Screenshot is shrinkt, cause of the debug window on the right side.
And until last update begin of the week, everything was ok. I didnd change anything on my config files since months. -
@Andreas1956 yes, but its the event bubbles that are empty. and he wanted to see that