Read the statement by Michael Teeuw here.
MMM-CalendarExt2
-
@gekberlin
Very Beautiful. Anyway, at this moment I have no idea. seems not so easy. :D. -
@Sean Hahaha damn! I hoped maybe you have an idea how to achieve such a notification system.
-
@gekberlin
I think it’s not difficult to create new one to show like above picture, but modifying current existing MMM-CalendarExt2 is not easy. :D -
-
That looks absolutely incredible ! I would really appreciate it, if you could publicate this or that I could test it! As well maybe you could drop me a pm with your PayPal data ;)
-
@Sean Hi Sean, any news regarding the module ?
-
@gekberlin
Sorry, almost done. But always writing manual is boring work. Only manual remains. I hope I can release this in a few hours. (Maybe… after my lunch. :D) -
@gekberlin
Released.
[card:eouia/MMM-CalendarExtMinimonth] -
Hi everybody! I’m setting up Calendar-ext2 but I’m not able to read the location and the description of the event. Is there a specific setting to show it? Thanks!😁
-
@Doni90
By Default,upcoming
andcurrent
view shows location and description automatically by default. (Inweek
andmonth
views, not allowed - you can modify CSS to reveal even in those views, but not recommended)
If you want to show location/description ondaily
,weekly
, andmonthly
views, add this into yourcss/custom.css
.CX2 .eventSub { display:block; }