Read the statement by Michael Teeuw here.
Prefacing birthdays in calendar.
-
I tried, it did not work, but that’s most likely because of something I did or didn’t do.
I added it to the custom.css if that’s not right, let me know.
Alternatively, is there a way to preface an calendar item with something (or after it for that matter)
i.e. Bob Jones and add 's birthday (Bob Jones’s birthday)
or BDAY - Bob Jones
Is this possible?
Note from Admin: To keep the original post on-topic, I moved your question to a separate post …
-
@bscarano Well, that’s what Facebook does by default. MagicMirror² filters that out. You can change this behavior, by overwriting the
titleReplace
property. Setting this totitleReplace:{}
should disable the feature. See: https://github.com/MichMich/MagicMirror/tree/master/modules/default/calendar -
Got it. OK. I left it as is and per your note, changed the icons which works well.
Now if I can figure out the color thing, it will be “magic”.
Brendon