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 show color

    Scheduled Pinned Locked Moved Solved Troubleshooting
    12 Posts 4 Posters 3.5k Views 4 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.
    • M Offline
      MMRIZE @greedyvegan
      last edited by MMRIZE

      @greedyvegan

      .CX3 .week:nth-child(2) .cell:first-child .cellDate .dateParts.month {
        display: none; 
        /* Intentionally, I showed the month in the first cell of the calendar */
      }
      
      .CX3 .cellDate .dateParts.day {
        display: inline-block;
        box-sizing: border-box;
        text-align: center;
        width: 22px; /* Fixed width */
        height: 22px; /* W/H ratio should be 1 for circle not oval */
        line-height: 22px; /* vertical centering */
        border-radius: 50%;
        border: 1px solid #fff;
      }
      

      34fad96d-1eed-4ea7-aa42-283a5b64a70f-image.png

      G 1 Reply Last reply Reply Quote 0
      • G Offline
        greedyvegan @MMRIZE
        last edited by

        @MMRIZE
        ahhhh, the children

        thank you very much.

        1 Reply Last reply Reply Quote 0
        • M MMRIZE referenced this topic on
        • 1
        • 2
        • 2 / 2
        • 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