Just a couple of quick questions. First, how do you remove icons from events? I see in the sample pics that it’s been done, but I can’t seem to make it happen. Second, in CalExt2, I could style event borders and would show/color those instead of having a completely filled in event color. I could also show only certain borders (for full day I only had the left and bottom, but single day events only had the left border). Is that possible with CalExt3?
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-CalendarExt3
-
RE: Remove icons and Event borders
@sdetweil Sorry. I thought I had put this in the Calext3 forum, but apparently didn’t. I’ll just re-ask there.
-
Remove icons and Event borders
Just a couple of quick questions. First, how do you remove icons from events? I see in the sample pics that it’s been done, but I can’t seem to make it happen. Second, in CalExt2, I could style event borders and would show and color those instead of having a completely filled in event color. I could also show only certain borders (for full day I only had the bottom and ends, but single day events were completely enclosed). Is that possible with CalExt3?
-
RE: MMM-CalendarExt2
How can I add an image to the background of a specific slot, such as a pumpkin to October 31 or a Christmas tree to December 25. I was thinking of .slotcontent, but not sure how to filter that. Also, how would it be done for things like Hannukah, where there aren’t set days. I was also thinking of using dayofyear, but leap years would mess with that, and still wouldn’t solve Hannukah or any other shifting holidays.
-
RE: Nothing loading on screen
I had the same problem with CalExt2 after a reinstall a couple of months ago. @sdetweil actually led me to it in a random response to someone else. Go into your modules folder and type:
npm install request
That should clear it up.
-
RE: MMM-CalendarExt2
@almightyyoshi NM. I was way overthinking that. Found the “fromNow” setting.
-
RE: MMM-CalendarExt2
Is there a way to show the next month in the “month” view? I want to rotate between the current month and next month. If it can be done, is there a way to show it without having to manually filter it each month (i.e filter = currentMonth + 1 … or something like that)?