• 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.

MagicMirror Doesn't Start

Scheduled Pinned Locked Moved Unsolved Troubleshooting
4 Posts 2 Posters 642 Views 2 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.
  • D Offline
    droidus
    last edited by Sep 1, 2021, 11:02 PM

    I am receiving this error:

    pi@raspberrypi:~/MagicMirror_scripts $ ./run-start.sh 
    grep: config/config.js: No such file or directory
    internal/modules/cjs/loader.js:892
      throw err;
      ^
    
    Error: Cannot find module '/home/pi/MagicMirror_scripts/serveronly'
        at Function.Module._resolveFilename (internal/modules/cjs/loader.js:889:15)
        at Function.Module._load (internal/modules/cjs/loader.js:745:27)
        at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12)
        at internal/main/run_main_module.js:17:47 {
      code: 'MODULE_NOT_FOUND',
      requireStack: []
    }
    Starting chromium browser now, have patience, it takes a minute
    
    

    The browser shows a “This site can’t be reached” page.

    S 2 Replies Last reply Sep 1, 2021, 11:07 PM Reply Quote 0
    • S Offline
      sdetweil @droidus
      last edited by Sep 1, 2021, 11:07 PM

      @droidus said in MagicMirror Doesn't Start:

      ~/MagicMirror_scripts $ ./run-start.sh

      why are u trying to run it?

      its suppoosed to be started by package.json

      “start”:

      whan its a pi0 or electron is not installed…

      IF you use my script to install MM…

      u don’t download my stuff, just copy/paste the one line for each function

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil
        last edited by Sep 1, 2021, 11:10 PM

        install

        to execute the install script, cut/paste this line into the terminal window on your device (I can't say PI, cause it works in a lot of other places too)
        

        upgrade

        this works on Mac as well, cut/paste this line into the terminal window on your device
        

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • S Offline
          sdetweil @droidus
          last edited by Sep 1, 2021, 11:12 PM

          @droidus IF it was needed, the install script would have changed

          package.json

          		"start": "DISPLAY=\"${DISPLAY:=:0}\" ./node_modules/.bin/electron js/electron.js",
          

          to

          		"start": "./run-start.sh $1",
          

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          1 / 1
          • First post
            1/4
            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