A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-GoogleBirthdaysProvider No red birthday cake
-
Hi,
After installation, the agenda items and birthdays are displayed correctly, however I cannot find why the birthday cake icons are not displayed in red color.
{ module: "calendar", position: "bottom_left", config: { displayRepeatingCountTitle: true, calendars: [ { symbol: 'MyCalendar', url: "https://xxxxxxxxxxxxxxxx.ics" }, { url: 'http://localhost:8080/mmm-googlebirthdaysprovider', symbol: 'birthday-cake', repeatingCountTitle: "Birthday", color: '#f00', } ] } },
-
@Benny said in MMM-GoogleBirthdaysProvider No red birthday cake:
Hi,
After installation, the agenda items and birthdays are displayed correctly, however I cannot find why the birthday cake icons are not displayed in red color.hello
add the lines to the config:colored: true,
coloredSymbolOnly: true, -