-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
magic.node - node/electron version (?) issue #1
Comments
i'm a NOOB, so maybe stupid question - did you run "npm install" (in the module folder) to install support modules/functions (or for whatever it must be done)? Zdeněk |
Yes I did. |
@peet86 as |
Hi, Sorry for this late answer. I cannot test with my raspberry right now, but i've already saw this error/bug with others modules. Take a look at : https://forum.magicmirror.builders/topic/1263/toothbrush-integration/22 (Module version mismatch-Error). I'll test to reinstall my module as soon as possible to find a solution! |
@Thlb this I found, and by this I solved. Now I've just problem mentioned upside.... module works, but says there is no DS with this config..... Z |
Hi, There was an error on the README... The "login" parameter doesn't exists, it's : "user". So replace "login: 'user'," by "user: 'user'," and it should work :) Hope this will solve your issue ! |
more than likely this is a mismatch between the electron node version and the mmmagic library used by this module to fix do cd ~/MagicMirror |
Hey,
Thanks for this MMM module! It looks amazing, exactly what I need for my Mirror.. Unfortunately after the installation I received an error:
App threw an error during load Error: The module '/home/pi/MagicMirror/modules/MMM-synology-ds/node_modules/mmmagic/build/Release/magic.node' was compiled against a different Node.js version using NODE_MODULE_VERSION 48. This version of Node.js requires NODE_MODULE_VERSION 53. Please try re-compiling or re-installing the module (for instance, using
npm rebuildor
npm install). at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:173:20) at Object.Module._extensions..node (module.js:598:18) at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:173:20) at Module.load (module.js:488:32) at tryModuleLoad (module.js:447:12) at Function.Module._load (module.js:439:3) at Module.require (module.js:498:17) at require (internal/module.js:20:19) at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-synology-ds/node_modules/mmmagic/lib/index.js:3:13) at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-synology-ds/node_modules/mmmagic/lib/index.js:32:3) Whoops! There was an uncaught exception... Error: The module '/home/pi/MagicMirror/modules/MMM-synology-ds/node_modules/mmmagic/build/Release/magic.node' was compiled against a different Node.js version using NODE_MODULE_VERSION 48. This version of Node.js requires NODE_MODULE_VERSION 53. Please try re-compiling or re-installing the module (for instance, using
npm rebuildor
npm install). at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:173:20) at Object.Module._extensions..node (module.js:598:18) at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:173:20) at Module.load (module.js:488:32) at tryModuleLoad (module.js:447:12) at Function.Module._load (module.js:439:3) at Module.require (module.js:498:17) at require (internal/module.js:20:19) at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-synology-ds/node_modules/mmmagic/lib/index.js:3:13) at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-synology-ds/node_modules/mmmagic/lib/index.js:32:3) MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection? If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues Launching application.
I've tried to reinstall/rebuild it but it doesn't help at all. Do you have any idea how can I solve this issue?
My setup:
Raspberry Pi 3
Node: v.6.10.0
MMM: v2.1.0
Cheers,
Peter
The text was updated successfully, but these errors were encountered: