Read the statement by Michael Teeuw here.
MMM-CalendarExt2
-
@Jerrylein
That isslotSubTitleFormat
.
inMon 26
,Mon
will beslotSubTitle
and26
will beslotTitle
. (and additionally11/25
will beslotAltTitle
)So, if you set like;
{ name: "VIEW1", mode: "month", position: "fullscreen_below", slotSubTitleFormat: "dddd", // (default value is "ddd") },
It will show
Monday
instead ofMon
https://github.com/eouia/MMM-CalendarExt2/wiki/2c4.-View:week,-month -
@Sean
thx.
But I do not want to change the format.
I would like to change the design of slotSubTitle as in Calext V1Here is Calext V1
that’s calext2
I think i should change custom.css file? but how?
-
@Jerrylein
If so, why aren’t you using CalendarExt2?
Unfortunately, that part of CalendarExt is table header so it can’t move.
But with CalendarExt2, you can mimic CalendarExt style. like this; (Even though that’s not you want.)I misread your first question. so you can make it like this;
.CX2 .weekSlot.seq_0 .cellSlot .slotSubTitle { position:relative; top:-30px; left:40%; }
-
I tried to add an URL that starts with
webcal://
, but it doesn’t show up.
If I try other URL from an example here, it works, so the problem must be the URL with webcal. -
@flopp Just replace
webcal
tohttp
-
-
I am trying to get the view like the picture here
https://github.com/eouia/MMM-CalendarExt2/blob/master/screenshot.pngHow is that possible?
Or can I show 7 days, today to the left? Like 7 days rolling.
-
Hello
I have been using this modules for months with no problem it does exactly what I want it to do.
However recently it has stopped bring up the events for next month.
I have two sevens set, each of three weeks, the first works perfectly for all of September but won’t show October and the second has no events on it at all. I am using google to provide the events.
Please help.
Thanks
-
@diccon
you might need bigger “maxItems” value. -
@flopp said in MMM-CalendarExt2:
I am trying to get the view like the picture here
https://github.com/eouia/MMM-CalendarExt2/blob/master/screenshot.png
How is that possible?There are 3 views in a scene. Daily view on top, Weekly view on left, Month view on bottom.
To know how to configurate them, Read the docs in the wiki of githug repository.Or can I show 7 days, today to the left? Like 7 days rolling.
To the left? You mean Today is the rightest position in daily view?