diff --git a/templates/hobbes/kiosk.sh.j2 b/templates/hobbes/kiosk.sh.j2
index 5d31810..1a5d583 100644
--- a/templates/hobbes/kiosk.sh.j2
+++ b/templates/hobbes/kiosk.sh.j2
@@ -38,6 +38,9 @@ do
     # As the process forks itself, we do not get a reliable PID and killall is needed
     killall fbi
 
+    # Display the image
+    fbi -T 1 -noverbose -a /tmp/grafana.png &
+
     # Wait to avoid a race condition between
     # fbi starting and mosquitto truncating the file
     sleep 1