Stock News

Stock news Ticker
This commit is contained in:
Chuck
2025-04-10 20:11:59 -05:00
parent 1610afd9cb
commit a01c902716
4 changed files with 278 additions and 1 deletions

View File

@@ -30,7 +30,8 @@
"weather": 15,
"stocks": 45,
"hourly_forecast": 15,
"daily_forecast": 15
"daily_forecast": 15,
"news": 30
}
},
"clock": {
@@ -49,5 +50,12 @@
"ASTS", "SCHD", "INTC", "NVDA", "T", "VOO", "SPYG", "SMCI"
],
"display_format": "{symbol}: ${price} ({change}%)"
},
"news": {
"enabled": true,
"update_interval": 300,
"scroll_speed": 1,
"scroll_delay": 0.05,
"max_headlines_per_symbol": 1
}
}