Read the statement by Michael Teeuw here.
After update, Calendar shows infinite number of events.
- 
 Is there any way to go back a version or install a prior version? I have the same calendar issue. The installation mentions git reset --hard, but I am not sure what that does. 
- 
 @slametps 
 It wasn’t truly infinite, I just have 8 Calendars so with 80 lines to display (the default 10/calendar) it ran off the bottom of the screen, behind the headlines and pushing the monthly calendar off the screen.
- 
 @jasondreher Like kvicksson posted earlier in this thread Did you put maximumEntries after each URL call like below? url: ‘https://google.com/public/basic.ics’, 
 maximumEntries: ‘10’,You can now setup on a per calendar basis, which I really like. I think it is a great imporvement. 
- 
 @kvicksson said in After update, Calendar shows infinite number of events.: Everything works after setting maximumEntries after each URL. I don’t like it though because it doesn’t show the 10 upcoming items due to where the items are in time. But guess I have to live with it :) IMHO, It will be better if there is still a global config limiting total closest event will be displayed. 
- 
 @jasondreher said in After update, Calendar shows infinite number of events.: Is there any way to go back a version or install a prior version? https://github.com/MichMich/MagicMirror/releases Move or rename your current MagicMirror folder and you won’t lose anything 
- 
 @Mykle1 
 Thanks, I was looking there, but now I see the “Source code (zip)” link! I just replaced the calendar module and now it is back to the way I want it.


