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

    etatsu

    @etatsu

    0
    Reputation
    1
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    etatsu Unfollow Follow

    Latest posts made by etatsu

    • RE: MM Install Error

      Thank you for your help!

      posted in Troubleshooting
      E
      etatsu
    • MM Install Error

      Hi!
      I’m trying to install MM on a RP 4 . I followed the Manual Installation steps , however, from step two on scripts indicate no file or directory. This is all new to me so your advice will be much appreciated!

      pi@raspberrypi:~ $ https://github.com/MichMich/MagicMirror
      bash: https://github.com/MichMich/MagicMirror: No such file or directory
      pi@raspberrypi:~ $ cd MagicMirror/
      bash: cd: MagicMirror/: No such file or directory
      pi@raspberrypi:~ $ npm install
      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 0.797s
      found 0 vulnerabilities
      
      pi@raspberrypi:~ $ cp config/config.js.sample config/config.js
      cp: cannot stat 'config/config.js.sample': No such file or directory
      pi@raspberrypi:~ $ npm run start
      npm ERR! code ENOENT
      npm ERR! syscall open
      npm ERR! path /home/pi/package.json
      npm ERR! errno -2
      npm ERR! enoent ENOENT: no such file or directory, open '/home/pi/package.json'
      npm ERR! enoent This is related to npm not being able to find a file.
      npm ERR! enoent 
      
      npm ERR! A complete log of this run can be found in:
      npm ERR!     /home/pi/.npm/_logs/2021-03-26T07_35_06_236Z-debug.log
      pi@raspberrypi:~ $
      
      posted in Troubleshooting
      E
      etatsu