Ontime v2
Link to new docs
  • ontime
  • Feature list
  • Roadmap
  • Contributing
  • Main Concepts
    • Interface
      • Settings Bar
      • Rundown
      • Timer Control
      • Display Messages
      • Info
      • Quick start
      • Upload
      • Integration Settings
      • Application Settings
        • App Settings
        • Event Data
        • Editor Settings
        • Cuesheet settings
        • Views
        • URL Aliases
      • About modal
  • Views
    • Network views (Intro)
    • Stage Timer
    • Clock
    • Minimal Timer
    • Backstage Info
    • Public Info
    • Lower Thirds
    • Studio Clock
    • Countdown
    • Cuesheet
  • Control and feedback
    • Ontime APIs
      • HTTP API
    • Integrations
    • Runtime Data
  • Features
    • Google Sheet
    • Smart Time Entry
    • The delay workflow
    • Roll
    • Import events from Excel
    • URL Aliases
    • Edit Anywhere
    • Headless Mode (Docker)
    • Note: Lower thirds in OBS
    • User fields
    • Custom Styling
    • Make your own viewer
    • Count to anything
    • External data
  • ❤️Additional Notes
    • Control Ontime from vMix
    • Sync: Poll ontime status
    • Use in Raspberry Pi
    • Companion module
Powered by GitBook
On this page
  1. Views

Minimal Timer

Just the event timer, nothing else.

PreviousClockNextBackstage Info

Last updated 2 years ago

Sometimes you just need a timer. This is it.

URL Modifiers

Sometimes you need to customise that timer. This is also it.

See below the customisable features, your URL would end up looking like

http://127.0.0.1:4001/minimal?key=f00&text=0ff&font=arial&size=1.2&alignx=start&offsetx=100&aligny=end&offsety=-100&hidenav=true&hideovertime=false

Parameter
Options
URL
Action

Key

00FF00

/minimal?key=00ff00

Background colour in hexadecimal

Text Colour

FF00FF

/minimal?text=ff00ff

Text colour in hexadecimal

Text Background

000000a

/minimal?textbg=000000a

Colour of text background in hexadecimal

Font

Arial

/minimal?font=Arial

Font family, will use the fonts available in the system

Text Size

0.0 - n

/minimal?size=1.5

Scales the current style (0.5 = 50% 1 = 100% 2 = 200%)

Align Horizontal

start | center | end

/minimal?alignx=start

Moves the horizontally in page to start = left | center | end = right

Offset Horizontal

number

/minimal?offsetx=100

Offsets the timer horizontal position by a given amount in pixels

Align Vertical

start | center | end

/minimal?aligny=end

Moves the vertically in page to start = left | center | end = right

Offset Vertical

number

/minimal?offsety=-100

Offsets the timer vertical position by a given amount in pixels

Hide Nav

true | false

/minimal?hidenav=true

Whether to hide the nav logo in the right corner

Hide Overtime

true | false

/minimal?hideovertime=true

Whether to supress overtime styles (red borders and red text)

Hide Message Overlay

true | false

/minimal?hidemessages=false

Whether to hide the overlay from showing timer screen messages

With the minimal timer view, you can use the URL parameters the quickly customise the appearance of that clock. This pairs great with the

aliases feature
A minimal stage timer, just a running timer