broadcast logo test py

This commit is contained in:
Chuck
2025-07-22 17:56:52 -05:00
parent 1a92389334
commit 2c0596baf6
4 changed files with 429 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
{
"web_display_autostart": true,
"schedule": {
"enabled": false,
"enabled": true,
"start_time": "07:00",
"end_time": "23:00"
},
@@ -74,18 +74,18 @@
"use_short_date_format": true
},
"clock": {
"enabled": false,
"enabled": true,
"format": "%I:%M %p",
"update_interval": 1
},
"weather": {
"enabled": false,
"enabled": true,
"update_interval": 1800,
"units": "imperial",
"display_format": "{temp}°F\n{condition}"
},
"stocks": {
"enabled": false,
"enabled": true,
"update_interval": 600,
"symbols": [
"ASTS", "SCHD", "INTC", "NVDA", "T", "VOO", "SMCI"
@@ -93,7 +93,7 @@
"display_format": "{symbol}: ${price} ({change}%)"
},
"crypto": {
"enabled": false,
"enabled": true,
"update_interval": 600,
"symbols": [
"BTC-USD", "ETH-USD"
@@ -101,7 +101,7 @@
"display_format": "{symbol}: ${price} ({change}%)"
},
"stock_news": {
"enabled": false,
"enabled": true,
"update_interval": 3600,
"scroll_speed": 1,
"scroll_delay": 0.01,
@@ -285,6 +285,7 @@
"favorite_teams": ["TAM"],
"logo_dir": "assets/sports/milb_logos",
"show_records": true,
"upcoming_fetch_days": 7,
"display_modes": {
"milb_live": false,
"milb_recent": true,