npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

iobroker.spotify-premium

v2.0.1

Published

ioBroker spotify-premium Adapter

Downloads

1,311

Readme

Logo

ioBroker.spotify-premium

GitHub license Downloads GitHub repo size Translation status

GitHub commit activity GitHub commits since latest release (by date) GitHub last commit GitHub issues

Version:

NPM version Current version in stable repository Number of Installations

Tests:

Test and Release CodeQL

This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers. For more details and for information on how to disable the error reporting, see Sentry-Plugin Documentation! Sentry reporting is used starting with js-controller 3.0.

Adapter to access spotify playback controls. Because of the spotify API, a premium account is necessary.

Connection to Spotify Premium API.

Documentation

See also the Spotify Developer API Documentation.

Setup / Authorization

  1. Sign in on https://developer.spotify.com/dashboard/
  2. Create an application, you get a Client ID and a Client Secret (see instruction)
  3. Set the redirect URIs to https://oauth2.iobroker.in/spotify in your app settings at your created spotify application
  4. Put the Client ID and Client Secret in the fields down below
  5. Start the instance
  6. Switch to the object tab and push the button getAuthorization at spotify-premium.0.authorization
  7. Copy the appearing URL from spotify-premium.0.authorization.authorizationUrl to your webbrowser and call it
  8. You maybe need to sign in to spotify and grant access
  9. The browser will be redirected to an invalid URL. If the error invalid redirect uri occurs please verify step 3
  10. Copy that url and put it to spotify-premium.0.authorization.authorizationReturnUri
  11. The value in spotify-premium.0.authorization.authorized turns to true if everything was successful

We must provide an HTTPS redirect URI as from December 2025 spotify does not allow non-secure URIs anymore.

Video tutorial

How to authorize

States

All states are described in admin.

VIS usage examples

Click for the widget source.

Changelog

2.0.1 (2026-03-31)

  • (@GermanBluefox) Rewrite adapter to TypeScript
  • (@GermanBluefox) An Authorization process was changed and user must authenticate anew

1.6.0 (2026-02-28)

  • (mcm1957) Issues reported by repository checker have been fixed
  • (mightymurphy) stabilized token refresh and improved widget behavior
  • (copilot) Adapter requires admin >= 7.7.22 now
  • (aruttkamp) Merge pull request 522 from mightymurphy and 521 from michiproep
  • (copilot) Improved error handling and logging for token refresh
  • (copilot) Device polling now continues during temporary authentication issues (401) instead of stopping.
  • (copilot) Next Track button widget name corrected
  • (copilot) Widget image paths fixed to use /vis/widgets/ instead of a relative path for proper display in VIS
  • (mcm1957) Dependencies have been updated

1.5.6 (2025-12-08)

  • (aruttkamp) dev dependencies aktualisiert
  • (mcm1957) adapter requires node.js 20 now
  • (aruttkamp) dev dependencies aktualisiert
  • (aruttkamp) correct issues detected by repository checker [#421]
  • (aruttkamp) changes redirect URI and docu

1.5.3 (2025-04-15)

  • (aruttkamp) redirect URI changed [#429]

1.5.2 (2024-12-16)

  • (aruttkamp) ESLint 9 implemented

License

The MIT License (MIT)

Copyright (c) 2024-2026 iobroker-community-adapters [email protected]
Copyright (c) 2019-2023 twonky4 [email protected]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.