Timer Overlay

This is for you when you need a timer to run on your stream for a length of time of your choosing. You can also set the time that it needs to start - no more forgetting to start timers for events! (I guess that's only useful if your event starts at a very specific time..) Here's a minimal example: https://ovrly.me/timer/20

URL Generator

How long should the timer run for (hours/minutes/seconds)?

0
1
2
3
4
5
6
7
8
9
10
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59

Your overlay URL:

Nitty gritty time!

Here are all of the available options to consider when you use the timer overlay.

  • Seconds (part of url) star: how long the timer should run for in seconds
  • Starting timestamp (query parameter): the Unix timestamp for when to start the timer. Please note: time already on the timer will take the starting timestamp into account when calculating how far along the timer is.
    • at=1704110400 - start at 12pm GMT on Jan 1st, 2024
  • Text position on screen (query parameter): either t or b for top/bottom, then l, c or r for left/center/right
    • p=tl - Top left (default)