ahodges9 / LedFx

LedFx is a network based LED effect controller with support for advanced real-time audio effects! LedFx can control multiple devices and works great with cheap ESP8266 nodes allowing for cost effectvice syncronized effects across your entire house!
MIT License
386 stars 90 forks source link

Spotify #79

Closed GabeDahl closed 4 years ago

GabeDahl commented 4 years ago

Option to disable and enable all Spotify functionality/app bar has been added. Accomplished this by adding a boolean 'spotify' option for the LedFX config. Option can be toggled in the settings view.

Mattallmighty commented 4 years ago

I tried to enable and try this out using Python 3.6. Checked config.yaml and has: spotify: true dev_mode: true http://192.168.1.36:8888/api/spotify - responding back with true. Could not see on frontend how to setup Spotify? Rebuilt frontend again using: npm run build tired again, and went through all of the frontend pages - no settings relating to Spotify. Can I please have some advice on how to proceed?