• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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 890 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 Jul 13, 2021, 11:27 PM

    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;
    }
    
    B 1 Reply Last reply Jul 15, 2021, 12:46 AM Reply Quote 0
    • B Offline
      BKeyport Module Developer @chrixbrown
      last edited by Jul 15, 2021, 12:46 AM

      @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
      • 1 / 1
      1 / 1
      • First post
        2/2
        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