Is there a way to remove the space where a symbol would be only for calendars not using a symbol?
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-CalendarExt3
-
RE: Default Calendar Symbols
@plainbroke I’ve tried both of those before. They still leave a big gap. I use CalExt3 as my display, I’ve just always attributed the issue to the default calendar module, since that’s where it pulls the symbols from. But I’ll prob try to ask mmrize if there’s a css fix.
-
Default Calendar Symbols
Is there any way to not only not display symbols for specific calendars in the default calendar, but to also remove the space where the symbol would be? If I put in something like this:
symbol: none
so that it can’t pull a symbol, there’s still a gap before the event title where a symbol would be and I find that gap really annoying.
-
RE: MMM-Fireworks
@chrisfr1976 Thanks for this. I installed it in April when we were selling our house and used it as a welcome sign when people came through. Question for you: would you be able to make it so we can put in just a month and day for a start date? I was hoping to put in a list of birthdays and not have to remember to change the year.
-
RE: MMM-CalendarExt3
@MMRIZE That worked…after I figured out I spelled instanceId incorrectly (I had instanceID). Thanks!
-
RE: MMM-CalendarExt3
@MMRIZE I have two instances of CalExt3: monthly (currentMonth) and weekly (currentWeek). Except for one calendar (Dinner), they both currently shows events with the event time like this:
What I’d like is for only the currentMonth instance to show events without the event time like this:
-
RE: MMM-CalendarExt3
@MMRIZE Sigh. I knew it was going to be something easy like that and I was overthinking it. Thanks! Couple more questions:
- How can I remove the CW? I’ve tried:
.CX3 .cell.cellHeader .cw { display: none; }
.CX3 .cell .cellHeader .cw { display: none; }
.CX3 .cellHeader .cw { display: none; }
and
.CX3 .cell .cw { display: none; }
- How can I remove the start time in an instance? I’ve tried:
.CX3_currentMonth .event .time.startTime { display: none; }
I got it working with a specific calendar using:
.CX3 .event.calendar_Dinner .time.startTime { display: none; }
-
RE: MMM-CalendarExt3
I have a Cozi calendar for dinner and the event comes over as “All: Pork Tenderloin”. Is there any way to get rid of the “All:” (with either Transform or preProcessor) and keep the rest?
-
RE: Touchscreen works wrong when screen is rotated vertical
@viktorzonix Wow! Thanks for this. In my searching a couple of years ago, this never came up and nothing else ever had the correct info. I had just lived with the fact that I had to keep re-entering it periodically. Woo hoo!