Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. goEasy
    MagicMirror² v2.15.0 is available! For more information about this release, check out this topic.
    G
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 5
    • Best 0
    • Groups 0

    goEasy

    @goEasy

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

    goEasy Follow

    Latest posts made by goEasy

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

      @sdetweil how would i remove

      ./
      

      ? i looked in the MM folder and such thing doesn’t exist

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

      @sdetweil Hey, thank you for the reply…

      i am new to this MM and coding, at one point everything was working then i cant remember what happened.

      i think is something to do with the Electron settings…

      Opening with CMD

      C:\Users\Cowplain\MagicMirror>npm start
      
      > magicmirror@2.14.0 start
      > ./node_modules/.bin/electron js/electron.js
      
      '.' is not recognized as an internal or external command,
      operable program or batch file.
      
      C:\Users\Cowplain\MagicMirror>
      

      Opening with Git Bash

      Cowplain@DESKTOP-4IAPDRU MINGW64 ~/magicmirror (master)
      $ npm start
      '.' is not recognized as an internal or external command,
      operable program or batch file.
      
      
      

      Please help

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

      @mykle1 Please Help, i am running into this ERROR…

      Cowplain@DESKTOP-4IAPDRU MINGW64 ~
      $ cd magicmirror
      
      Cowplain@DESKTOP-4IAPDRU MINGW64 ~/magicmirror (master)
      $ npm start
      
      > magicmirror@2.14.0 start
      > ./node_modules/.bin/electron js/electron.js
      
      '.' is not recognized as an internal or external command,
      operable program or batch file.
      
      
      posted in Troubleshooting
      G
      goEasy
    • RE: Complete Walkthrough - Install MagicMirror on a PC - Windows 7/10

      @sdetweil you are a legend… btw all i had to do was

      exit 
      

      then start mm again 😅

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

      @sdetweil hello, i have done as you mentioned, but i have this trouble. please Help

      cd MagicMirror
      cd vendor
      npm install
      
      1 package is looking for funding
        run `npm fund` for details
      
      found 0 vulnerabilities
      
      $ npm fund
      magicmirror-vendors
      `-- https://github.com/sponsors/jonschlinkert
        `-- picomatch@2.2.2
      
      posted in Troubleshooting
      G
      goEasy