eouia / MMM-CalendarExt

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

Module not appearing #72

Closed renel94 closed 5 years ago

renel94 commented 5 years ago

Hi,

it seems the MMM-CalendarExt module is not loading, I cannot see anything. I'm using the Raspberry Pi 1, with Node version > 10. Master branch is checked out. Config is the example config. There are no errors during the start. Any idea how to debug further or why it is not loading?

Thanks, Rene

eouia commented 5 years ago

Can you share me the ical file or url and the configuration?

renel94 commented 5 years ago

Thanks for the fast response! I attached you the config file. config.txt

I also did some additional investigations by accessing the Mirror from my computer via Google Chrome. I cannot see any javascript error in the console.

eouia commented 5 years ago

Hmmm.. Did you really want to see url: "http://mlb.am/tix/mariners_schedule_full"? That URL was just a sample. It is out-dated so there is no event to show. (You can see that information on your log) Try another URL what you really want to use.

renel94 commented 5 years ago

I looked for another calendar module which is up to date. When I connect from my computer in Google Chrome the calendar shows up. However, on the raspberry the module is still not loading. Do you have any idea what could cause the issue? I like the short intialization time from kweb and would like to keep it....

eouia commented 5 years ago

I need to have the real ical(.ics) file or url to inspect it. Could you share with me? (eouia0819@gmail.com)

renel94 commented 5 years ago

It's a publicy available .ics file for public holiday in Germany: http://feed.kleiner-kalender.de/ical/c48-feiertage-in-deutschland.ics

eouia commented 5 years ago

Well, I used your configuration with your url, (I removed other modules, because I have no private key/token for using them) and add show:["monthly"] because there is no near german holiday in these days. image

And it shows everything as expectation.

image

I doubt your other modules(which I removed) might have some errors/bugs to prevent executing my module.

renel94 commented 5 years ago

Nevermind... It just need some pretty long time (2-5 minutes) until it shows up. So we can close this issue. I really appreciated your help!

eouia commented 5 years ago

It means your REAL calendar is somewhat huge or in the slow server, so parsing of events is not finished before trying to draw at first turn. It will retry to draw on the next interval.

renel94 commented 5 years ago

Ok, makes sense. But that's fine I can accept this :-)