Ahhh, I see!
Everything works just fine!
Thanks a lot for this, I really like the look of it!
Read the statement by Michael Teeuw here.
Latest posts made by Chuck_morisse
-
RE: Picture in BG on a cell related to someone'S birthday
-
RE: Picture in BG on a cell related to someone'S birthday
@MMRIZE ,
WOAH! Thanks you sir, this is exactly what I meant, you assumed everything just right.
I tried copying everything into my config (and also in the customcss) but when I run “npm run config:check” I get the following error:[ERROR] Your configuration file contains syntax errors : (
[ERROR] Line 221 column 82: Parsing error: Unexpected token .Line 221 corresponds to :
const birthday = events.filter(event => event.calendarName === “Birthdays”)?.[0] || null;any idea? I feel we’re just on the edge of making it work.
*By the way I did change one thing, in case it makes a difference… I replaced the picture format from .webp to .png
Thanks you for your help!
-
Picture in BG on a cell related to someone'S birthday
Re: MMM-CalendarExt3
I have a calendar that contains birthdays and I’d like it to show the picture of the person in the according cell instead of the event title. The images would be in a …/modules/MMM-CalendarExt3/images folder, named according to the person. ex.: JohnDoe.png
I saw a post where you pretty much answer this:
https://forum.magicmirror.builders/post/102298
the problem is I can’t figure how to refer to the correct cell since it’s dependant on the calendar’s event(I’m using Weekview instead of month)
Thanks!