jclarke0000 / MMM-MyCalendar

Alternative calendar module for MagicMirror.
57 stars 17 forks source link

Color not working #7

Closed sandstheman closed 6 years ago

sandstheman commented 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"
                                    }
                            ]
                    }
            },
sandstheman commented 6 years ago

Just realised i had the config nesting all wrong

agentJames commented 4 years ago

How did you get the colors correct because I am having the same trouble with everything being white?