Read the statement by Michael Teeuw here.
Calendar Overflow Issue [solved]
-
I know this has been brought up before and is currently being looked at by moment.js people but I thought I could post this as a new topic so anyone that was able to find a solution or temporary work-around could help.
The calendar module has an overflow issue with the dates which displays as follows:
If anyone has any thoughts on this it would be greatly appreciated. Thanks!
-
The only current ‘solution’ is using the 24 hour notation. I really hope Moment.js will save this bug asap. Rewriting all of this in a custom date formatter would be an ridiculous amount of work.
-
@MichMich how do you change the calendar to 24 hr? When i set the timeformat variable to 24 it only changes the clock and weather modules.
-
I’m sorry … just checked: the time format of the clock is tied to the language (locale). There currently is no way to change the time format of the calendar.
-
@MichMich ok. Its also worth noting that I do not have the overflow issue with the clock module in 12 hr format as others have reported. My overflow issue only affects the calendar module.
-
@MechMatt That’s correct. The clock and weather currently have a hot fix in place. (Something which is more difficult for the calendar.)
-
I just pushed a possible fix for this issue. Could you give it a try?
(more info: https://github.com/MichMich/MagicMirror/issues/181) -
awesome! I loaded it up and so far its looking good (been about an hour so far and usually the overflow problem happens within a few mins). I will leave it on for a while longer and report back if any issues come up.
-
@MechMatt good to hear!
-
@MechMatt: any news regarding the overflow. Is it solved?