Initial commit: Digital signage system for transit departures, weather, and news ticker

This commit is contained in:
2025-12-31 13:53:19 +01:00
commit a0c997f7d4
21 changed files with 5320 additions and 0 deletions

22
sites-config.json Normal file
View File

@@ -0,0 +1,22 @@
{
"orientation": "normal",
"darkMode": "auto",
"backgroundImage": "",
"backgroundOpacity": 0.3,
"tickerSpeed": 60,
"sites": [
{
"id": "1411",
"name": "Ambassaderna",
"enabled": true
}
],
"rssFeeds": [
{
"name": "Travel Alerts",
"url": "https://travel.state.gov/content/travel/en/rss/rss.xml",
"enabled": true
}
],
"combineSameDirection": true
}