Read the statement by Michael Teeuw here.
Calendar is ending/hiding "all day event" soon on the day
-
@pade2204 edit config.js, add ,“debug”
to the loglevel array,
restart mm
npm start >somefile
it will show.processing the ics file
-
Im not sure where the “loglevel” array is in the config.js
Do you have an example - thanks :)
-
logLevel: [“INFO”, “LOG”, “WARN”, “ERROR”], // Add “DEBUG” for even more logging
-
I tried to put this into the config file/config loop
logLevel: [“INFO”, “LOG”, “WARN”, “ERROR”,“DEBUG”],
- and then npm start, but it gave me a lot of error and the mirror is not starting.
So I guess this is not for beginners…
-
@pade2204 be careful copy/paste from the forum , it changes the quotes to the wrong type (curved, not straight)
i just referenced the existing line
-
@pade2204 also, as soon as an event starts it is not upcoming. you could turn on showEnd…
and split the event into a start and end event, and the end will be an upcoming event all day