You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have checked to ensure my schedule file is named correctly.
I was initially getting the following error.
TypeError: parse is not a function
at /home/user/MagicMirror/modules/MMM-MyWastePickup/node_helper.js:36:9
at FSReqCallback.readFileAfterClose [as oncomplete] (node:internal/fs/read_file_context:68:3)
I commented out the parse lines and was no longer getting the issues
Lastly, I tried to restore everything to original and just use a Toronto based pickup schedule and that still did not work, but I am unsure if that is because the calendar is dated. Anyone know how I can resolve the parse function error and get the custom calendar working?
The text was updated successfully, but these errors were encountered:
I have checked to ensure my schedule file is named correctly.
I was initially getting the following error.
TypeError: parse is not a function
at /home/user/MagicMirror/modules/MMM-MyWastePickup/node_helper.js:36:9
at FSReqCallback.readFileAfterClose [as oncomplete] (node:internal/fs/read_file_context:68:3)
I commented out the parse lines and was no longer getting the issues
Lastly, I tried to restore everything to original and just use a Toronto based pickup schedule and that still did not work, but I am unsure if that is because the calendar is dated. Anyone know how I can resolve the parse function error and get the custom calendar working?
The text was updated successfully, but these errors were encountered: