Installing Magic Mirror

The requirements are very simple to start, Stretch Raspbian need be installed and configured with an IP address.

When the installation will ask us if we want to start by default when you start Raspberry or not, This is what everyone wants. In my case I prefer later start for different reasons, To do this I have added a script in ‘~ / .config / lxsession / LXDE-pi / autostart’ called for example’@/home/pi/magic_mirror_arranca.sh’ which has the following content:
view source
print
?
1
cd /home/pi/MagicMirror/
2
npm start # Pi2 y Pi3
3
node serveronly # Pi1 y Zero

thanks
https://offshorededi.com/