-
Notifications
You must be signed in to change notification settings - Fork 21
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
Not working with the latest release of Magicmirror2 #48
Comments
Same here. Calendar module works fine, but no events show in the monthly calendar. |
Could use git bisect to figure out which commit broke it. Will do this when I have time. For now I have checked out the previous tag of magicmirror2. CalendarExt3 is having same issues I saw on reddit. |
Setting the "maximumEntries: '10000'," in the primary calendar module added the calendar back for me but seemed to break the "Upcoming Events" |
See this MagicMirror forum post for a workaround until the April 1 update will fix it permanently. |
this worked for me! thank you. |
This didn't work for me. Maybe I added it to the wrong location. {
module: "calendar",
header: "US Holidays",
position: "top_left",
hiddenOnStartup: true,
maximumEntries: 10000,
config: {
calendars: [
{
fetchInterval: 7 * 24 * 60 * 60 * 1000,
symbol: "calendar-check",
url: "https://ics.calendarlabs.com/76/mm3137/US_Holidays.ics"
}, Anyways I did the fix from the forum of switching the git branch and that resolved it. Now I have to remember to switch back in a couple months. |
My config looks more like this:
|
Does it break upcoming events? I use both. |
OK yeah I moved the setting down into the config inside the module and that fixed it (I am back on master branch now). |
Can you make a PR to update readme with fix? Gpt can do it really quick |
if you use my upgrade script, it will reset to the master branch before update |
Upgraded to the latest release of Magicmirror2 and only some events come in.
The text was updated successfully, but these errors were encountered: