Skip to content

Commit 00bac33

Browse files
committed
Fixes auth_url defaults (#1)
1 parent 6234377 commit 00bac33

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ BGCOL_B=50
2020
CHECK_EVERY=2
2121

2222
# Spotify config, make sure your application has the URI added
23-
# the URI must be localhost(or 127.0.0.1)
23+
# the URI must be on the loopback interface(127.0.0.1 etc.)
2424
SPOTIPY_CLIENT_ID=ENTER_OWN_HERE
25-
SPOTIPY_REDIRECT_URI=http://localhost:9099/getToken
25+
SPOTIPY_REDIRECT_URI=http://127.0.0.1:9099/getToken

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Spotify display for screens compatible with https://github.com/mathoudebine/turi
1717
2. Create a spotify API application
1818
1. Goto `https://developer.spotify.com/dashboard/create` in your browser of choice
1919
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`)
2121
4. You also need to mark `Web API` in the next section
2222
5. Click `Save` to create your app
2323
6. In the apps section click the `Settings` button
@@ -32,4 +32,4 @@ Spotify display for screens compatible with https://github.com/mathoudebine/turi
3232
- Run `main.py` within the environment
3333
- 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`)
3434
- 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

Comments
 (0)