randomBrainstormer / MMM-GoogleCalendar

Google Calendar for MagicMirror²
MIT License
64 stars 42 forks source link

calendar does not display data #40

Closed Gandohr closed 1 year ago

Gandohr commented 1 year ago

Updated yesterday. log shows no errors and does show: MMM-GoogleCalendar: 10 events loaded for my@email.com but on screen it gives "no upcoming events"

kellypaya1 commented 1 year ago

It's the same for me. It seems the node-helper may not be functioning properly... I'm not seeing a log output that indicates the events are being broadcast

Gandohr commented 1 year ago

I removed token.json and a new node authorise.js this works shows a list of events and creates a new token. but still the calendar shows nothing while the log says it loaded 10 events.

pedrompor commented 1 year ago

Yes. Log says it loaded 10 events but nothing showing up in the calendar

pedrompor commented 1 year ago

Changing 'timeMax: new Date().toISOString(),' to 'timeMin: new Date().toISOString(),' in node_helper.js fixed it

kellypaya1 commented 1 year ago

Changing 'timeMax: new Date().toISOString(),' to 'timeMin: new Date().toISOString(),' in node_helper.js fixed it

Just applied this edit, can confirm fix. Thank you for sharing! 🥳

Gandohr commented 1 year ago

Yup Worked for me aswell thanks

randomBrainstormer commented 1 year ago

Hello, bug has been fixed and should be working in the latest update.

Thank you all for taking the time to discuss about this bug and find a solution, your contribution helps us improve the quality and stability of this module.

Closing this ticket for now, please post if you have any further issues.