A Spicetify extension that dynamically sets your Govee RGB lights to match the current album cover color using the WIFI API.
- Spicetify installed on your Spotify client.
- Govee WIFI-capable RGB lights that can connect to Govee's API.
- A Govee API Key.
- Your device model name and device ID.
- Using this website, enter your Govee API key on the right side under "Credentials" where it says "Header". - Click "Try It!" - Under "Response", look for these two values
"device": "[your device id here]", "model": "[your device model here]",
- "device" is your device id. "model" is your model name. Keep these somewhere as you'll need these later.
Warning
Copying the quotes will result in the extension not being able to reach your device. Make sure to not copy the quotes. For example, your device ID should be XX:XX:XX:XX:XX:XX:XX:XX, not "XX:XX:XX:XX:XX:XX:XX:XX".
- Install the extension using the Spicetify Marketplace
- Configure the extension:
- Go to settings by clicking on your profile picture in the top right corner and clicking "Settings"
- Scroll down until you see "Setup Govee Lights"
- Fill in the required information:
- Govee API Key: Your Govee API Key. It should look something like XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX.
- Device model name: The device model name you got from the website. It should look something like HXXXX.
- Device ID: The device ID you got from the website. It should look something like XX:XX:XX:XX:XX:XX:XX:XX.
Warning
Not getting these values exactly right will result in the extension not being able to reach your device.
- Dynamic Lights Home Assistant for inspiration