A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-CalendarExt2 CSS (HELP)
-
HOW CAN I EXPAND MY CSS SO THAT THE CALENDAR IS COMPLETE? I DO NOT WANT IT TO GET +2, +3
/*fond des cases*/ .CX2 .slot > .slotContent{ background-image: none; } /*couleur rdv*/ .CX2 .event { background-color: #6699CC; color: #FFF; border-radius: 5px; text-align: center; } .CX2 .event.fullday { border-radius: 5px; color: #FFF; } /*couleurs des week-end*/ .CX2 .cellSlot.weekday_6 .slotSubTitle { color:#FFF; } .CX2 .cellSlot.weekday_7 .slotSubTitle { color:#FFF; } /*couleur du jour .CX2 .today .slotHeader { /* today slot */ background-color: #E3E3E3; color:#000; }*/ .CX2 .today .slotContent{ background-color: #E3E3E3; } .CX2 .holiday, .holiday .event .fullday { background-color: #BB0B0B; } .CX2 .family, .family .event .fullday { background-color: #6699CC; } .CX2 .birthday, .birthday .event .fullday { background-color: #34C924; }
-
@chrixbrown Which format are you using?
There’s a command in the config.js for Daily, for instance, called
hideOverflow
If you set that to false, it’ll spew out everything.