Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] Emotes in calendar #73

Open
el97 opened this issue Sep 11, 2024 · 1 comment
Open

[Feature request] Emotes in calendar #73

el97 opened this issue Sep 11, 2024 · 1 comment

Comments

@el97
Copy link

el97 commented Sep 11, 2024

Hi! I use the calendar together with my family. Some of them use emotes in the title of the event. Sadly it only renders as a box in the text. Is it possible to render the emotes as well?

@bagstoper
Copy link

bagstoper commented Oct 17, 2024

Emoji are handled by fonts you should be able to install a font to magicmirror that has emoji support. ***I have not attempted this, it;s just an assumption based on my knowledge of fonts.

Go to the fonts folder.
Then npm install the appropriate package

https://fontawesome.com/docs/web/setup/packages

Then change the font in the top of css/custom.css

.normal,
.dimmed,
header,
body {
  color: #fff;
  font-family: "Times New Roman", "Fallback_font_or_font_family"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants