MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. frits.erasmus
    3. Best
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    F
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 25
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: My MagicMirror Display

      @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?
      
      
      posted in Show your Mirror
      F
      frits.erasmus
    • 1 / 1