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

    Roskafarian

    @Roskafarian

    0
    Reputation
    352
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Roskafarian Unfollow Follow

    Latest posts made by Roskafarian

    • Profile Switching

      Hey Everyone! I’m currently trying my hand at the profile switcher from user @tosti007. As of right now, I’ve loaded the module into my Magic Mirror repository. I may just be having troubles envisioning the coding/configuration aspect of it so I might just need some clarification. My goal is to have multiple modules loaded on to the Mirror and cycle between them by means of push button (I found the module I want to use and I need to set that up but for now I was going to use a timer). Has anyone successfully configured this? Or is it common for everyone to just configure their CSS Spreadsheet to accommodate more modules? Any tips are appreciated, TIA!

      posted in Troubleshooting
      R
      Roskafarian
    • RE: Installing on Pi 3B | Unable to install dependencies! | Error 128 in debug logs

      Oh yes! We’re cooking with lighter fluid as we speak

      posted in Troubleshooting
      R
      Roskafarian
    • RE: Installing on Pi 3B | Unable to install dependencies! | Error 128 in debug logs

      I was an idjit. I thought I had removed the directories but it seems there was another hidden one. We’re fine!

      posted in Troubleshooting
      R
      Roskafarian
    • RE: Installing on Pi 3B | Unable to install dependencies! | Error 128 in debug logs

      Thanks for getting back to me @bhepler! I ran it as the normal PI user but ran into this:

      Installing dependencies ...
      npm WARN deprecated time-grunt@2.0.0: Deprecated because Grunt is practically unmaintained. Move on to something better. This package will continue to work with Grunt v1, but it will not receive any updates.
      npm WARN deprecated nomnom@1.8.1: Package no longer supported. Contact support@npmjs.com for more info.
      
      > electron-chromedriver@1.8.0 install /home/pi/MagicMirror/node_modules/electron-chromedriver
      > node ./download-chromedriver.js
      
      successfully dowloaded and extracted!
      
      > electron@2.0.16 postinstall /home/pi/MagicMirror/node_modules/electron
      > node install.js
      
      Downloading electron-v2.0.16-linux-arm.zip
      Error: read ECONNRESET
      /home/pi/MagicMirror/node_modules/electron/install.js:54
        throw err
        ^
      
      Error: read ECONNRESET
          at _errnoException (util.js:1022:11)
          at TLSWrap.onread (net.js:628:25)
      npm WARN grunt-stylelint@0.10.1 requires a peer of stylelint@^9.0.0 but none is installed. You must install peer dependencies yourself.
      npm WARN acorn-jsx@5.0.1 requires a peer of acorn@^6.0.0 but none is installed. You must install peer dependencies yourself.
      
      npm ERR! code ELIFECYCLE
      npm ERR! errno 1
      npm ERR! electron@2.0.16 postinstall: `node install.js`
      npm ERR! Exit status 1
      npm ERR! 
      npm ERR! Failed at the electron@2.0.16 postinstall script.
      npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
      
      npm ERR! A complete log of this run can be found in:
      npm ERR!     /home/pi/.npm/_logs/2019-01-25T18_59_27_944Z-debug.log
      Unable to install dependencies!
      
      

      Although, I got a little further this time around!

      posted in Troubleshooting
      R
      Roskafarian
    • Installing on Pi 3B | Unable to install dependencies! | Error 128 in debug logs

      OS: Raspbian Linux JARVIS 4.14.79-v7+ #1159 SMP Sun Nov 4 17:50:20 GMT 2018 armv7l GNU/Linux
      Issue: Unable to install dependencies! Error 128
      Description: Attempted running Auto installer with failure at dependencies. Received error listed below.

      9923 warn grunt-stylelint@0.10.1 requires a peer of stylelint@^9.0.0 but none is installed. You must install peer dependencies yourself.
      9924 warn acorn-jsx@5.0.1 requires a peer of acorn@^6.0.0 but none is installed. You must install peer dependencies yourself.
      9925 verbose stack Error: exited with error code: 128
      9925 verbose stack     at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/pacote/lib/util/finished.js:12:19)
      9925 verbose stack     at emitTwo (events.js:126:13)
      9925 verbose stack     at ChildProcess.emit (events.js:214:7)
      9925 verbose stack     at maybeClose (internal/child_process.js:925:16)
      9925 verbose stack     at Socket.stream.socket.on (internal/child_process.js:346:11)
      9925 verbose stack     at emitOne (events.js:116:13)
      9925 verbose stack     at Socket.emit (events.js:211:7)
      9925 verbose stack     at Pipe._handle.close [as _onclose] (net.js:567:12)
      9926 verbose cwd /root/MagicMirror
      9927 verbose Linux 4.14.79-v7+
      9928 verbose argv "/usr/bin/node" "/usr/local/bin/npm" "install"
      9929 verbose node v8.11.1
      9930 verbose npm  v6.7.0
      9931 error Error while executing:
      9931 error /usr/bin/git ls-remote -h -t ssh://git@github.com/patriksimek/vm2.git
      9931 error
      9931 error fatal: Could not change back to '/root/MagicMirror': Permission denied
      9931 error
      9931 error exited with error code: 128
      9932 verbose exit [ 1, true ]
      
      

      As this is my first time installing, I tried manually installing npm but with no luck. The error does say I need to install peer dependencies manually. I researched manually installing the peer dependencies to no luck. Any pointers?

      posted in Troubleshooting
      R
      Roskafarian