Read the statement by Michael Teeuw here.
Version 2.30.0 Calendar fix for clipping broadcast events
-
@angeliKITTYx i meant before, when you had the troubles
-
@sdetweil I used the command on the MM documents page
git pull && npm run install-mm
But I always had to remove the package-lock.json and package.json too
-
@angeliKITTYx ok… I wish more would use my upgrade script…
it fixes problems you all report as we go along… -
@angeliKITTYx said in Version 2.30.0 Calendar fix for clipping broadcast events:
@sdetweil I used the command on the MM documents page
git pull && npm run install-mm
But I always had to remove the package-lock.json and package.json too
I just tried it now and it’s not working since I’m in the fix clipping branch. It’s asking me to confirm branch.
-
@angeliKITTYx yes,
there are new steps if on a non-master branch
rm package-lock.json git checkout master
but you have lost the clipping fix (or develop branch)
my upgrade script will put you back on master (seen as how thats where next release will land you)
in the meantime, you should not need to pull again on current version, nothing changed
if u want to npm install MM again (altho nothing has changed)
donpm run install-mm
-
@sdetweil Where is the new script? I can’t find it in your posts…
-
@cheminge all my stuff is here
install/upgrade ( referenced in the MagicMirror install doc , alternatives)
backup/restore
-
@sdetweil not sure what happened, but I added events to the calendars that weren’t showing up to try and troubleshoot, and now they’re all populated properly… Thanks for all your help with this. Now it’s on to fixing the weather widget.
-
-