How can I change it so it looks like in the picture ?
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
N
Posts
-
RE: MMM-NOAA - Another Weather Module
-
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
-
RE: Don't know how to use MagicMirror 2 on Raspberry pi zero w
you need a Location ID from OpenWeatherMap, as described here
-
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
-
RE: NPM install is giving Error.
try
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - sudo apt-get install -y nodejs npm install -g npm@latest
-
RE: NPM install is giving Error.
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)"