I have magic home rgb strip lights all over in my room i want to sync them with spotify, i came across this video :https://www.youtube.com/watch?v=MiHuOH_9BUQ but its for philips hue. is it possible ? if yes then how and where to begain?

This page summarizes the projects mentioned and recommended in the original post on /r/CodingHelp

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • spotify-web-api-node

    A Node.js wrapper for Spotify's Web API.

  • The answer is, yes, it's possible. Unfortunately the answer to where to begin is to learn to code. You would need to learn: - a programming language. Let's say you choose to learn javascript. - the general concepts of a REST API and packages/libraries in the language of your choice as you will need to use these - The Spotify REST API to control Spotify and enable syncing the lights. You could optionally use a Spotify API wrapper for your language of choice to simplify this. - A library to control your lights.

  • node-magichome

    An incomplete implementation of the functionality of the "Magic Home" app. Partially a port of https://github.com/Danielhiversen/flux_led to Node.js

  • The answer is, yes, it's possible. Unfortunately the answer to where to begin is to learn to code. You would need to learn: - a programming language. Let's say you choose to learn javascript. - the general concepts of a REST API and packages/libraries in the language of your choice as you will need to use these - The Spotify REST API to control Spotify and enable syncing the lights. You could optionally use a Spotify API wrapper for your language of choice to simplify this. - A library to control your lights.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts