MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Works with Node Serveronly but not npm start MM

    Scheduled Pinned Locked Moved Troubleshooting
    24 Posts 4 Posters 3.3k Views 4 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S Offline
      sdetweil @JohnBachini
      last edited by

      @JohnBachini said in Works with Node Serveronly but not npm start MM:

      NODE_MODULE_VERSION 64. This version of Node.js requires
      NODE_MODULE_VERSION 73. Please try re-compiling or re-installing

      ok, need to get forceful…

      cd /home/pi/MagicMirror/modules/MMM-synology-ds
      rm -rf node_modules
      rm package-lock.json
      npm install
      

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      J 1 Reply Last reply Reply Quote 0
      • J Offline
        JohnBachini @sdetweil
        last edited by lavolp3

        @sdetweil

        Still no joy :-(

        pi@MagicMirror:~ $ cd MagicMirror//modules/MMM-synology-ds/
        pi@MagicMirror:~/MagicMirror/modules/MMM-synology-ds $ rm -rf node_modules
        pi@MagicMirror:~/MagicMirror/modules/MMM-synology-ds $ rm package-lock.json
        pi@MagicMirror:~/MagicMirror/modules/MMM-synology-ds $ npm install
        
        > mmmagic@0.5.3 install /home/pi/MagicMirror/modules/MMM-synology-ds/node_modules/mmmagic
        > node-gyp rebuild
        
        make: Entering directory '/home/pi/MagicMirror/modules/MMM-synology-ds/node_modules/mmmagic/build'
          CC(target) Release/obj.target/libmagic/deps/libmagic/src/apprentice.o
          CC(target) Release/obj.target/libmagic/deps/libmagic/src/apptype.o
          CC(target) Release/obj.target/libmagic/deps/libmagic/src/ascmagic.o
          CC(target) Release/obj.target/libmagic/deps/libmagic/src/cdf.o
          CC(target) Release/obj.target/libmagic/deps/libmagic/src/cdf_time.o
          CC(target) Release/obj.target/libmagic/deps/libmagic/src/compress.o
          CC(target) Release/obj.target/libmagic/deps/libmagic/src/der.o
          CC(target) Release/obj.target/libmagic/deps/libmagic/src/encoding.o
          CC(target) Release/obj.target/libmagic/deps/libmagic/src/fsmagic.o
          CC(target) Release/obj.target/libmagic/deps/libmagic/src/funcs.o
          CC(target) Release/obj.target/libmagic/deps/libmagic/src/is_tar.o
          CC(target) Release/obj.target/libmagic/deps/libmagic/src/magic.o
          CC(target) Release/obj.target/libmagic/deps/libmagic/src/print.o
          CC(target) Release/obj.target/libmagic/deps/libmagic/src/readcdf.o
          CC(target) Release/obj.target/libmagic/deps/libmagic/src/readelf.o
          CC(target) Release/obj.target/libmagic/deps/libmagic/src/softmagic.o
          CC(target) Release/obj.target/libmagic/deps/libmagic/src/fmtcheck.o
          CC(target) Release/obj.target/libmagic/deps/libmagic/src/strlcat.o
          CC(target) Release/obj.target/libmagic/deps/libmagic/src/strlcpy.o
          AR(target) Release/obj.target/deps/libmagic/magic.a
          COPY Release/magic.a
          CXX(target) Release/obj.target/magic/src/binding.o
        In file included from ../src/binding.cc:3:
        ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’:
        ../../nan/nan.h:2294:62: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
             , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
                                                                      ^
        ../src/binding.cc: In static member function ‘static void Magic::DetectFile(const Nan::FunctionCallbackInfo<v8::Value>&)’:
        ../src/binding.cc:184:59: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
                                          (uv_after_work_cb)Magic::DetectAfter);
                                                                   ^~~~~~~~~~~
        ../src/binding.cc: In static member function ‘static void Magic::Detect(const Nan::FunctionCallbackInfo<v8::Value>&)’:
        ../src/binding.cc:217:59: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
                                          (uv_after_work_cb)Magic::DetectAfter);
                                                                   ^~~~~~~~~~~
        In file included from ../src/binding.cc:1:
        ../src/binding.cc: At global scope:
        /home/pi/.cache/node-gyp/10.20.0/include/node/node.h:573:43: warning: cast between incompatible function types from ‘void (*)(v8::Local<v8::Object>)’ to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)’} [-Wcast-function-type]
               (node::addon_register_func) (regfunc),                          \
                                                   ^
        /home/pi/.cache/node-gyp/10.20.0/include/node/node.h:607:3: note: in expansion of macro ‘NODE_MODULE_X’
           NODE_MODULE_X(modname, regfunc, NULL, 0)  // NOLINT (readability/null_usage)
           ^~~~~~~~~~~~~
        ../src/binding.cc:415:3: note: in expansion of macro ‘NODE_MODULE’
           NODE_MODULE(magic, init);
           ^~~~~~~~~~~
        In file included from /home/pi/.cache/node-gyp/10.20.0/include/node/node.h:63,
                         from ../src/binding.cc:1:
        /home/pi/.cache/node-gyp/10.20.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = node::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)]’:
        /home/pi/.cache/node-gyp/10.20.0/include/node/node_object_wrap.h:84:78:   required from here
        /home/pi/.cache/node-gyp/10.20.0/include/node/v8.h:9502:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo<node::ObjectWrap>::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<node::ObjectWrap>&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
                        reinterpret_cast<Callback>(callback), type);
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        /home/pi/.cache/node-gyp/10.20.0/include/node/v8.h: In instantiation of ‘void v8::PersistentBase<T>::SetWeak(P*, typename v8::WeakCallbackInfo<P>::Callback, v8::WeakCallbackType) [with P = Nan::ObjectWrap; T = v8::Object; typename v8::WeakCallbackInfo<P>::Callback = void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)]’:
        ../../nan/nan_object_wrap.h:65:61:   required from here
        /home/pi/.cache/node-gyp/10.20.0/include/node/v8.h:9502:16: warning: cast between incompatible function types from ‘v8::WeakCallbackInfo<Nan::ObjectWrap>::Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<Nan::ObjectWrap>&)’} to ‘Callback’ {aka ‘void (*)(const v8::WeakCallbackInfo<void>&)’} [-Wcast-function-type]
          SOLINK_MODULE(target) Release/obj.target/magic.node
          COPY Release/magic.node
        make: Leaving directory '/home/pi/MagicMirror/modules/MMM-synology-ds/node_modules/mmmagic/build'
        npm notice created a lockfile as package-lock.json. You should commit this file.
        added 12 packages from 23 contributors and audited 12 packages in 21.888s
        found 0 vulnerabilities
        
        pi@MagicMirror:~/MagicMirror/modules/MMM-synology-ds $ ^C
        pi@MagicMirror:~/MagicMirror/modules/MMM-synology-ds $ cd ..
        pi@MagicMirror:~/MagicMirror/modules $ cd ..
        pi@MagicMirror:~/MagicMirror $ npm start mm
        
        > magicmirror@2.11.0 start /home/pi/MagicMirror
        > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js "mm"
        
        [2020-04-27 19:59:42.738] [LOG]    Starting MagicMirror: v2.11.0
        [2020-04-27 19:59:42.745] [LOG]    Loading config ...
        [2020-04-27 19:59:42.751] [LOG]    Loading module helpers ...
        [2020-04-27 19:59:42.754] [LOG]    No helper found for module: MMM-Logging.
        [2020-04-27 19:59:42.757] [LOG]    No helper found for module: alert.
        [2020-04-27 19:59:42.798] [LOG]    Initializing new module helper ...
        [2020-04-27 19:59:42.799] [LOG]    Module helper loaded: updatenotification
        [2020-04-27 19:59:42.800] [LOG]    No helper found for module: clock.
        [2020-04-27 19:59:42.800] [LOG]    No helper found for module: MMM-OpenmapWeather.
        [2020-04-27 19:59:42.801] [LOG]    No helper found for module: weatherforecast.
        [2020-04-27 19:59:43.153] [LOG]    Initializing new module helper ...
        [2020-04-27 19:59:43.154] [LOG]    Module helper loaded: MMM-Tools
        [2020-04-27 19:59:43.155] [LOG]    No helper found for module: MMM-PlexNowPlaying.
        [2020-04-27 19:59:43.157] [LOG]    Initializing new module helper ...
        [2020-04-27 19:59:43.157] [LOG]    Module helper loaded: mmm-hue-lights
        [2020-04-27 19:59:43.159] [LOG]    Initializing new module helper ...
        [2020-04-27 19:59:43.160] [LOG]    Module helper loaded: MMM-homeassistant-sensors
        [2020-04-27 19:59:43.350] [LOG]    Initializing new module helper ...
        [2020-04-27 19:59:43.350] [LOG]    Module helper loaded: MMM-Hotword
        [2020-04-27 19:59:44.479] [LOG]    Initializing new module helper ...
        [2020-04-27 19:59:44.480] [LOG]    Module helper loaded: MMM-AssistantMk2
        [2020-04-27 19:59:44.481] [LOG]    Initializing new module helper ...
        [2020-04-27 19:59:44.482] [LOG]    Module helper loaded: MMM-Assistant2Display
        [2020-04-27 19:59:44.896] [LOG]    Initializing new module helper ...
        [2020-04-27 19:59:44.897] [LOG]    Module helper loaded: MMM-Parcel
        [2020-04-27 19:59:44.980] [ERROR]  WARNING! Could not load config file. Starting with default configuration. Error found: 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 64. This version of Node.js requires
        NODE_MODULE_VERSION 73. Please try re-compiling or re-installing
        the module (for instance, using `npm rebuild` or `npm install`).
        [2020-04-27 19:59:44.981] [LOG]    Loading module helpers ...
        [2020-04-27 19:59:44.981] [LOG]    No helper found for module: MMM-Logging.
        [2020-04-27 19:59:44.982] [LOG]    No helper found for module: alert.
        [2020-04-27 19:59:44.983] [LOG]    Initializing new module helper ...
        [2020-04-27 19:59:44.983] [LOG]    Module helper loaded: updatenotification
        [2020-04-27 19:59:44.983] [LOG]    No helper found for module: clock.
        [2020-04-27 19:59:44.984] [LOG]    No helper found for module: MMM-OpenmapWeather.
        [2020-04-27 19:59:44.985] [LOG]    No helper found for module: weatherforecast.
        [2020-04-27 19:59:44.985] [LOG]    Initializing new module helper ...
        [2020-04-27 19:59:44.985] [LOG]    Module helper loaded: MMM-Tools
        [2020-04-27 19:59:44.986] [LOG]    No helper found for module: MMM-PlexNowPlaying.
        [2020-04-27 19:59:44.986] [LOG]    Initializing new module helper ...
        [2020-04-27 19:59:44.987] [LOG]    Module helper loaded: mmm-hue-lights
        [2020-04-27 19:59:44.987] [LOG]    Initializing new module helper ...
        [2020-04-27 19:59:44.987] [LOG]    Module helper loaded: MMM-homeassistant-sensors
        [2020-04-27 19:59:44.988] [LOG]    Initializing new module helper ...
        [2020-04-27 19:59:44.988] [LOG]    Module helper loaded: MMM-Hotword
        [2020-04-27 19:59:44.989] [LOG]    Initializing new module helper ...
        [2020-04-27 19:59:44.989] [LOG]    Module helper loaded: MMM-AssistantMk2
        [2020-04-27 19:59:44.989] [LOG]    Initializing new module helper ...
        [2020-04-27 19:59:44.990] [LOG]    Module helper loaded: MMM-Assistant2Display
        [2020-04-27 19:59:44.990] [LOG]    Initializing new module helper ...
        [2020-04-27 19:59:44.990] [LOG]    Module helper loaded: MMM-Parcel
        [2020-04-27 19:59:44.997] [ERROR]  App threw an error during load
        [2020-04-27 19:59:44.998] [ERROR]  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 64. This version of Node.js requires
        NODE_MODULE_VERSION 73. Please try re-compiling or re-installing
        the module (for instance, using `npm rebuild` or `npm install`).
            at process.func (electron/js2c/asar.js:138:31)
            at process.func [as dlopen] (electron/js2c/asar.js:138:31)
            at Object.Module._extensions..node (internal/modules/cjs/loader.js:828:18)
            at Object.func (electron/js2c/asar.js:138:31)
            at Object.func [as .node] (electron/js2c/asar.js:138:31)
            at Module.load (internal/modules/cjs/loader.js:645:32)
            at Function.Module._load (internal/modules/cjs/loader.js:560:12)
            at Module.require (internal/modules/cjs/loader.js:685:19)
            at require (internal/modules/cjs/helpers.js:16:16)
            at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-synology-ds/node_modules/mmmagic/lib/index.js:1:13)
        [2020-04-27 19:59:45.000] [LOG]    Whoops! There was an uncaught exception...
        [2020-04-27 19:59:45.000] [ERROR]  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 64. This version of Node.js requires
        NODE_MODULE_VERSION 73. Please try re-compiling or re-installing
        the module (for instance, using `npm rebuild` or `npm install`).
            at process.func (electron/js2c/asar.js:138:31)
            at process.func [as dlopen] (electron/js2c/asar.js:138:31)
            at Object.Module._extensions..node (internal/modules/cjs/loader.js:828:18)
            at Object.func (electron/js2c/asar.js:138:31)
            at Object.func [as .node] (electron/js2c/asar.js:138:31)
            at Module.load (internal/modules/cjs/loader.js:645:32)
            at Function.Module._load (internal/modules/cjs/loader.js:560:12)
            at Module.require (internal/modules/cjs/loader.js:685:19)
            at require (internal/modules/cjs/helpers.js:16:16)
            at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-synology-ds/node_modules/mmmagic/lib/index.js:1:13)
        [2020-04-27 19:59:45.004] [LOG]    MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
        [2020-04-27 19:59:45.004] [LOG]    If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
        [2020-04-27 19:59:45.109] [LOG]    Launching application.
        pi@MagicMirror:~/MagicMirror $
        
        S 1 Reply Last reply Reply Quote 0
        • S Offline
          sdetweil @JohnBachini
          last edited by

          @JohnBachini yeh, looks like they have embedded a version of node in their package… don’t know how to fix that

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          J 1 Reply Last reply Reply Quote 0
          • J Offline
            JohnBachini @sdetweil
            last edited by

            @sdetweil

            oh ok, never mind, thanks for trying to help. :thumbs_up:

            just one question for my own peace of mind and try not get too technical, why does it work in servernode, what’s the difference ?

            Thanks again.

            S 1 Reply Last reply Reply Quote 0
            • S Offline
              sdetweil @JohnBachini
              last edited by

              @JohnBachini servermode doesn’t load the modulename.js file, which is what drags in the rest of the stuff…

              if u run servermode and then open a browser to the server ip, it will fail the same way

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              J 1 Reply Last reply Reply Quote 0
              • J Offline
                JohnBachini @sdetweil
                last edited by

                @sdetweil

                But it doesnt ,it works fine if i servermode and then connect via browser, no errors console at all and the module works as it connect to synology and reports as expected.
                Very strange.

                S 1 Reply Last reply Reply Quote 0
                • S Offline
                  sdetweil @JohnBachini
                  last edited by

                  @JohnBachini is the browser ON the same system?

                  how about opening chromium-browser on the same server to the server

                  electron is all javascript…

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  J 1 Reply Last reply Reply Quote 0
                  • J Offline
                    JohnBachini @sdetweil
                    last edited by

                    @sdetweil

                    Just tried it and it works in chromium on server !?

                    S 1 Reply Last reply Reply Quote 0
                    • S Offline
                      sdetweil @JohnBachini
                      last edited by

                      @JohnBachini different version of javascript inside chromium…

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      J 1 Reply Last reply Reply Quote 0
                      • J Offline
                        JohnBachini @sdetweil
                        last edited by

                        @sdetweil

                        oh i see… Thanks again.

                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 1 / 3
                        • First post
                          Last post
                        Enjoying MagicMirror? Please consider a donation!
                        MagicMirror created by Michael Teeuw.
                        Forum managed by Sam, technical setup by Karsten.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy