Skip to content

App: Time

Jan Dvořák edited this page Jan 3, 2022 · 3 revisions

Description

Time is an application that shows the current time in your time zone. The time zone is determined by your IP address. You can also specify any time zone you want.

Examples

This is a minimum you must specify in your conf.py

{
  'name': 'time',
},

This is an example of other parameters you can configure. Look into Configuration to see all possibilities.

{
  'name': 'time',
  'show_seconds': 1,
},

Required parameters

name

Identify the app by its name.

Other app-specific parameters

show_seconds

You can turn seconds on (1) and off (0).

Clone this wiki locally