A simple web page with Node Red to show Spotify now playing song / top artist when not playing. Includes a button to pause / play or skip and a clock.
A simple webpage for showing the now playing song and album art from a spotify account based on Node Red. Includes buttons to pause and skip (although does not work when playing on certain devices e.g. Sonos).
- Install Node Red
- Install required nodes as set out in required_nodes.md
- Import spotifynodered.json into Node Red.
- Set up Spotify Developer Account and new project
- Authorise the Spotify node in Node Red using Project ID and Secret and the Scopes here
- Now playing web page is available at http://[your.nodered.ip]/spotify
- Uses basic http authorisation [user:admin, password:admin]
You can:
- Change web page in Web Request node
- Fix top artists / top tracks screensaver
- Add in database actions / docker instructions