Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 1.89 KB

README.md

File metadata and controls

41 lines (34 loc) · 1.89 KB

#lange-notify This is a NodeCG bundle.

This is the notification graphic that I use on my stream. I have open-sourced it so that other developers may learn from it, but I kindly request that it not be used verbatim on other streams. I worked hard to make something unique that fit well with the rest of my design, and seeing it used exactly as-is on other streams would be frustrating.

Demo

(Trimmed and rendered at 30fps to keep GIF size down, actual notification lasts longer and is 60fps)

60fps YouTube demo w/ sound

Installation

  • Install to nodecg/bundles/lange-notify
  • To listen for subscriptions and resubs, install and configure lfg-sublistener. Lange-notify will automatically listen for subscription events from lfg-sublistener.
  • To listen to StreamTip, create nodecg/cfg/lange-notify.json with the clientId and accessToken of the StreamTip account that you wish to listen to:
{
    "streamTip": {
        "clientId": "myClientId",
        "accessToken": "myAccessToken"
    }
}

Usage

  • Add http://localhost:9090/view/lange-notify (or whatever) as a Browser Source in OBS, with dimensions of 992x100
  • Use the "Notifications" panel on the dashboard to send test subs, resubs, and tips.

Additional Credits

License

lange-notify is provided under the MIT license, which is available to read in the [LICENSE][] file. [license]: LICENSE