• 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
  1. Home
  2. Ajay1889
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
A
Offline
  • Profile
  • Following 0
  • Followers 0
  • Topics 0
  • Posts 1
  • Groups 0

Ajay1889

@Ajay1889

0
Reputation
194
Profile views
1
Posts
0
Followers
0
Following
Joined Sep 16, 2018, 7:38 AM
Last Online Sep 30, 2018, 12:25 PM

Ajay1889 Unfollow Follow

Latest posts made by Ajay1889

  • RE: Rpi 3B+, can't install

    Please try the following

    sudo apt-get remove nodejs nodejs-legacy nodered
    

    after that

    curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
    sudo apt-get install -y nodejs
    sudo npm install -g npm@latest
    

    after that enter in the repository with

    cd MagicMirror
    

    If have not install MM, use this from github

     bash -c "$(curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/raspberry.sh)"
    

    then install and run the app with

    npm install && npm start
    

    This method worked for me.

    Credit: @NoNameRo

    posted in Troubleshooting
    A
    Ajay1889
    Sep 16, 2018, 8:21 AM
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