Clock

Show a clock on your visualization device

Table of contents

  1. Structure
  2. Validation
  3. Restrictions

Structure

For the clock visualization app you can chose the type, size and color of your clock. With the timezone parameter you can even define which time is shown.

{
  "type": "CLOCK",
  "config": {
    "type": "digital",
    "color": "Red",
    "size": "large",
    "timezone": "Europe/Berlin"
  }
}

Validation

Config parameter Description Required Allowed Values Default
type Type of clock which is shown   digital digital
color Color of the clock   Color Handling White
size Size of the clock   small, medium, large medium
timezone Time the clock should show   TZ Overview Europe/Berlin

Restrictions

The clock visualization app does not yet work with a hdmi device output.