randomBrainstormer / MMM-GoogleCalendar

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

Retrying fetch the calendar after an error #39

Closed JPZV closed 1 year ago

JPZV commented 1 year ago

There would be a more elegant solution, like checking the err.retry property, but anyway this will fix the calendar stop being updated after an error occurred, like an ECONNRESET

randomBrainstormer commented 1 year ago

I'll agree there should be better error handling, it does look like improvement for retrying. I'll proceed with the merge. Thank you for opening the MR!