Extra Life Tracker is a collection of web pages that can be used as a web source in streaming software such as OBS to display your and your team's current Extra Life fund raising status and goal.
A widget that displays the name of the last donator, the amount they donated, and the participant they donated to for a specified team.
To update the settings update their value in team-last-donation-settings.js
with any plain text editor. If you make settings changes while the scene is active you can refresh the widget by right clicking the source, selecting “Properties” and then clicking “Refresh cache of current page”.
Name | Description | Value Type | Default value |
---|---|---|---|
teamId | Extra Life team ID | Text | N/A |
unknownDonorName | Donor name to show if the donor name is null | Text | “Mysterious Hero” |
showHeader | If the header message should be shown | Boolean | false |
headerMessage | Header message to display at the top of the widget | Text | “Last Donation” |
conjunctionText | Text to use between donation and participant name | Text | “donated to” |
donationCycleMS | When more than one donation comes in between checks it will cycle through them. This is how long to pause on each one till it gets to the latest | Integer | 10000 |
refreshTimeMS | How often the data should be refreshed in milliseconds | Integer | 20000 |
team-last-donation.html