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.
Displays the amount of time left in your event or the time left till your event starts if it is before the start of your event.
To update the settings update their value in countdown-timer-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 |
---|---|---|---|
startTime | The date-time that the event will start in yyyy-mm-dd hh:mm+hh:mm format (24 hour with timezone offset) | Date | “2018-11-03 00:00-05:00” |
endTime | the date-time the event will end in the same format as startTime | Date | “2018-11-03 23:59-05:00” |
displaySeconds | If seconds should be displayed | Boolean | false |
displayHeader | If the set header text should be displayed | Boolean | true |
beforeStartHeader | Header message to display before event starts | Text | “Starting In” |
header | Header message to displayed while the event is going | Text | “Time Left” |
afterEndHeader | Header message to display after the event ends | Text | “Overtime” |
refreshTimeMS | How often the data should be refreshed in milliseconds. If you are displaying seconds set this to 1000 | Integer | 10000 |
countdown-timer.html