Skip to content

A Twitch chat controlled webbased weather overlay to use in Open Broadcaster Software (OBS), Streamlabs OBS, XSplit and others. You can see this overlay in use at twitch.tv/Freakydna or in the dialogikTV Twitch channel.

License

Notifications You must be signed in to change notification settings

dialogik-tv/twitch-chat-weather-obs-overlay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OBS Weather Overlay

This is an OBS overlay that shows current weather information or any other city in the world, triggered by the Twitch Chat commands !weather <city> or !wetter <city> (German for weather). There are several parameters that can be passed in the URL to customize the overlay.

This overlay project is dedicated to Freakydna, a loyal viewer and subscriber of our Twitch channel, where he requested this overlay development as a reward redemption for his collected channel points.

Setting up the overlay for your Twitch channel

  1. Pass your channel name via the channel parameter to the overlay URL

  2. Get an API key from the Open Weather API and also pass it to the URL via the key paramter as in this example.

    https://dialogik-tv.github.io/twitchchat-weather-obs-overlay?channel=dialogikTV&key=1a2b3c4d5e6f7g8h9i0j
    

Customization

You can customize the look of your overlay by passing more parameters to the overlay URL (don't use < or >!):

<url_as_above>?channel=<you>&key=<key>&city=<city>&mods=<0/1>&subs=<0/1>&vip=<0/1>&chat=<0/1>
  • city - Using a different default city, default Phnom Penh (see above).
  • mods - Allow channel moderators to use the !weather/!wetter commands. 1 to allow or 0 to disallow, default 1.
  • subs - Allow channel subscribers to use the commands, default 1.
  • vip - Allow VIPs to use the commands, default 1.
  • chat - Allow anyone in the chat to use the commands, default 0. Note that if you set this to 1, settings for mod, sub and vip are overwritten.

Planned customization features

  • font - Using a custom Google font.
  • color - Use a different color scheme.

Attribution

About

A Twitch chat controlled webbased weather overlay to use in Open Broadcaster Software (OBS), Streamlabs OBS, XSplit and others. You can see this overlay in use at twitch.tv/Freakydna or in the dialogikTV Twitch channel.

Topics

Resources

License

Stars

Watchers

Forks