Files
LEDMatrix/config/config.json
Chuck 23771f5a96 git ignore secrets
set up git ignore secrets to not leak API keys
2025-04-07 19:16:31 -05:00

24 lines
505 B
JSON

{
"timezone": "America/Chicago",
"location": {
"city": "Dallas",
"state": "Texas",
"country": "US"
},
"display": {
"brightness": 50,
"rows": 32,
"cols": 64,
"chain_length": 2,
"rotation_interval": 10
},
"clock": {
"format": "%H:%M:%S",
"update_interval": 1
},
"weather": {
"update_interval": 300,
"units": "imperial",
"display_format": "{temp}°F\n{condition}"
}
}