Login in to a console as user pi and then execute
sudo apt-get update
sudo apt-get install nodejs npm git
sudo npm install --global https://github.com/baycom/nodeclock.git
sudo cp /usr/local/lib/node_modules/nodeclock/dist/nodeclock.service /etc/systemd/system/
sudo systemctl daemon-reload
sudo systemctl enable nodeclock
sudo systemctl start nodeclock
Now you have installed the nodeclock service and you can point your local browser to http://localhost/manage If you know the ip address or the network name of the nodeclock system you should be able to access the Manage page from everywhere you like.
sudo npm install --global https://github.com/baycom/nodeclock.git
sudo apt-get install --no-install-recommends xserver-xorg xinit
sudo apt-get install realvnc-vnc-server raspberrypi-ui-mods chromium-browser
mkdir -p ~/.config/autostart/
cp /usr/local/lib/node_modules/nodeclock/dist/chromium-browser.desktop ~/.config/autostart/
update the /etc/lightdm/lightdm.conf file and add in the [SeatDefaults] section the following command:
[SeatDefaults]
xserver-command=X -s 0 -dpms
You can use the nano editor:
sudo nano /etc/lightdm/lightdm.conf
sudo systemctl stop rsyslog
sudo systemctl disable rsyslog