MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Codejune
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    C
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 6
    • Groups 0

    Codejune

    @Codejune

    0
    Reputation
    489
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Codejune Unfollow Follow

    Latest posts made by Codejune

    • RE: MMM-Button doesn't work

      @lolobyte I am a college student and I do not belong to any organization. I’m just studying alone, collecting money, buying or collecting parts, and doing my DIY MagicMirror project on my own.

      posted in Troubleshooting
      C
      Codejune
    • RE: MMM-Button doesn't work

      @lolobyte Sure. By default, I put a Push Button on pin 5 and connected it to GND. As a result, I was able to see that it worked successfully.

      Like this Image -> https://github.com/Codejune/WebImageStorage/blob/master/Result.jpg?raw=true

      posted in Troubleshooting
      C
      Codejune
    • RE: MMM-Button doesn't work

      MMM-Podcast seems to be working correctly.

      posted in Troubleshooting
      C
      Codejune
    • RE: MMM-Button doesn't work

      I have run the command in the project folder and have not run it from the module folder. So I guess it was not solved yet.
      This solves the problem. Thank you!

      posted in Troubleshooting
      C
      Codejune
    • RE: MMM-Button doesn't work

      I have already run npm rebuild --runtime = electron --target = 1.4.5 --disturl = https: //atom.io/download/atom-shell --abi = 50, but Expected 50, got 49. The error is still output.

      posted in Troubleshooting
      C
      Codejune
    • MMM-Button doesn't work

      Good morning.
      This time I’m adding a push button to my MagicMirror project.
      So, after searching, there was a module called MMM-Button.
      I cloned the module in ~ / MagicMirror / modules folder and added the module to the config file. However, when the npm start command is input to the terminal, the following error is displayed and only the white screen is output to the monitor.

      My npm version is 3.10.8.

      I also run

      npm install --save - dev electron - rebuild

      command, and

      rm - rf node_modules && npm install

      However, the error was not resolved.

      In addition to the above, I also tried

      npm rebuild --runtime = electron --target = 1.3.4 - disturl = https: //atom.io/download/atom-shell --abi = 50

      in the terminal. also tried to run

      npm rebuild --runtime = electron --target = 1.4.0 --disturl = https: //atom.io/download/atom-shell --build-from-source

      command but the problem is Expected 50, got In 48th, it was changed to Expected 50, got 49.

      =======================================================================
      pi@raspberrypi:~/MagicMirror $ npm start

      magicmirror@2.0.0 start /home/pi/MagicMirror
      electron js/electron.js

      Loading config …
      Loading module helpers …
      No helper found for module: alert.
      No helper found for module: clock.
      Initializing new module helper …
      No helper found for module: compliments.
      No helper found for module: currentweather.
      No helper found for module: weatherforecast.
      Initializing new module helper …
      Initializing new module helper …
      WARNING! Could not load config file. Starting with default configuration. Error found: Error: Module version mismatch. Expected 50, got 49.
      Loading module helpers …
      No helper found for module: alert.
      No helper found for module: clock.
      Initializing new module helper …
      No helper found for module: compliments.
      No helper found for module: currentweather.
      No helper found for module: weatherforecast.
      Initializing new module helper …
      Initializing new module helper …
      App threw an error during load
      Error: Module version mismatch. Expected 50, got 49.
      at Error (native)
      at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:173:20)
      at Object.Module._extensions…node (module.js:583:18)
      at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:173:20)
      at Module.load (module.js:473:32)
      at tryModuleLoad (module.js:432:12)
      at Function.Module._load (module.js:424:3)
      at Module.require (module.js:483:17)
      at require (internal/module.js:20:19)
      at bindings (/home/pi/MagicMirror/modules/MMM-Button/node_modules/bindings/bindings.js:76:44)
      Whoops! There was an uncaught exception…
      Error: Module version mismatch. Expected 50, got 49.
      at Error (native)
      at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:173:20)
      at Object.Module._extensions…node (module.js:583:18)
      at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:173:20)
      at Module.load (module.js:473:32)
      at tryModuleLoad (module.js:432:12)
      at Function.Module._load (module.js:424:3)
      at Module.require (module.js:483:17)
      at require (internal/module.js:20:19)
      at bindings (/home/pi/MagicMirror/modules/MMM-Button/node_modules/bindings/bindings.js:76:44)
      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.

      posted in Troubleshooting
      C
      Codejune