September 4, 2020

Build a smart MagicMirror with two displays running on Raspberry Pi

This project was already build in 2015, but due to a recent reinstall of the MagicMirror software on my mirror, I decided to share the whole build including the up to date software setup process from scratch. Also I can tell that it ran flawless for the past 5 years now, so pretty stable 🙂 […]

Read more

October 11, 2019

Install nodejs & npm on Raspberry Pi 2, 3 or 4

First update the Debian apt package repository to include the NodeSource packages: Now that we have added the NodeSource package repository, we can move on and install Node.js! After it finished validate install by typing: You should get a response like "$ 12.10.0". Now you are good to go to run npm.

Read more