@superior_carter hi, did you ever overcome this issue? I am looking for the same
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
J
Latest posts made by jonnyollet
-
RE: Custom Event Colors for MMM-MonthlyCalendar
-
Default Calendar customEvents color
Hi all,
I am a complete newbie to MM, Linux and JS, but have really enjoyed and learning creating a family dashboard. I have picked up most things reading up the guides and the forums.I am using the customEvent on the default calendar module to highlight birthdays and bin days. The symbol part works, but the colour does not change.
I am not sure what I am doing wrong so that this is not working? Am I missing something here?
Apologies if this is a really silly question.
{ //CALENDAR module: "calendar", header: "", position: "top_center", config: { maximumEntries: 3, maximumNumberOfDays: 90, limitDays: 0, customEvents: [ {keyword: "birthday", symbol: "cake-candles", color: "gray"}, {keyword: "black bin", symbol: "trash", color: "gold"}], calendars: [ { fetchInterval: 30000, symbol: "none", url: ~"<<ICAL>>" } ] } },