Skip to content

valmassoi/MMM-bitcoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMM-bitcoin

A bitcoin ticker MagicMirror module.

Preview

preview

Using the module

Add MMM-bitcoin module to the modules array in the config/config.js file:

modules: [
  {
    module: 'MMM-bitcoin',
    position: 'top_right',
    config: {
      fiat: 'usd',          // 'usd' and 'eur' available, defaults to 'usd'
      showBefore: 'foo',    // will display before the bitcoin price, default 'Bitstamp'
      updateInterval: 60000 // update interval in milliseconds
    }
  },
]

Coming soon

  • Chart
  • Other exchanges
  • Currency defaults