Skip to content

App: MoscowTime

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

Description

MoscowTime is an application that does not show the current time in Moscow. MoscowTime is a phenomenon that was born during Jack Dorsey’s call. A number on his BlockClock in the background was coincidentally similar to the time in Moscow. In real MoscowTime represents the current value of $1 in satoshis.

Examples

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

{
  'name': 'moscow_time',
},

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

{
  'name': 'moscow_time',
  'duration': 60,
  'update_frequency': 5,
},

Required parameters

name

Identify the app by its name.

Clone this wiki locally