Read the statement by Michael Teeuw here.
MMM-Multimonth
-
@bkeyport , work, thanks, good job! :)
-
@bkeyport , hi, after you made the last change to the module, I deleted it and installed it again. Everything was OK. A few days ago, I restarted the mirror. It’s been a day late since then. If I restart it in the morning (am) it’s ok. The problem occurs if I restart it in the afternoon (pm).
-
@george Odd. I didn’t change anything except add a file for MMM-Config. I’ll look at it.
Confirmed. Nothing changed, nothing I can do can make it break.
@sdetweil @cowboysdude @Mykle1 – anyone wanna help with this? Please? I’m pretty sure at this point it’s not my module.
-
@bkeyport actually above, I see it highlighting the 26th, but text says 27th in both cases…
in the previous it was only one side that was wrong… now both are
looking at the code now
-
@bkeyport the only code that sets the highlighting is
starting at line 82so, I would change the css to unique colors for the 3 lines, (2 have different classes but same color)
if (currentWeekday.day() == 0 || currentWeekday.day() == 6) { output += "<div class='current_day_weekend'>" + currentWeekday.format("D") + "</div>"; } else { output += "<div class='current_day'>" + currentWeekday.format("D") + "</div>"; } } else { output += "<div class='current_day'>" + currentWeekday.format("D") + "</div>"; if (currentWeekday.day() == 0 || currentWeekday.day() == 6) { output += "<div class='current_day_weekend'>" + currentWeekday.format("D") + "</div>"; } else { output += "<div class='current_day'>" + currentWeekday.format("D") + "</div>"; } } else { output += "<div class='current_day'>" + currentWeekday.format("D") + "</div>";