Streamdeck
Live Viewers Chart
Transform a Stream Deck button into a realtime viewer count display with the Streamer.bot Status Indicator!
Transform a Stream Deck button into a realtime viewer count display with the Streamer.bot Status Indicator!
Setup
- In the Stream Deck software:
- Assign a Streamer.bot
Status Indicator
button to your desired location - Select your Streamer.bot instance (optional)
- Set
Type
toSparkline Chart
- Modify
Chart Steps
as desired. For simplicity, we will leave it as16
. - Click the copy icon next to
Button ID
, we will need it in the next steps
- In Streamer.bot:
- Create a new
Action
, we will call oursSD Viewer Status
- Add a new
Sub-Action
,Twitch -> Channel -> Add Viewer Count
- Add a new
Sub-Action
,Stream Deck -> Set Value
- Paste the Button ID copied from Stream Deck into the
Button ID
field. - Set
Value
to%viewerCount%
- In the top Streamer.bot tab bar, navigate to
Settings -> Timed Actions
- Add a new
Timed Action
, we will call oursSD Viewer Count Update
- Set the interval, we will use
30 seconds
- Select the action you created in the previous steps
- Click
OK
!
Your viewer count will now be updated at the interval you selected!
Tips & Tricks
- Internally, Twitch viewer count is only updated every
30 seconds
, making it most performant to keep your timed action interval at30 seconds
or more.