Module: CryptoLive

Compare crypto currencies using cryptocompare.com

Source Code

wtf/cryptolive/

Required ENV Variables

None.

Keyboard Commands

None.

Configuration

cryptolive:
  enabled: true
  position:
    top: 1
    left: 2
    height: 1
    width: 1
  refreshInterval: 15
  updateInterval: 15
  currencies: 
   BTC:
     displayName: Bitcoin
     to: 
       - USD
       - EUR
       - ETH
   ETH:
     displayName: Ethereum
     to: 
       - USD
       - EUR
       - ETH
  colors: 
   from: 
     name: coral
     displayName: grey
   to:
     name: white
     price: green

Attributes

enabled
Determines whether or not this module is executed and if its data displayed onscreen.
Values: true, false.

position
Defines where in the grid this module’s widget will be displayed.

updateInterval
How often, in seconds, this module will update its data.
Values: A positive integer
Default Value: 10

colors
Sets color of texts.
Values: A valid color