mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 13:02:59 +00:00
Add Google Calendar integration with display manager. Includes calendar manager implementation, configuration updates, and registration script.
This commit is contained in:
@@ -37,7 +37,8 @@
|
||||
"nhl_upcoming": 20,
|
||||
"nba_live": 30,
|
||||
"nba_recent": 20,
|
||||
"nba_upcoming": 20
|
||||
"nba_upcoming": 20,
|
||||
"calendar": 30
|
||||
}
|
||||
},
|
||||
"clock": {
|
||||
@@ -67,6 +68,14 @@
|
||||
"max_headlines_per_symbol": 1,
|
||||
"headlines_per_rotation": 2
|
||||
},
|
||||
"calendar": {
|
||||
"enabled": true,
|
||||
"credentials_file": "credentials.json",
|
||||
"token_file": "token.pickle",
|
||||
"update_interval": 300,
|
||||
"max_events": 3,
|
||||
"calendars": ["primary"]
|
||||
},
|
||||
"nhl_scoreboard": {
|
||||
"enabled": true,
|
||||
"test_mode": false,
|
||||
|
||||
Reference in New Issue
Block a user