MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Groups 0
    R Offline
    1. Home
    2. raazalghul
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Posts

    Recent Best Controversial
    • RE: MMM-NowPlayingOnSpotify: surviving Spotify's 6-month refresh-token expiry (a maintained fork)

      @rkorell

      Thanks for making this module.
      I am running into a continuous issue after setting it up.

      This module is getting rate limited for some reason after some time.
      I do not have this API and credentials set up for any other app as this is the only app I have it setup for so ther cannot be any throttling.

      I have noticed the DOM updates every 1 second. Could that be causing it?

      The config.js code is below.

      {
          module: "MMM-NowPlayingOnSpotify",
          position: "top_right",
          updatesEvery: 5,
          classes: "page1",
          config: {
              showCoverArt: true,
              clientID: "XXXXXXXXXXXXXXXXXXXXXXXXXX",
              clientSecret: "XXXXXXXXXXXXXXXXXXXXXXXXXXX",
              redirectURI: "http://127.0.0.1:8888/callback"
          }
      }
      

      The log from the pm2 logs MagicMirror is below:

      [2026-09-07 19:01:23.238] [LOG]   [MMM-NowPlayingOnSpotify] [MMM-NowPlayingOnSpotify] Transient error, keeping last data: Rate limited by Spotify.
      

      image.jpeg

      posted in Showcase
      R
      raazalghul
    • 1 / 1