Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/valmassoi/MMM-bitcoin

:electric_plug: A MagicMirror² Module bitcoin ticker
https://github.com/valmassoi/MMM-bitcoin

bitcoin magicmirror mmm mmm-bitcoin

Last synced: about 2 months ago
JSON representation

:electric_plug: A MagicMirror² Module bitcoin ticker

Awesome Lists containing this project

README

        

# MMM-bitcoin
A `bitcoin ticker` MagicMirror module.

## Preview
![preview](preview.png)

## Using the module
Add `MMM-bitcoin` module to the `modules` array in the `config/config.js` file:
````javascript
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