A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
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.
-
@almightyyoshi
try
symbol: false,
or maybe it’s
symbol: null,
Not sure if that will work not able to test -
@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.
-
@almightyyoshi you can always use css
.CX3 .symbol { display: none !important; }