Re: MMM-GoogleBirthdaysProvider No red birthday cake
Hi! I am new here, building my first project and I am stuck. I cannot get the googlebirthdaysprovider to work. Here is the config:
module: "calendar",
header: "Upcoming Birthdays",
position: "top_left",
config: {
displayRepeatingCountTitle: true,
calendars: [
{
url: 'http://localhost:8080/mmm-googlebirthdaysprovider',
symbol: "birthday-cake",
repeatingCountTitle: "Birthday",
color: '#f00',
colored: true,
coloredSymbolOnly: true,
}
]
}
}, code_text
it’s gotta be user error – what am I doing wrong? Thank you so much!