Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added extra steps to the documentation #9

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ bash generate-token.sh
```
scp .cache-<username> [email protected]:/home/pi
```
* SSH into your raspberrypi
```
ssh raspberrypi.local -l pi
```
* It will ask you for a password so just type in a password of your choice

* Clone the repository to your raspberrypi
```
git clone https://github.com/ryanwa18/spotipi.git
Expand All @@ -36,10 +42,20 @@ mv <path_to_cache_file> <path_to_cloned_repository>
cd spotipi
sudo bash setup.sh
```
* It will ask you again for spotifyt credentials and the full path to the spotify token
* After this it will run a bash script that will install all of the drivers for the RGB matrix
* It will ask you for your interface board type which should by the Bonnet so select 1
* Next it will ask you to choose between QUALITY and CONVENIENCE (sound vs no sound, requires soldering vs no soldering), choose your preference by typing 1 or 2
* After it finishes setting up its gonna ask you to reboot, type y to confirm
* You can check if your raspberrypi is running properly after reboot by pinging it using
```
ping raspeberrypi.local
```
* Edit settings on the web app: <br />
```
navigate to http://<raspberrypi_hostname or ip_address> within a web browser
```
* After this your rgb matrix should be displaying your cover art, enjoy!

### Final Product
![](https://i.redd.it/8s1cxqo5jfk51.jpg)