A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Green line under today’s events on two different calendars
-
I have both MMM-Calendar_monthly and MMM-CalendarEXT2 on my mirror both calendars show a green underline on today’s items . I’m can’t find anywhere in the configs that would cause this . Does anyone else have an idea where I might look?
Thanks in advance -
Sounds like a css thing rather than config. You can use the developer tools in Chrome to inspect each element to find out more about it. For example in calendar_monthly module, this is the element for the current day:
< span id=“day12” class=“today” >12< /span >
Click that line and you can find out which css file the green line comes from.
-
@mscrawford5
I think this kind of thing;
https://forum.magicmirror.builders/topic/9279/mmm-calendarext2/256He said, Todoist module would make CSS conflict.