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.

    MMM-CalendarExt3 full color for timed events

    Scheduled Pinned Locked Moved Custom CSS
    6 Posts 2 Posters 11 Views 2 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.
    • J Online
      Jk1
      last edited by

      Hi. I have my MagicMirror pretty much set up the way I want except for one little thing…

      I would like the timed events to have the same block coloring as the full day events. Right now, it’s just the text that’s colored. Is there a way to do this?

      I eventually will also change the color based on the keyword in the title which I already know how to do for the text. I’m assuming it’ll be the same for the full entry coloring?

      cd5493e9-8b78-4d20-bccf-62fbf5427f1a-image.jpeg

      S 1 Reply Last reply Reply Quote 0
      • S Do not disturb
        sdetweil @Jk1
        last edited by

        @Jk1 see https://forum.magicmirror.builders/post/131110

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        J 1 Reply Last reply Reply Quote 0
        • J Online
          Jk1 @sdetweil
          last edited by

          @sdetweil Yeah, I saw that before but it only colors the text. I want to have it color the whole line like the full-day event.

          e720c4bb-5a12-496c-b5de-11b6ccc69234-image.jpeg

          S 1 Reply Last reply Reply Quote 0
          • S Do not disturb
            sdetweil @Jk1
            last edited by

            @Jk1 try

            .CX3 .headline {
              color: var(--calendarColor);
            }
            

            from here
            https://github.com/MMRIZE/MMM-CalendarExt3#styling-with-css

            Screenshot at 2026-06-26 13-12-07.png

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            J 1 Reply Last reply Reply Quote 0
            • J Online
              Jk1 @sdetweil
              last edited by

              @sdetweil That didn’t work either. Here’s my custom.css file… maybe something sticks out to you?

              I appreciate the help.

              custom.css

              .normal,
              .dimmed,
              header,
              body {
                color: #fff;
              }
              
              
              .CX3 .headline {
                color: var(--calendarColor);
              }
              
              /* set text color to match color for the calendar list */
              .CX3 .event:not(.fullday) .headline .title {
                color: var(--calendarColor);
              }
              
              
              /* Remove the colored dot marker completely in CalendarExt3 */
              .CX3 .event.singleday .headline:not(.useSymbol)::before, 
              .CX3 .event.singleday .headline.useSymbol .symbol.noSymbol::before { 
                display: none !important; 
              }
              
              /* Optional: Clean up spacing if the headline text looks cut off */
              .CX3 .event .headline {
                padding-left: 0px !important;
                margin-left: 0px !important;
              }
              
              S 1 Reply Last reply Reply Quote 0
              • S Do not disturb
                sdetweil @Jk1
                last edited by sdetweil

                @Jk1 css works top of the file down

                So you set it, then changed it

                It works on my Ext3

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 0

                Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                With your input, this post could be even better 💗

                Register Login
                • 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