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

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

@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
you need a Location ID from OpenWeatherMap, as described here
@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
try
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y nodejs
npm install -g npm@latest
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)"