Files
LEDMatrix/config/config.json
Chuck eebfb0b80d adding modularity and Weather
Adding weather
2025-04-07 19:13:59 -05:00

25 lines
555 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": {
"api_key": "YOUR_OPENWEATHERMAP_API_KEY",
"update_interval": 300,
"units": "imperial",
"display_format": "{temp}°F\n{condition}"
}
}