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
Hi,
I could not be greener when it comes to coding so this might be a simple mistake. I have done all the steps to get my calendar working, and when I authorize the file it shows me the next 10 events. But when I try to open the magic mirror I get this response:
[03.03.2023 18:21.28.640] [LOG] Starting MagicMirror: v2.22.0
[03.03.2023 18:21.28.686] [ERROR] Whoops! There was an uncaught exception...
[03.03.2023 18:21.28.695] [ERROR] TypeError: Cannot read properties of undefined (reading 'on')
at Object. (/home/bmb/MagicMirror/js/electron.js:124:5)
at Module._compile (node:internal/modules/cjs/loader:1191:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1245:10)
at Module.load (node:internal/modules/cjs/loader:1069:32)
at Function.Module._load (node:internal/modules/cjs/loader:904:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
at node:internal/main/run_main_module:22:47
[03.03.2023 18:21.28.696] [ERROR] MagicMirror² will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
[03.03.2023 18:21.28.698] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
Any help would be appreciated!
The text was updated successfully, but these errors were encountered:
Hi @archhokie , is a strange error, although it doesn't seem to be coming from specifically from this module. Have you tried disabled all modules and enabling one by one to isolate the issue? Note: there are a few troubleshooting steps found on this other issue facing the same exact error.
Hi,
I could not be greener when it comes to coding so this might be a simple mistake. I have done all the steps to get my calendar working, and when I authorize the file it shows me the next 10 events. But when I try to open the magic mirror I get this response:
[03.03.2023 18:21.28.640] [LOG] Starting MagicMirror: v2.22.0
[03.03.2023 18:21.28.686] [ERROR] Whoops! There was an uncaught exception...
[03.03.2023 18:21.28.695] [ERROR] TypeError: Cannot read properties of undefined (reading 'on')
at Object. (/home/bmb/MagicMirror/js/electron.js:124:5)
at Module._compile (node:internal/modules/cjs/loader:1191:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1245:10)
at Module.load (node:internal/modules/cjs/loader:1069:32)
at Function.Module._load (node:internal/modules/cjs/loader:904:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
at node:internal/main/run_main_module:22:47
[03.03.2023 18:21.28.696] [ERROR] MagicMirror² will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
[03.03.2023 18:21.28.698] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
Any help would be appreciated!
The text was updated successfully, but these errors were encountered: