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.

    My MagicMirror Display

    Scheduled Pinned Locked Moved Show your Mirror
    8 Posts 4 Posters 3.5k Views 5 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.
    • S Offline
      sdetweil @frits.erasmus
      last edited by

      @frits-erasmus you can list multiple sources on calendar

      calendars:[
         {
             url:"....",
          },
          {
              url:"..."
           }
      ]
      

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      F 1 Reply Last reply Reply Quote 0
      • F Offline
        frits.erasmus @sdetweil
        last edited by

        @sdetweil

        Thanks, Sam

        I got it to work!!

        F 1 Reply Last reply Reply Quote 0
        • F Offline
          frits.erasmus @frits.erasmus
          last edited by

          @frits-erasmus

          I am trying to use different colors for the different calendars.
          Below is my code, but the colors of the calendar stay white.

                          {
                                  module: "calendar",
                                  header: "Daphne school program",
                                  position: "bottom_left",
                                  config: {
                                          calendars: [
                                                  {
                                                          fetchInterval: 7 * 24 * 60 * 60 * 1000,
                                                          symbol: "calendar ",
                                                          colored: "#FFFF00",
                                                          url: "https://teneo.instructure.com/feeds/calendars/user_tNYDgSujrTDUwf6RAUvdhGEk8O1TIQlmcp0imRhA.ics"
                                                  },
                                                 {
                                                          fetchInterval: 7 * 24 * 60 * 60 * 1000,
                                                          symbol: "calendar-o",
                                                          colored: "#FF0000",
                                                          url: "https://calendar.google.com/calendar/ical/daphne.erasmus.sa%40gmail.com/public/basic.ics"
                                                  }
                                          ]
                                  }
                          },
          
          
          Any help or suggestion please?
          
          
          S 1 Reply Last reply Reply Quote 1
          • S Offline
            sdetweil @frits.erasmus
            last edited by

            @frits-erasmus please open new topics

            colored:true between config:{ and calendars

            color in url block

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            F 1 Reply Last reply Reply Quote 0
            • F Offline
              frits.erasmus @sdetweil
              last edited by

              @sdetweil
              Thanks for the help
              I will do next time sorry!!

              1 Reply Last reply Reply Quote 0
              • 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