CryptoLive
Added in v0.0.5.
Compare crypto currencies using CryptoCompare.

Source Code
wtf/cryptoexchanges/cryptolive/Required ENV Vars
None.
Keyboard Commands
None.
Configuration
cryptolive:
  enabled: true
  position:
    top: 5
    left: 2
    height: 1
    width: 2  
  updateInterval: 15
  currencies: 
    BTC:
      displayName: Bitcoin
      to: 
        - USD
        - EUR
        - ETH
        - LTC
        - DOGE
    LTC:
      displayName: Ethereum
      to: 
        - USD
        - EUR
        - BTC
  top:
    BTC:
      displayName: Bitcoin
      limit: 5
      to:
        - USD
  colors: 
    from:
      name: coral
      displayName: grey
    to:
      name: white
      price: green
    top:
      from:
        name: grey
        displayName: coral
      to:
        name: red
        field: white
        value: greenAttributes
colors.from.name 
Values: Any X11
color name.
colors.from.dispayName 
Values: Any X11
color name.
colors.to.name 
Values: Any X11
color name.
colors.to.price 
Values: Any X11
color name.
currencies 
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. 
refreshInterval 
How often, in seconds, this module will update its data. 
Values: A positive integer, 0..n.
