A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Issues with a special Google calendar
-
@sdetweil now it works. there Was a Problem with an empty calendar Slot. 🙈
Do You know, if my questions in the Post before, are makeable?
-
@Clubjack sure… u can select the three dots to the right on any post to mark it
-
@sdetweil not markable… Makeable😉
-
@Clubjack sorry, mind sees what it wants to see!
https://github.com/eouia/MMM-CalendarExt2/blob/master/doc/Configuration/View.md
dateFormat Object {...} {...} See Event Time. timeFormat Object {...} {...} See Event Time. dateTimeFormat Object {...} {...} See Event Time. relativeFormat Object {...} {...} See Event Time.
-
@sdetweil
Oh, right, I saw that once. But forget it again. Thank You -
by the way, if you wanna dump the empty slots:
- in config.js under views add
className: "remove_empty_slot",
- add the following css to custom.css
/* CalExt2 - Hide empty days on agenda */ .CX2 .remove_empty_slot .eventCount_0 { display:none; }