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

    Posts

    Recent Best Controversial
    • RE: After 2.8 I'm having tons of issues. What are the steps from square 1 to get this working?

      @sdetweil
      pi@raspberrypi:~ $ pm2 logs
      [PM2] Spawning PM2 daemon with pm2_home=/home/pi/.pm2
      internal/modules/cjs/loader.js:583
      throw err;
      ^

      Error: Cannot find module ‘shelljs’
      at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)
      at Function.Module._load (internal/modules/cjs/loader.js:507:25)
      at Module.require (internal/modules/cjs/loader.js:637:17)
      at require (/usr/local/lib/node_modules/pm2/node_modules/v8-compile-cache/v8-compile-cache.js:161:20)
      at module.exports.Client.launchDaemon (/usr/local/lib/node_modules/pm2/lib/Client.js:244:7)
      at /usr/local/lib/node_modules/pm2/lib/Client.js:103:10
      at /usr/local/lib/node_modules/pm2/lib/Client.js:311:14
      at process._tickCallback (internal/process/next_tick.js:61:11)
      pi@raspberrypi:~ $ npm -v
      6.10.2
      pi@raspberrypi:~ $

      This is what happened when I did pm2 logs and npm -v. I am about to see what npm i -g npm will do

      posted in Troubleshooting
      G
      Gomalley
    • RE: After 2.8 I'm having tons of issues. What are the steps from square 1 to get this working?

      @sdetweil when i go to /home/pi/MagicMirror/modules
      these are the folders present: Default, node_modules, README.md
      If i further click into default i get a ton more (alert, calendar, clock, compliment s, currentweather, helloworld , newsfeed, …) Other than the magicmirror program, I have not installed anything else

      posted in Troubleshooting
      G
      Gomalley
    • RE: After 2.8 I'm having tons of issues. What are the steps from square 1 to get this working?

      @sdetweil I tried putting npm install into the modules and vendor folders but there weren’t that many json files in that directory.

      posted in Troubleshooting
      G
      Gomalley
    • RE: After 2.8 I'm having tons of issues. What are the steps from square 1 to get this working?

      @sdetweil
      So I deleted everything and I started over. On a new load of raspbian without doing the MM bash command, I typed

      npm install
      

      It gave me this:

      pi@raspberrypi:~ $ npm install
      npm WARN npm npm does not support Node.js v10.15.2
      npm WARN npm You should probably upgrade to a newer version of node as we
      npm WARN npm can't make any promises that npm will work with this version.
      npm WARN npm Supported releases of Node.js are the latest release of 4, 6, 7, 8, 9.
      npm WARN npm You can find the latest version at https://nodejs.org/
      npm WARN saveError ENOENT: no such file or directory, open '/home/pi/package.json'
      npm notice created a lockfile as package-lock.json. You should commit this file.
      npm WARN enoent ENOENT: no such file or directory, open '/home/pi/package.json'
      npm WARN pi No description
      npm WARN pi No repository field.
      npm WARN pi No README data
      npm WARN pi No license field.
      
      up to date in 1.599s
      
      

      After this I tried your new code and I got this:

      pi@raspberrypi:~ $ bash -c  "$(curl -sL https://www.dropbox.com/s/4qod39yi8ek0feu/upgrade-script?dl=0)"
      bash: line 24: cd: /home/pi/MagicMirror/installers: No such file or directory
      bash: line 26: cd: OLDPWD not set
      doing test run = true
      bash: line 61: /home/pi/MagicMirror/installers/dumpactivemodules.js: No such file or directory
      update log will be in /home/pi/upgrade.log
      bash: line 70: cd: /home/pi/MagicMirror: No such file or directory
      bash: line 72: cd: css: No such file or directory
      saving custom.css
      cp: cannot stat 'custom.css': No such file or directory
      bash: line 75: cd: OLDPWD not set
      fatal: not a git repository (or any of the parent directories): .git
      fetching latest revisions
      fatal: not a git repository (or any of the parent directories): .git
      MagicMirror git pull failed
      bash: line 183: cd: css: No such file or directory
      restoring custom.css
      cp: cannot stat 'save_custom.css': No such file or directory
      rm: cannot remove 'save_custom.css': No such file or directory
      bash: line 188: cd: OLDPWD not set
      bash: line 210: cd: OLDPWD not set
      

      Should I try running the original bash command?:
      bash -c “$(curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/raspberry.sh)”

      posted in Troubleshooting
      G
      Gomalley
    • RE: After 2.8 I'm having tons of issues. What are the steps from square 1 to get this working?

      @sdetweil aright. I’ll try that however I’ve done it before and no luck. How would I do it for the other modules and package.json files. All I know what to do is just to type the command

      Npm install
      

      But It doesn’t work

      posted in Troubleshooting
      G
      Gomalley
    • After 2.8 I'm having tons of issues. What are the steps from square 1 to get this working?

      So I am trying to download the MM software after the update on July 1st. It won’t work anymore. First dependencies didn’t install, then node wasn’t up to date. Please someone help. Help me fix this!!!

      After a whole bunch of trying things I ended up here

      pi@raspberrypi:~/MagicMirror $ pm2 status all
      ┌──────┬────┬──────┬─────────┬────┬─────┬────────┐
      │ Name │ id │ mode │ status  │ ↺  │ cpu │ memory │
      ├──────┼────┼──────┼─────────┼────┼─────┼────────┤
      │ mm   │ 0  │ fork │ errored │ 30 │ 0%  │ 0 B    │
      └──────┴────┴──────┴─────────┴────┴─────┴────────┘
      
      
      posted in Troubleshooting
      G
      Gomalley
    • RE: Help With 2.8 Install?

      @sdetweil
      pi@raspberrypi:~ $ node -v
      v10.15.2
      pi@raspberrypi:~ $ npm -v
      6.10.2
      pi@raspberrypi:~ $

      posted in Troubleshooting
      G
      Gomalley
    • RE: Help With 2.8 Install?

      @sdetweil i did not do

      npm install
      

      before I pasted the code above. Do you think thats my issue

      posted in Troubleshooting
      G
      Gomalley
    • RE: Help With 2.8 Install?

      @sdetweil

      bash -c  "$(curl -sL https://www.dropbox.com/s/rlh710ng0zwv3vp/raspberry.sh?dl=0)"
      
      posted in Troubleshooting
      G
      Gomalley
    • 1 / 1