mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 21:03:01 +00:00
add music display with YTM and Spotify
This commit is contained in:
@@ -58,7 +58,8 @@
|
||||
"soccer_upcoming": 20,
|
||||
"ncaam_live": 20,
|
||||
"ncaam_recent": 15,
|
||||
"ncaam_upcoming": 15
|
||||
"ncaam_upcoming": 15,
|
||||
"music": 20
|
||||
}
|
||||
},
|
||||
"clock": {
|
||||
@@ -243,5 +244,11 @@
|
||||
"soccer_recent": true,
|
||||
"soccer_upcoming": true
|
||||
}
|
||||
},
|
||||
"music": {
|
||||
"enabled": true,
|
||||
"preferred_source": "ytm",
|
||||
"YTM_COMPANION_URL": "http://192.168.86.12:9863",
|
||||
"POLLING_INTERVAL_SECONDS": 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user