A tool that monitors and displays Twitch chat channels in a bigger font, ideal for displaying on a big monitor for room-scale Twitch streaming. Or it can just give a much cleaner and flexible lightweight way of displaying the Twitch chat.
Note that all these features can be enabled or disabled.
- Smooth scrolling of chat messages to improve readability of a fast-flowing chat
- Message rate limiting and message overflow disposal
- Several pre-defined themes and a fully customizable custom theme
- New messages can be set to appear at the top or the bottom of the screen
- Show or hide moderator actions
- Highlight messages based on the username or certain keyphrases
- Immediately show the images posted by users
- Load Twitter messages linked to by users
- Shorten links posted in chat
- Store settings over sessions or adjust default settings in the HTML page for portability
- Show timestamps next to messages
Several more features are in the pipeline!
When you open the page, the chat monitor will connect to the default Twitch channel or the channel you monitored most recently. At the top or bottom right you can find the settings menu. In this menu it is possible to modify all configuration options. These settings are stored in your browser and become active immediately when changed.
The latest version of the tool is always available at https://glodenox.github.io/twitch-chat-monitor/ and can be used from there. The initial channel can be changed by adding it in the URL, like so: https://glodenox.github.io/twitch-chat-monitor/?channel=<channel name here>
.
If you want to have other predefined settings set (like the channel), you can host the tool yourself. You just need to download the files and place these on a server. Alternatively you can also just open the index.html
file locally.
The project consists of 4 files:
- index.html: the web page you want to open in a browser to see the chat, this file contains the default settings at the end. Most likely, this will be the only file you will change when you host the monitor yourself.
- main.js: main JavaScript file
- tmi.js: a copy of the tmi.js JavaScript library for Twitch
- style.css: CSS styles are stored here
This tool is heavily based on the Nifty Chat Monitor userscript, but uses the Twitch WebSocket API directly instead of transforming the Twitch chat embed page. A special thanks to the LoadingReadyRun chat for giving feedback on several of the features!