You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+66-18Lines changed: 66 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,23 @@
4
4
5
5
Spotify controller application for the [ThingPulse Color Kit Grande](https://thingpulse.com/product/esp32-wifi-color-display-kit-grande/).
6
6
7
-
[](https://thingpulse.com/product/esp32-wifi-color-display-kit-grande/)
- Tap the **Prev**, **Pause/Play**, and **Next** buttons to control music playback.
72
+
- Tap the **album art** on the Home view to switch to the **Cover Art view**.
73
+
- Tap the **clock** to switch to the **Clock view**.
74
+
- Tap the **network status box** in the lower-right corner to open the **Diagnostics view**.
75
+
76
+
> For detailed display logic and diagnostics layout, see `DiagnosticsView.cpp`.
23
77
24
78
## Service level promise
25
79
@@ -37,28 +91,22 @@ See our [instructions](https://docs.thingpulse.com/guides/esp32-color-kit-grande
37
91
38
92
1. Go to [https://developer.spotify.com/dashboard/login](https://developer.spotify.com/dashboard/login) and login to or sign up for the Spotify Developer Dashboard
**NOTE** If you are running more than ThingPulse Spotify Remote in the same WiFi network, you should choose a unique name rather than "tp-spotify". Regardless of what you choose it has to reflect what you set for `SPOTIFY_ESPOTIFIER_NODE_NAME` in `spotify.h` in the project.
52
103
53
-
5. Set the unique Client ID and Client Secret as values for the respective variables in `settings.h`.
6. Click on "Edit Settings". Add "http://tp-spotify.local/callback/" to the Redirect URIs section.
108
+
4. Set the unique Client ID and Client Secret as values for the respective variables in `spotify.h`.
58
109
59
-
**NOTE** If you are running more than ThingPulse Spotify Remote in the same WiFi network, you should choose a unique name rather than "tp-spotify". Regardless of what you choose it has to reflect what you set for `SPOTIFY_ESPOTIFIER_NODE_NAME` in `settings.h` in the project.
0 commit comments