-
Notifications
You must be signed in to change notification settings - Fork 20
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
Custom Symbols in monthly calendar not matching default calendar #7
Comments
Here is the block of code from the default calendar module that replaces the default symbol (the calendar) with the custom symbols. not sure if it helps at all. line 240 in the calendar.js https://github.com/MichMich/MagicMirror/blob/master/modules/default/calendar/calendar.js
|
This is a bug in the calendar module, it doesn't include the custom symbol in the CALENDAR_EVENTS message. I've opened a PR to fix the module there: MagicMirrorOrg/MagicMirror#2754 |
The PR has been accepted upstream, so you can either try running develop now, make the changes to your local installation, or wait for the next release, and you will see custom symbols for your events. |
Thanks so much for addressing my issue / enhancement. When I pulled the new code I noticed that the set calendar symbol didn't translate to the monthly calendar. I've attached screenshots and below is the js file lines for my existing calendars. I'd look into debugging the code but I've had a few to many eggnogs tonight.
calendars: [
{
symbol: "calendar-check",
url: "#################"
},
{
symbol: "utensils",
url: "#################################"
},
The text was updated successfully, but these errors were encountered: