Closed sandstheman closed 6 years ago
Can't seem to get coloring of different calendars to work.
I've set colored: true in the main config and in each calendar block i've specified a color, but all my events still show in default white.
{ module: "MMM-MyCalendar", header: "Calendars", position: "top_left", columns: 'true', timeFormat: "absolute", colored: true, config: { calendars: [ { symbol: "calendar", url: "_calender1url_", color: "#E1175F" }, { symbol: "calendar", url: "_calendar2_url_", color: "#F79824" } ] } },
Just realised i had the config nesting all wrong
How did you get the colors correct because I am having the same trouble with everything being white?
Can't seem to get coloring of different calendars to work.
I've set colored: true in the main config and in each calendar block i've specified a color, but all my events still show in default white.