diff --git a/Makefile.in b/Makefile.in
index 8b55fe73801cf4d6591c43db0711111fe6aa36e6..eb2d2f8a0d89629f70efba8eecbb29f96b638bbd 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -69,6 +69,8 @@ start:
 	@tmux split-window -v -t ${SESSION_NAME}:trigger
 	@tmux send-keys -t ${SESSION_NAME}:trigger.1  \
 	    "python scripts/trigger_rates.py -p ${MONITORING_LIGIER_PORT}" Enter
+	@tmux send-keys -t ${SESSION_NAME}:trigger.2  \
+	    "python scripts/live_triggermap.py -p ${MONITORING_LIGIER_PORT}" Enter
 	@tmux select-layout even-vertical
 
 
diff --git a/app/routes.py b/app/routes.py
index 26dd32d5b765ba8895adaaa05335183b331a40f7..f71d7f06a342966e072de4245ed6923c2a1a5339 100644
--- a/app/routes.py
+++ b/app/routes.py
@@ -9,6 +9,7 @@ PLOTS = [
     ['dom_activity', 'dom_rates'],
     ['pmt_rates', 'pmt_hrv'],
     ['trigger_rates'],
+    ['hitmap', 'triggermap']
 ]