Read the statement by Michael Teeuw here.
MMM-Calendar showing multi day event with start day not current day
-
@bergmannfrank how did you update? wipe sd and start new, or use my upgrade script to upgrade MM??
if my script,
can you look at the ~/MagicMirror/installers/upgrade.log file
go to the end and search backwards forupgrading from version
I want to know which version you were last running. .
I just checked this release, next in flight, and with my cal fixes, all show event start date for a multi-day event which is currently running… in timeFormat:“absolute”
-
@sdetweil My old installation crushed and I started with a fresh SD card and a different Pi than before.
I don’t remember the version but it must be a least four-ish years old. My last backup was in November 2020.
-
@bergmannfrank ok, we are at 2.29, - 16 (4 years, 4 releases) makes it about 2.13
I’ll try to look later
-
@sdetweil Thanks again!
May be this helps in your search:
https://github.com/MagicMirrorOrg/MagicMirror/pull/2895
https://github.com/MagicMirrorOrg/MagicMirror/issues/2685 -
@bergmannfrank does help… that code section has changed…
I am working on cal fixes for next release… let me look at what needs to be done
-
@bergmannfrank ok, lets try my test cal fixes
cd ~/MagicMirror git fetch origin pull/3587/head:withfixes git checkout withfixes npm install
then run MagicMirror
let me know