Screens für FSCK Event
https://screens.ctbk.de
- JavaScript 67.3%
- CSS 19.3%
- HTML 12.9%
- PHP 0.5%
| files | ||
| inc | ||
| clock.html | ||
| config.json | ||
| favicon.ico | ||
| index.html | ||
| Readme.md | ||
| robots.txt | ||
| sw.js | ||
Digital Signage
FSCK Edition
Features
- clock
- wifi counter (needs json response:
{"clients": 0}) - weather (needs openweathermap)
- dwdwarnings (currently via proxy)
- efa departures (currently via proxy)
- pretalx schedule (needs schedule.json)
- mastodon posts
- pretix checkin messages on cash desks customer display (very experimental - please ignore)
- jpg, png and mp4 assets via nginx directory listing (default: files/ subfolder - see below). Playlist will be reloaded regularly to include newly uploades files
- custom play times of assets and infoscreens in ms (
"playtime":{"still":12000,"html":20000})
Please leave infotext and muted attributes in config.json as is.
Special hidden features for lecture room info screens
- Show only timetable of lecture room: Add
/#saal=Saal%206for lecture room "Saal 6" (as named in rooms inside schedule.json). Also this name is shown as headline on screen - Show additional headline: Add
/#title=Titelfor title "Titel"
Nginx directory listing
location /files {
# Return json dirlist
autoindex on;
autoindex_format json;
}