A bitcoin ticker MagicMirror 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
}
},
]- Chart
- Other exchanges
- Currency defaults
