MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MMM-StreamerStatus

    Scheduled Pinned Locked Moved Entertainment
    2 Posts 1 Posters 15 Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • B Offline
      brandao.rafael
      last edited by

      [Module] MMM-StreamerStatus — See who’s live on Twitch, Kick & YouTube

      Hey everyone! I’d like to share a new module I built: MMM-StreamerStatus.

      It monitors a list of streamers across Twitch, Kick, and YouTube and shows you who’s currently live — with their game/category and
      viewer count — right on your mirror.


      Features

      • Supports Twitch, Kick, and YouTube
      • Two display styles: compact list or card grid (your choice)
      • Shows platform icon, live indicator, current game/category, and viewer count
      • Offline streamers can be shown dimmed or hidden entirely
      • Smart polling: Twitch + Kick every 2 min, YouTube on a separate interval to stay within the free API quota
      • OAuth token caching with automatic refresh for all platforms

      Screenshot

      Screenshot 2026-03-24 at 21.18.04.png


      Installation

      cd ~/MagicMirror/modules
      git clone https://github.com/brandaorafael/MMM-StreamerStatus

      No npm install needed.


      Configuration

      {
      module: “MMM-StreamerStatus”,
      position: “top_right”,
      header: “Live Now”,
      config: {
      twitchClientId: “your_client_id”,
      twitchClientSecret: “your_client_secret”,
      kickClientId: “your_client_id”,
      kickClientSecret: “your_client_secret”,
      youtubeApiKey: “your_api_key”,
      displayStyle: “list”, // or “card”
      showOffline: false,
      streamers: [
      { name: “your_streamer”, platform: “twitch” },
      { name: “your_streamer”, platform: “kick” },
      { name: “Channel Name”, platform: “youtube”, channelId: “UCxxxxxxx” },
      ],
      },
      },

      Full setup guide (including how to get API credentials for each platform) is in the README:
      https://github.com/brandaorafael/MMM-StreamerStatus

      Feedback and contributions welcome!

      B 1 Reply Last reply Reply Quote 0
      • B Offline
        brandao.rafael @brandao.rafael
        last edited by

        Formated configuration:

          {
            module: "MMM-StreamerStatus",
            position: "top_right",
            header: "Live Now",
            config: {
              twitchClientId: "your_client_id",
              twitchClientSecret: "your_client_secret",
              kickClientId: "your_client_id",
              kickClientSecret: "your_client_secret",
              youtubeApiKey: "your_api_key",
              displayStyle: "list",  // or "card"
              showOffline: false,
              streamers: [
                { name: "your_streamer", platform: "twitch" },
                { name: "your_streamer", platform: "kick" },
                { name: "Channel Name",  platform: "youtube", channelId: "UCxxxxxxx" },
              ],
            },
          },
        
        1 Reply Last reply Reply Quote 0

        Hello! It looks like you're interested in this conversation, but you don't have an account yet.

        Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

        With your input, this post could be even better 💗

        Register Login
        • 1 / 1
        • First post
          Last post
        Enjoying MagicMirror? Please consider a donation!
        MagicMirror created by Michael Teeuw.
        Forum managed by Sam, technical setup by Karsten.
        This forum is using NodeBB as its core | Contributors
        Contact | Privacy Policy