jclarke0000 / MMM-MyCalendar

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

how set each day/ each color / blue header #32

Open emrahaslan opened 3 years ago

emrahaslan commented 3 years ago

Hi, I installed that module, thats fine for working. (this is not issue by the way)

I would like to adjust my css to create outpot file like this.

1- blue header text 2- each day different color. Could you please help me ?

` { module: "MMM-MyCalendar", position: "top_left", // This can be any of the regions. Best results in left or right regions. header: "SPECIAL DAYS", config: {

            colored: true,
            showLocation: true,
             calendars: [
                {
                    url: 'https://calendar.google.com/calendar/ical/tr.turkish%23holiday%40group.v.calendar.google.com/public/basic.ics',
                    symbol: 'calendar',
                    color: '#00ff00'  // every row is one color

                },
],
        }
    }`

image

I want exactly that looking

sigel commented 3 years ago

Me too, would be nice if they could add some custom CSS classes.

Like 'today' 'next-up' 'this-week' 'this-month' and custom class per calendar you can set.