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.

    Not all events have a background color

    Scheduled Pinned Locked Moved Utilities
    4 Posts 2 Posters 481 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.
    • K Offline
      ken.saut
      last edited by

      Not all my events have a background color. I am using the below code and MMM-CalendarExt3. Any help would be appreciated.

      81959ed9-9ca5-4ff4-bb18-10149fa773a3-image.png

      {
      			module: "calendar",
      			header: "Calendar",
      			position: "top_left",
      			config: {
      				calendars: [
      					{
      						fetchInterval: 7 * 24 * 60 * 60 * 1000,
      						url: "https://ics.calendarlabs.com/76/mm3137/US_Holidays.ics",
      						color: "green",
      						name: "US Holidays",
      						symbol: "plane"
      					},
      					{
      						fetchInterval: 7 * 24 * 60 * 60 * 1000,
      						url: "https://calendar.google.com/calendar/icalxxx.ics",
      						color: "pink",
      						name: "J's calendar",
      						symbol: "face-smile"
      					},
      					{
      						fetchInterval: 7 * 24 * 60 * 60 * 1000,
      						url: "https://calendar.google.com/calendar/ical/xxx.ics",
      						color: "blue",
      						name: "K's calendar",
      						symbol: "person-digging"
      					},
      
      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @ken.saut
        last edited by

        @ken.saut said in Not all events have a background color:

        config: {
        calendars: [

        there are parameters that turn on color between those two Screenshot at 2025-10-09 16-51-50.png

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        K 1 Reply Last reply Reply Quote 0
        • K Offline
          ken.saut @sdetweil
          last edited by

          @sdetweil, that didn’t quite help. If I make coloredBackground true in .js, the events are whited out.

          S 1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil @ken.saut
            last edited by sdetweil

            @ken.saut yes, the value in the calendar entry is bgColor , if not specified, you get white

            color is text and symbol
            bgColor is background

            look at the doc (linked in the menu above)

            Screenshot at 2025-10-09 18-17-04.png

            doc in menu
            Screenshot at 2025-10-09 18-19-56.png

            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