Files
signage/config.json
Erik Thiele 742f993a73 Version 3 mit URL und Newsticker
Co-authored-by: Copilot <copilot@github.com>
2026-04-25 19:26:35 +02:00

37 lines
913 B
JSON
Executable File

{
"priority": {
"enabled": true,
"playlist": [
"https://www.meteoblue.com/en/meteotv/d7b0fd"
]
},
"screens": {
"lobby": {
"interval": 15,
"show_images": true,
"show_videos": false,
"playlist": [
"https://wbxroompresence.cancom.io/standort?find=Stuttgart",
"Hilfe_KI.jpg",
"e00a687f-d82a-446d-b8f3-07895fbc7309.png",
"Video_CANCOM_LIVE_2025_Stuttgart.MP4"
],
"newsticker_text": "Hallo dies ist der Newsticker",
"newsticker_enabled": false
},
"casino": {
"interval": 10,
"show_images": true,
"show_videos": true,
"playlist": [
"https://wbxroompresence.cancom.io/standort?find=Stuttgart"
],
"newsticker_text": "Hallo dies ist der Newsticker",
"newsticker_enabled": false
}
},
"admin": {
"username": "admin",
"password": "cancom@2026!"
}
}