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

"npm run start" does not work. Returns "sh 1 ./node_modules/.bin/electron not found"

Scheduled Pinned Locked Moved Solved Troubleshooting
14 Posts 2 Posters 915 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.
  • T Offline
    tony-72
    last edited by Dec 12, 2024, 10:38 PM

    I appreciate all the hard work and assistance. So I believe it is working now. So I rebooted the Raspi and when it came up it showed there were updates. I allowed those updates to install. I then went into terminal and sudo update/sudo upgrade. After that, your script worked as advertised.

    Now I did not get through it all until this morning and have not been able to launch it again. I do know the pm2 works because it kept restarting MM every few seconds when I was trying to shut down the Raspi. I will mess with it tonight after i figure out how to disable the autostart. I believe it was “pm2 stop mm” or “pm2 stop MagicMirror”.

    S 1 Reply Last reply Dec 12, 2024, 11:05 PM Reply Quote 0
    • S Offline
      sdetweil @tony-72
      last edited by sdetweil Dec 13, 2024, 1:38 PM Dec 12, 2024, 11:05 PM

      @tony-72 pm2’s job is to keep the app running, so if it crashes pm2 restarts

      pm2 stop all

      pm2 logs --lines=50

      to look at the logs

      i strongly suggest stopping pm2 use while you install and test modules

      use npm start in the MagicMirror folder, ctrl-c to end, or ctrl-q on the browser

      this way you can see the messages from npm start easier

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • T Offline
        tony-72
        last edited by Dec 13, 2024, 10:50 PM

        Awesome and thanks, everything working as advertised at the moment. About to attempt my first module install and config. Question, is there a text editor installed with your script? I was trying to figure out how to get VScode installed and where to install it, then realized there may be one on here already. What do you suggest, I have zero coding experience but I understand the concept and know a little from studying Cybersecurity.

        S 1 Reply Last reply Dec 13, 2024, 11:16 PM Reply Quote 0
        • S Offline
          sdetweil @tony-72
          last edited by sdetweil Dec 13, 2024, 11:17 PM Dec 13, 2024, 11:16 PM

          @tony-72 nano is the built in text editor, its text only

          vscode goes in system folders, has nothing to do with MM

          you could try my MMM-Config module which generates a form for config…
          https://github.com/sdetweil/MMM-Config

          also see this
          https://forum.magicmirror.builders/topic/19193/best-way-to-develop-from-windows-machine

          see the first link in my sig below for installing modules… (I didn’t write it)

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • S sdetweil has marked this topic as solved on Dec 14, 2024, 2:43 PM
          • 1
          • 2
          • 2 / 2
          2 / 2
          • First post
            11/14
            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