Read the statement by Michael Teeuw here.
Nextcloud calendar error
-
@theaddies ok, can you open the developers window
ctrl-shift-i, select the console tab, and entry cal in the filter field
see if there is any error?
maximumEntries:5 could be limiting too
-
@sdetweil I am only using ssh. I will plug a keyboard into it.
-
@sdetweil OK, so in the console I do see the message below over and over and over. That is the only thing that appears odd to me.
slicing events total maxcount = 10 Calendar_js:744 sorting events count =0 Calendar_js: 704
-
@theaddies this sounds like v 2.30, w the clipping problem
fixed in 2.31
-
@sdetweil I switched to the branch described in the other post and nothing changed. I switched back to main and I give up. Thanks very much for the help. I really appreciate it.
-
@theaddies the 2.30 fix branch isn’t there unless you manually install it
-
@sdetweil I did this. Nothing changed.
cd ~/MagicMirror git fetch origin pull/3679/head:_fix_clipping git switch _fix_clipping npm run install-mm # if you get an error error, rm package-lock.json # and repeat the git switch restart MM
-
@theaddies said in Nextcloud calendar error:
maximumEntries: 5,
if you try 100 instead of 5 does it make a difference?