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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Spotify display for screens compatible with https://github.com/mathoudebine/turi
17
17
2. Create a spotify API application
18
18
1. Goto `https://developer.spotify.com/dashboard/create` in your browser of choice
19
19
2. Fill in `App name` and `App description` in any way you like
20
-
3. For `Redirect URIs` enter whatever is set as `SPOTIPY_REDIRECT_URI` in your `.env` or `.env.example` file (default is `http://localhost:9099/getToken`)
20
+
3. For `Redirect URIs` enter whatever is set as `SPOTIPY_REDIRECT_URI` in your `.env` or `.env.example` file (default is `http://127.0.0.1:9099/getToken`)
21
21
4. You also need to mark `Web API` in the next section
22
22
5. Click `Save` to create your app
23
23
6. In the apps section click the `Settings` button
@@ -32,4 +32,4 @@ Spotify display for screens compatible with https://github.com/mathoudebine/turi
32
32
- Run `main.py` within the environment
33
33
- If there are any bugs or otherwhise problems with any of the displays, please create a [Issue](https://ben.balter.com/2023/03/02/github-for-non-technical-roles/#issues) or contact me with a discord dm (my username is `codebased`)
34
34
- Due to how the code works, it is especially important to look for mis-orientation issues. Those can be resolved within seconds but I just dont have all the supported displays to try them
35
-
- Note that due to the way the displays work they take their time to do any action and paint pretty slow. This is NOT a software issue and is just the nature of the hardware
35
+
- Note that due to the way the displays work they take their time to do any action and paint pretty slow. This is NOT a software issue and is just the nature of the hardware
0 commit comments