after installing Jan 1 2025 MM version, events broadcast to MMM-CalendarExt3 are clipped incorrectly
apply this fix (til next release)
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
this fix has been accepted and added to the next release
you can use that package instead
see https://forum.magicmirror.builders/topic/14327/testing-new-fixes-or-solving-current-problems-with-next-release-code
to get the develop branch
#NOTE: using develop requires a new
npm run install-mm
absolutely my fault… BUT
this release has been stable and in test since October… but clearly not enough tested it.