Update kiosk Grafana URL to enable kiosk mode
The kiosk setup mechanism seems to have changed in the past and now this parameter is needed in the Grafana URL.
This commit is contained in:
parent
17855e8849
commit
d065738f92
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ pwr_meter_api_token: "{{ vault_pwr_meter_api_token }}"
|
|||
brotherql_printer_host: "brotherql-720nw.n39.eu"
|
||||
|
||||
# URL for the grafana kiosk in our Bastelbereich
|
||||
kiosk_grafana_url: "https://grafana.n39.eu/d/xpLj6UD4z/hobbes-space-monitor?orgId=1"
|
||||
kiosk_grafana_url: "https://grafana.n39.eu/d/xpLj6UD4z/hobbes-space-monitor?orgId=1&kiosk"
|
||||
kiosk_grafana_user: "{{ vault_kiosk_grafana_user }}"
|
||||
kiosk_grafana_pass: "{{ vault_kiosk_grafana_pass }}"
|
||||
kiosk_mqtt_host: "mqtt.n39.eu"
|
||||
|
|
Loading…
Add table
Reference in a new issue