Read the statement by Michael Teeuw here.
Calendar Logic Changes
-
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
-