Culligan Dashboards (secure version)

Now running in a password protected environment.

If you need access email Austin Harris.

List of dashboards

Office Screen versions

These are designed to be displayed on a monitor and they rotate through each screen automatically, we have these running on Raspberry Pis in the Pippingford Office (see image below), if you'd like one of these for your office get in touch.

Interactive type

With these you can chnage the dates etc to drill down to (hopefully) helpful more specific views.

EMEA reporting level dashboards

Daily email reports

Raspberry Pi setup

  • pi@raspberrypi1: = aQto & Harvey
  • pi@raspberrypi2 = Performance
  • pi@raspberrypi3 = Instanta & Revos
  • pi@raspberrypi4 = TWCC
  • pi@raspberrypi5 = Zip
  • pi@raspberrypi9 = Edgars
  • pi@raspberrypi7 = TWDC

Install what we need:

  • Format the SD card using SD card formatter
  • Install Raspbian
  • Remove all the programmes we don't need.
  • Launch Raspberry Pi Configuration from the Preferences menu
    • Navigate to the Interfaces tab
    • Select Enabled next to SSH
    • Push the GPU memory up!
  • Check for & install updates
    sudo apt update
    sudo apt dist-upgrade
    sudo apt clean
  • sudo apt-get install -y x11-xserver-utils
  • sudo apt-get install xdotool unclutter sed

Sort out the autostart script

  • sudo nano /etc/xdg/lxsession/LXDE-pi/autostart
  • @lxpanel --profile LXDE-pi
    @pcmanfm --desktop --profile LXDE-pi
    @xscreensaver -no-splash
    @xset s off
    @xset -dpms
    @xset s noblank
    @unclutter -idle 0.5 -root &
    @chromium-browser --start-fullscreen --app=http://dashboards.cedt.uk
    @bash /home/pi/dashlogin
  • If using one Pi for two monitors / reports adapt the above
    @chromium-browser --app=http://google.com --window-position=0,0 --user-data-dir=Default --start-fullscreen
    @chromium-browser --app=http://bbc.co.uk --window-position=1920,0 --user-data-dir='Profile 1' --start-fullscreen
  • sudo nano /home/pi/dashlogin
  • gtkterm &
    sleep 10
    xdotool type "********"
    sleep 5
    xdotool key Tab
    sleep 2
    xdotool type "********"
    sleep 2
    xdotool key Return