@cgillinger said in Made a birthday module:
@xIExodusIx said in Made a birthday module:
I’m using a Raspberry Pi 4B 4GB with RaspiOS Bookworm
MM Version is 2.30,
npm Version is 10.9.2,
node Version is 23.6.1.
I think RaspiOS is missing the font. It might be solved by issuing:
sudo apt update
sudo apt upgrade -y
sudo apt install -y fonts-noto-color-emoji fonts-symbola ttf-ancient-fonts
and then rebuild font cache
sudo fc-cache -f -v
Then restarting Magic Mirror and/or Pi.
And if I get the time, Ill look into a more elegant solution.
Thank you :-) , this solved my problem with the funny Icons in front and then end of the text.
Now the last problem(s) is to tell your Module not to hijack the whole page for itself and not to ignore the position where to be displayd on the mirror.
Your Module is really great, because there is a little bit of (funny) action on the mirror :-)
I’m sure you will solve the two Problems too an I’m looking forward for that. :-)