I am trying to do a client only build on a Pi. I want to confirm the basic instructions please.
Does this sound right - sorry I am new to Pi?
-
Install Raspbian (Does it need a GUI, or can a CLI version work?)
-
apt-get update
-
apt-get install node npm
-
git clone https://github.com/MichMich/MagicMirror
-
cd ~/MagicMirror
-
npm install
-
node clientonly --address 192.168.1.5 --port 8080
Will this do anything to prevent screensaver or powersaver mode etc?
thanks
Matt