eouia / MMM-CalendarExt

Calendar views for MagicMirror
MIT License
55 stars 18 forks source link

Calendar isn´t showing after latest MM update #21

Closed PhilippTh closed 5 years ago

PhilippTh commented 6 years ago

Hey eouia!

Thirst of all, thanks a lot for the awesome work, if been enjoying your module a lot so far.

My problem is, that since I updated MM to the latest version of the master branch today, I can´t seem to get your calendar to work again.

Things I´ve tried: -Starting MM with dev didn´t give me any errors but the calendar was of course still not showing. -I backed up the small changes I made to your repository and downloaded it again. Nothing changed -I deleted the config.js entry for your calendar and added the simple one you suggest at the end of your wiki page about configuration. Unfortunately to no avail.

I´d be very thankful if you could help me troubleshoot this problem. Are any other users experiencing the same issue?

Thanks and kind regards! Phil

eouia commented 6 years ago

I doubt MM has downgraded its node version of electron for some reason. Unfortunately, ‘async function’ is not working on the lower version of node. I think that is the reason for this issue. I’ll check and patch this for some time. Sorry, I should do my job first before this. Plz wait for a while.

PhilippTh commented 6 years ago

Of course, no worries!

ninjabreadman commented 6 years ago

Not ideal, but you can enable async with flags: https://forum.magicmirror.builders/topic/6047/calendar-module-won-t-show-all-events/4

eouia commented 6 years ago

I removed async from source. I hope this could be the solution.