Screens für FSCK Event https://screens.ctbk.de
  • JavaScript 67.3%
  • CSS 19.3%
  • HTML 12.9%
  • PHP 0.5%
Find a file
2026-04-21 09:29:50 +02:00
files index.php für Verzeichnislisting ohne nginx 2026-04-21 09:29:50 +02:00
inc Fix again brackets 2025-04-26 00:18:48 +02:00
clock.html Rework clock 2024-04-19 16:28:40 +02:00
config.json Update dwd url 2026-04-20 23:01:41 +02:00
favicon.ico Add favicon.ico 2026-04-21 09:11:30 +02:00
index.html temporär alte version 2024-05-03 12:31:27 +02:00
Readme.md Minimum amount of documentation 2024-07-16 18:41:13 +02:00
robots.txt Initial commit 2023-05-23 00:05:37 +02:00
sw.js Update jquery-3.7.1.min.js, Trennen von html, css und js, Umstellen von playlist.json auf nginx-dirlisting 2024-03-10 09:53:39 +01:00

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%206 for 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=Titel for title "Titel"

Nginx directory listing

location /files {
	# Return json dirlist
	autoindex on;
	autoindex_format json;
}