Read the statement by Michael Teeuw here.
Calendar Logic Changes
-
What’s changed in the logic for calendar loading for 2.30?
99 entries used to be enough to display all my calendars, now I’m getting like 820 entries loading.
Curious if there’s a bug somewhere, or what. I’ve also noticed that the notices in the log indicating which calendar is loading is gone. Would be nice to have that back, at least in debug mode, so that we can tell what calendar is pushing # of entries.
Thanks!
-
@sdetweil That fix helped. A minor configuration error fix helped too. I think I’ve got it back working the way I wanted it.
-
@BKeyport those logs entries are still there.
there might be less entries not more.
maximumEntries needs to be set higher than 10, no different tgan before
-
-
@sdetweil I see the problem, I think.
The logs I was using was in the console, those logs don’t show the source - PM2’s logs do.
I think something has changed in how it’s putting together the entries.
It used to be that
maximumEntries: 99
- now it’s appearing to sort different or reach back further, so I needmaximumEntries: 999
to see all my calendars show up.I do have past events active - as I like to see where I had things happen, just in case I need it…
-
Ok, Sam - here’s what I got so far:
The calendar marked “No data” isn’t currently working from host, It can be ignored.
The calendar marked “Parsing” is spitting out data in debug mode, but when calendar turns around and broadcasts, it’ll broadcast zero entries. Only truly private URL has been blanked.here’s my config - minus the calendars:
{ module: "calendar", // Built in //position: "top_center", // Currently hidden classes: "page1 page2 page3", config: { animationSpeed: 0, broadcastEvents: true, broadcastPastEvents: true, fetchInterval: 60000, // minimum 1 minute. maximumEntries: 999999,
-
@BKeyport fetch every minute is too often. also we increased the fetch timeout to 30 seconds, so there may not be enough tine to parse before another fetch
if running w pm2 ALL console messages are captured as you dont have an active console running.
i would stop using pm2 while diagnosing, just use npm start
what do you mean one cal is outputing debug? w default cal its all or nothing per instance
id like to see that log, email to me -
-
@sdetweil That fix helped. A minor configuration error fix helped too. I think I’ve got it back working the way I wanted it.
-
@BKeyport awesome
-