A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
My MagicMirror Display
-
@frits-erasmus you can list multiple sources on calendar
calendars:[ { url:"....", }, { url:"..." } ]
-
-
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?
-
@frits-erasmus please open new topics
colored:true between config:{ and calendars
color in url block
-
@sdetweil
Thanks for the help
I will do next time sorry!!