Before you can use it, create an app on the spotify website:
https://developer.spotify.com/my-applic ... ons/create
Title: Dashticz
Description: whatever
On the next page, copy "Client ID" to your CONFIG.js like:
Code: Select all
config['spot_clientid'] = '1112f16564cf4f4dsd4cbe8b52c58a44';
http://192.168.1.3:8080/
DONT FORGET TO PUSH THE SAVE BUTTON!!
In CONFIG.js, add the block like:
Code: Select all
columns[2] = {}
columns[2]['blocks'] = ['spotify']
columns[2]['width'] = 5;