Author: Colm Carew
The information radiator is ran from the WiFi so it is in the 10.5.5.X range.
The IP is set statically to be 10.5.5.100 and the user is pi so to connect to it from a terminal
# Ensure you are connected to the WiFi ssh pi@10.5.5.10
The password can be found in the password safe.
To load new changes to the items displayed change : https://docs.google.com/presentation/d/1-GtE3_RE1BXxuVUK8HyYqbNpXfZmd0SWCtx_ASQHa2U/edit
Then restart the pi
ssh pi@10.5.5.100 sudo reboot
to shut down the pi
sudo shutdown -h now