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-CalendarExt3
-
hi there,
is there a way to stop the time showing on the calendar? i.e just the event description.
many thanks in advance
-
@bradley1982 you could use css to hide the time
.CX3 .event .headline .time.start-time { display:none; }
-
@sdetweil perfect thanks so much
-