MagicMirror² v2.14.0 is available! For more information about this release, check out this topic.
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,
-