• 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-CalendarExt

Scheduled Pinned Locked Moved Productivity
198 Posts 45 Posters 178.9k Views 45 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
    migitcheetah
    last edited by Nov 17, 2019, 7:08 PM

    How can I change the background color on the month view day of the week header? I have fixed everything else to look the way I like, but the background is transparent, and the text is white, and I would like to make the background solid black, but just cant seem to find the right css block.

    ? 1 Reply Last reply Nov 18, 2019, 8:12 AM Reply Quote 0
    • ? Offline
      A Former User @migitcheetah
      last edited by Nov 18, 2019, 8:12 AM

      @migitcheetah
      Easily, you can use like this;

      .CALEXT #CALEXT_month {
        background-color:black;
      }
      

      0_1574064687048_c4ff8c11-e433-4ab7-b0fe-91e3ac31cbbe-image.png
      I put the blue color to body intentionally to check.

      M 1 Reply Last reply Nov 24, 2019, 7:12 AM Reply Quote 0
      • M Offline
        migitcheetah @Guest
        last edited by Nov 24, 2019, 7:12 AM

        @Sean Thanks for this, that is a great solution, but before I commit to it, I wanted to just check in and see if I could just change the background on the day of the week headers?
        I like the rest as I have it in my screen shot, but if it is not possible, then your solution will work.

        0_1574579465533_91d06d21-0928-4f52-8d6c-17658c9c24be-image.png

        Thanks for all your help.

        ? 1 Reply Last reply Nov 25, 2019, 9:40 AM Reply Quote 0
        • ? Offline
          A Former User @migitcheetah
          last edited by Nov 25, 2019, 9:40 AM

          @migitcheetah

          css/custom.css

          .CALEXT .calendarMonth .weekHeader {
            background-color:#FF00FF;
          }
          
          .CALEXT .calendarMonth .weekHeader .day_1 {
            background-color: #00FFFF;
          }
          

          0_1574674780897_87ca5854-2cdc-466c-ba9e-28b319928858-image.png

          M 1 Reply Last reply Nov 26, 2019, 5:22 AM Reply Quote 0
          • M Offline
            migitcheetah @Guest
            last edited by Nov 26, 2019, 5:22 AM

            @Sean said in MMM-CalendarExt:

            .CALEXT .calendarMonth .weekHeader {
            background-color:#FF00FF;
            }

            Thanks!:folded_hands:

            1 Reply Last reply Reply Quote 0
            • K Offline
              Keith
              last edited by Dec 1, 2019, 4:34 PM

              Is there any way to get a “month” view of the following month? I can do it in CalendarExt2 but I like the layout of CalendarExt better.
              Both are excellent modules BTW

              1 Reply Last reply Reply Quote 0
              • J Offline
                JRB1988
                last edited by Jan 12, 2020, 6:44 AM

                Re: MMM-CalendarExt

                I’m trying to change the background colors of slot headers for the the next two months but can’t seem to find where to change that in the CSS. Was hoping to get some direction where to find change this. Thanks.

                1 Reply Last reply Reply Quote 0
                • C Offline
                  Clubjack
                  last edited by Oct 23, 2020, 5:29 PM

                  Hello together.

                  I have an upcoming View with some calendars.
                  One calendar has descriptions in the events.

                  Possible to disable this in the configs?

                  1 Reply Last reply Reply Quote 0
                  • C Offline
                    Clubjack
                    last edited by Oct 24, 2020, 7:40 AM

                    I got it with…

                    .CALEXT. eventLocation

                    1 Reply Last reply Reply Quote 1
                    • N Offline
                      nobita @Guest
                      last edited by Feb 14, 2021, 4:02 AM

                      @sean when no event , the calendarExt show only frame . if i want to replace empty view with word such as " No Events" or other word. how can i do?

                      S 1 Reply Last reply Feb 14, 2021, 5:06 PM Reply Quote 0
                      • 1
                      • 2
                      • 16
                      • 17
                      • 18
                      • 19
                      • 20
                      • 20 / 20
                      • 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