MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Reila
    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 0
    • Posts 3
    • Groups 0

    Reila

    @Reila

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

    Reila Unfollow Follow

    Latest posts made by Reila

    • RE: Complete Walkthrough - Install MagicMirror on a PC - Windows 7/10

      @sdetweil No problem! Browser version works fine for tinkering in the meantime :)

      npm is 8.17.0

      posted in Troubleshooting
      R
      Reila
    • RE: Complete Walkthrough - Install MagicMirror on a PC - Windows 7/10

      @sdetweil
      Oh, I just copied as it was! It might have been a different guide, it was old after all… I see the backward slashes in a later post now.

      So now I tried

      "start": "node_modules\\.bin\\electron  js\\electron.js",
      

      (with both the double and single space, just in case) and it’s giving me the same error still.
      I tested changing the start-dev variant too.
      I must be missing another step still.

      posted in Troubleshooting
      R
      Reila
    • RE: Complete Walkthrough - Install MagicMirror on a PC - Windows 7/10

      Heyo!
      I’ve done a fresh install of MM2 (on Win10), and now I’m struggling with the blank electron screen.

      I did the vendor and font install, changed the package.json to

      "start":"node_modules/.bin/electron js/electron.js",
      

      according to the guide on page 15, and now I’m getting

      bash: line 1: node_modules.binelectron: command not found
      

      on npm start, doesn’t start up MM.

      posted in Troubleshooting
      R
      Reila