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

    OldShaterhan

    @OldShaterhan

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

    OldShaterhan Unfollow Follow

    Latest posts made by OldShaterhan

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

      For me setup running MagicMirror on Windows 10 worked by:

      • cloning the repository
      • then edit package.json by changing following line:
        "scripts": {
          "start": "./run-start.sh",
      

      to:

        "scripts": {
          "start": "bash ./run-start.sh",
      

      Simple change, works in every location on my PC.

      posted in Troubleshooting
      O
      OldShaterhan