Opening Bell

Introducing the Stock Ticker Feature
This commit is contained in:
Chuck
2025-04-08 21:12:10 -05:00
parent 459e3f937d
commit db31864a58
3 changed files with 242 additions and 9 deletions

View File

@@ -35,5 +35,13 @@
"update_interval": 300,
"units": "imperial",
"display_format": "{temp}°F\n{condition}"
},
"stocks": {
"enabled": true,
"update_interval": 60,
"symbols": [
"AAPL", "MSFT", "GOOGL", "AMZN", "META", "TSLA", "NVDA", "JPM", "V", "WMT"
],
"display_format": "{symbol}: ${price} ({change}%)"
}
}