ePaper-Spotify-Clock
ePaper Clock with two user's Spotify info and the weather using Waveshare's 4.2inch EPD
File Explorer
Download Latest Version (.zip)- display_settings.json
- keys.json
- keys.json.example
- Habbo.ttf
- Nintendo-DS-BIOS.ttf
- NA.png
- album.png
- artist.png
- collection.png
- dj.png
- failure.png
- playlist.png
- 01.png
- 02.png
- 03.png
- 04.png
- 09.png
- 10.png
- 11.png
- 13.png
- 50.png
- arg_parser.py
- clock.py
- clock_logging.py
- display_settings.py
- draw.py
- json_io.py
- misc.py
- spotify_reauth.py
- spotify_user.py
- weather.py
- epaper-clock.service.template
- .gitignore
- launch_epaper.sh
- main.py
- Makefile
- README.md
- requirements.txt
- spotify_epaper_preview.png
- spotify_epaper_preview2.png
# Installation Guide
1. Get the code
git clone https://github.com/alexthescott/ePaper-Spotify-Clock
Downloads the entire project code from GitHub to your computer.
cd ePaper-Spotify-Clock
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python main.py
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
3. Make
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make setup
Compiles the code based on the generated build configuration to produce an executable.
make reauth
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
