From bdca997263c2898de8714240dcb7af98b23c0c0c Mon Sep 17 00:00:00 2001 From: Chuck <33324927+ChuckBuilds@users.noreply.github.com> Date: Mon, 26 May 2025 21:44:45 -0500 Subject: [PATCH] remove outdated config example --- config.example.json | 69 --------------------------------------------- 1 file changed, 69 deletions(-) delete mode 100644 config.example.json diff --git a/config.example.json b/config.example.json deleted file mode 100644 index cc33fe6f..00000000 --- a/config.example.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "matrix": { - "width": 64, - "height": 32, - "brightness": 100 - }, - "display": { - "enabled": true, - "display_durations": { - "clock": 15, - "weather": 15, - "stocks": 45, - "calendar": 30, - "stock_news": 30 - } - }, - "clock": { - "enabled": true, - "format": "%I:%M:%S %p" - }, - "weather": { - "enabled": true, - "api_key": "your_openweather_api_key", - "update_interval": 300, - "units": "imperial" - }, - "location": { - "lat": 0.0, - "lon": 0.0, - "city": "Your City" - }, - "stocks": { - "enabled": true, - "symbols": ["AAPL", "GOOGL", "MSFT"], - "update_interval": 300 - }, - "stock_news": { - "enabled": true, - "symbols": ["AAPL", "GOOGL", "MSFT"], - "update_interval": 900, - "max_headlines": 3 - }, - "calendar": { - "enabled": true, - "credentials_file": "credentials.json", - "token_file": "token.pickle", - "update_interval": 300, - "max_events": 3, - "calendars": ["primary"] - }, - "mqtt": { - "broker": "homeassistant.local", - "port": 1883, - "username": "your_mqtt_username", - "password": "your_mqtt_password", - "client_id": "led_matrix", - "use_tls": false, - "topics": [ - "homeassistant/sensor/#", - "homeassistant/binary_sensor/#", - "homeassistant/switch/#" - ], - "display": { - "scroll_speed": 0.1, - "message_timeout": 60, - "max_messages": 5 - } - } -} \ No newline at end of file