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

    Posts

    Recent Best Controversial
    • RE: MMM-NOAA - Another Weather Module

      How can I change it so it looks like in the picture ?

      0_1553629258891_Unbenannt.PNG

      posted in System
      N
      NoNameRo
    • RE: Installing the dependencies - Can't finish the installation.

      @akram01w

      you have to upgrade your npm

      npm install -g npm@latest
      
      posted in Troubleshooting
      N
      NoNameRo
    • RE: Screen shines black / Don´t know if it´s an Pi or Screen-Error?

      @killing-joke said in Screen shines black / Don´t know if it´s an Pi or Screen-Error?:

      On the screen the the screensaver is deactivated.

      Is there an option on the pi?

      what you can still try

      open

      sudo nano /boot/config.txt
      

      and add

      # uncomment to put the monitor into power saving mode (DPMS)
      hdmi_blanking=1
      
      posted in Troubleshooting
      N
      NoNameRo
    • RE: Screen shines black / Don´t know if it´s an Pi or Screen-Error?

      @killing-joke
      check if the screensaver is deactivated

      posted in Troubleshooting
      N
      NoNameRo
    • RE: Don't know how to use MagicMirror 2 on Raspberry pi zero w

      @alessandroiacovella

      you need a Location ID from OpenWeatherMap, as described here

      posted in Tutorials
      N
      NoNameRo
    • RE: Run MM on Ubuntu 16 VM

      @justjim1220 said in Run MM on Ubuntu 16 VM:

      error Make sure you have the latest version of node.js and npm installed.

      Upgrade npm with

      npm install -g npm@latest
      
      posted in General Discussion
      N
      NoNameRo
    • RE: NPM install is giving Error.

      @fire1ce

      try

      curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
      sudo apt-get install -y nodejs
      npm install -g npm@latest
      
      posted in Troubleshooting
      N
      NoNameRo
    • RE: Don't know how to use MagicMirror 2 on Raspberry pi zero w

      @alessandroiacovella

      what is displayed when you enter the following

      ./startMirror.sh
      
      posted in Tutorials
      N
      NoNameRo
    • RE: NPM install is giving Error.

      @merceg100

      please try the following

      sudo apt-get remove nodejs nodejs-legacy nodered
      

      after that

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

      after that enter in the repository with

      cd MagicMirror
      

      then install and run the app with

      npm install && npm start
      

      in case of errors please post here.

      why do not you use the automatic installation for the RPi 3 b +

      bash -c "$(curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/raspberry.sh)"
      
      posted in Troubleshooting
      N
      NoNameRo
    • RE: NPM install is giving Error.

      @postremalone @alessandroiacovella @merceg100

      Upgrade npm with

      npm install -g npm@latest
      
      posted in Troubleshooting
      N
      NoNameRo
    • 1
    • 2
    • 3
    • 4
    • 1 / 4