• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.

MMM-Swipe - Hand gestures

Scheduled Pinned Locked Moved Troubleshooting
45 Posts 17 Posters 40.1k Views 16 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.
  • B Offline
    BeLuGe
    last edited by Sep 3, 2016, 12:27 PM

    @mochman when I use your workaround i get the following errormessage and a whitescreen:

    Loading config ...
    Loading module helpers ...
    No helper found for module: alert.
    Initializing new module helper ...
    WARNING! Could not load config file. Starting with default configuration. Error found: Error: Module version mismatch. Expected 49, got 48.
    Loading module helpers ...
    No helper found for module: alert.
    Initializing new module helper ...
    App threw an error during load
    Error: Module version mismatch. Expected 49, got 48.
        at Error (native)
        at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:167:20)
        at Object.Module._extensions..node (module.js:568:18)
        at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:167:20)
        at Module.load (module.js:458:32)
        at tryModuleLoad (module.js:417:12)
        at Function.Module._load (module.js:409:3)
        at Module.require (module.js:468:17)
        at require (internal/module.js:20:19)
        at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-Swipe/node_modules/mmm-usonic/lib/usonic.js:5:14)
    Whoops! There was an uncaught exception...
    Error: Module version mismatch. Expected 49, got 48.
        at Error (native)
        at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:167:20)
        at Object.Module._extensions..node (module.js:568:18)
        at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:167:20)
        at Module.load (module.js:458:32)
        at tryModuleLoad (module.js:417:12)
        at Function.Module._load (module.js:409:3)
        at Module.require (module.js:468:17)
        at require (internal/module.js:20:19)
        at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-Swipe/node_modules/mmm-usonic/lib/usonic.js:5:14)
    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.
    
    
    1 Reply Last reply Reply Quote 0
    • M Offline
      mochman Module Developer
      last edited by Sep 3, 2016, 1:06 PM

      Can you make another config.js file with just the MMM-Swipe module in there? I don’t know what the:
      WARNING! Could not load config file. Starting with default configuration. Error found: Error: Module version mismatch. Expected 49, got 48. means.

      1 Reply Last reply Reply Quote 0
      • B Offline
        BeLuGe
        last edited by Sep 3, 2016, 2:22 PM

        @mochman I change the config file to default and add your Module. The same errormessage.

        1 Reply Last reply Reply Quote 0
        • M Offline
          mochman Module Developer
          last edited by Sep 3, 2016, 5:50 PM

          @BeLuGe Try running rm -rf node_modules/ inside the MMM-Swipe folder then running npm install again.

          1 Reply Last reply Reply Quote 0
          • B Offline
            BeLuGe
            last edited by Sep 3, 2016, 7:48 PM

            @mochman I have delete the directory and install the packages with npm install
            And I have reinstall the complete Raspberry and install only your module.
            The error is still there

            1 Reply Last reply Reply Quote 0
            • M Offline
              mochman Module Developer
              last edited by Sep 4, 2016, 3:19 AM

              I can’t help you then. That was my last option. I don’t receive that error nor do I know what that error means.

              1 Reply Last reply Reply Quote 0
              • B Offline
                bob123bob
                last edited by Sep 4, 2016, 6:41 AM

                @mochman and @BeLuGe can you tell us what are the versions you are using :
                Raspbian Jessie or Wheezy, which version of nodes, npm … ?
                From where are you running npm start (local, ssh) using sudo or not ?
                I have the same issue as @BeLuGe and I would like to debug/understand what’s is the problem.
                I already red it could be a nodejs version issue (compiling vs running version)
                So guys tell us what are your configuration

                Here is mine :
                Rpi 3 updated firmware with rpi-update
                Raspbian Jessie last version (apt-get update && upgrade && dist-upgrade)
                Nodejs last version 6.5.0 ARM version (not sure if it’s 64 bit or 32 bit) from https://nodejs.org
                Then install of MM and packages
                MM is working fine until I add MMM-Swipe module configuration then got same error message about
                Error: Module version mismatch. Expected 49, got 48.

                Hope we will find the solution …

                1 Reply Last reply Reply Quote 0
                • B Offline
                  BeLuGe
                  last edited by Sep 4, 2016, 1:22 PM

                  @bob123bob I use Raspbian Jessie last version, Nodejs 6.5.0.
                  I have test it with Nodejs 5.11.1, the same issue.
                  I run MM without sudo.

                  1 Reply Last reply Reply Quote 0
                  • M Offline
                    mochman Module Developer
                    last edited by Oct 17, 2016, 6:41 PM

                    I’m running:

                    RasPi 3 with Jessie
                    NodeJs 6.7.0
                    Fully updated with

                    sudo apt-get update
                    sudo apt-get dist-upgrade
                    sudo rpi-update
                    

                    I just removed the entire MMM-Swipe Folder

                    cd ~/MagicMirror/modules/
                    git clone https://github.com/mochman/MMM-Swipe
                    cd MMM-Swipe/
                    npm install
                    cd ~/MagicMirror/
                    sudo npm start
                    

                    I don’t get any of those errors. I don’t know what module version 49 is?

                    J 1 Reply Last reply Oct 18, 2016, 8:15 AM Reply Quote 0
                    • J Offline
                      Jopyth Moderator @mochman
                      last edited by Jopyth Oct 18, 2016, 8:18 AM Oct 18, 2016, 8:15 AM

                      @mochman Similar issue here. They changed the package.json to fix it. Seems to be a problem with a new Electron version.

                      You would only get this error if you newly install Magic Mirror (npm install in the MagicMirror folder gets the new package, if you want to reproduce it).

                      Helpful sticky: How to troubleshoot

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 2 / 5
                      • 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