Skip to content

dialogik-tv/twitch-chat-wled

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Twitch Chat WLED Controller

Control a WLED using Twitch chat commands.

This web page listens to Twitch chat WLED commands that allow to control the WLED. This application uses WLED HTTP request API.

Setting color

Say !color RRGGBB (or #RRGGBB) in hexadecimal notation or !color R,G,B where R, G and B must be a value between 0-255 to modify the primary color.

You can see a live demo of this in the dialogikTV Twitch livestream chat.

Examples

HEX

!color 00acee (dialogikTV blue)
!color #ee00ac (pink, note the optional # sign)

RGB

       R     G     B
!color 0-255,0-255,0-255

!color 255,0,0 (red)
!color 255,0,255 (purple)
!color 200,255,200 (light green)

Setting effects

You can modify the WLED effects using the !fx command. (Technically, these commands change presets, not effects).

Say !fx <effect>, where effect is

  • android,
  • scanner or
  • breathe

to select a specific effect. You can also just say !fx to cycle through effects.

About

Control a WLED using Twitch chat commands

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published