Read the statement by Michael Teeuw here.
Issues with a special Google calendar
-
@sdetweil ok. Thank You very much for your help. Great.
-
@Clubjack
I found the problem.
I copyed the Module, to Show it on an other Page (mmm-pages). But that didnt work.
With only one calendar it works great.Now i have some other questions.
-
Is it possible to Change the timeformat from a date?
From ā16:00 Testā to ā16 Testā. -
Is it possible to delete time from special entrys?
From ā14:00 workā to āworkā?
Edit: I was to fast. It only worked a few minutes.
Now, i can do what i want, it dosnt show this calendar. -
-
@Clubjack ext2 cannot by replicated onto different pages @Sean (author) said. he bypasses all the
MM module presentation rulesā¦ -
@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; }