MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Default Calendar Symbols

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    default calendarsymbols
    4 Posts 3 Posters 132 Views 3 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A Offline
      almightyyoshi
      last edited by

      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.

      plainbrokeP 1 Reply Last reply Reply Quote 0
      • plainbrokeP Offline
        plainbroke @almightyyoshi
        last edited by plainbroke

        @almightyyoshi
        try
        symbol: false,
        or maybe it’s
        symbol: null,
        Not sure if that will work not able to test

        Slow learner. But trying anyways.

        A 1 Reply Last reply Reply Quote 0
        • A Offline
          almightyyoshi @plainbroke
          last edited by

          @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.

          S 1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil @almightyyoshi
            last edited by

            @almightyyoshi you can always use css

            .CX3 .symbol {
                    display: none !important;
            }
            

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 1
            • 1 / 1
            • First post
              Last post
            Enjoying MagicMirror? Please consider a donation!
            MagicMirror created by Michael Teeuw.
            Forum managed by Sam, technical setup by Karsten.
            This forum is using NodeBB as its core | Contributors
            Contact | Privacy Policy