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-CalendarExt2 CSS (HELP)

    Scheduled Pinned Locked Moved Custom CSS
    2 Posts 2 Posters 1.1k 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.
    • C Offline
      chrixbrown
      last edited by

      HOW CAN I EXPAND MY CSS SO THAT THE CALENDAR IS COMPLETE? I DO NOT WANT IT TO GET +2, +3

      /*fond des cases*/
      .CX2 .slot > .slotContent{
        background-image: none;
      }
      
      /*couleur rdv*/
      .CX2 .event {
        background-color: #6699CC;
        color: #FFF;
        border-radius: 5px;
        text-align: center;
      }
      
      .CX2 .event.fullday {
        border-radius: 5px;
        color: #FFF;
      }
      
      /*couleurs des week-end*/
      .CX2 .cellSlot.weekday_6 .slotSubTitle {
        color:#FFF;
      }
      
      .CX2 .cellSlot.weekday_7 .slotSubTitle {
        color:#FFF;
      }
      
      /*couleur du jour
      .CX2 .today .slotHeader { /* today slot */
        background-color: #E3E3E3;
        color:#000;
      }*/
      
      .CX2 .today .slotContent{
        background-color: #E3E3E3;
      }
      
      .CX2 .holiday, .holiday .event .fullday {
        background-color: #BB0B0B;
      }
      
      .CX2 .family, .family .event .fullday {
        background-color: #6699CC;
      }
      
      .CX2 .birthday, .birthday .event .fullday {
        background-color: #34C924;
      }
      
      BKeyportB 1 Reply Last reply Reply Quote 0
      • BKeyportB Offline
        BKeyport Module Developer @chrixbrown
        last edited by

        @chrixbrown Which format are you using?

        There’s a command in the config.js for Daily, for instance, called hideOverflow

        If you set that to false, it’ll spew out everything.

        The "E" in "Javascript" stands for "Easy"

        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