Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/valmassoi/MMM-bitcoin
- Owner: valmassoi
- License: mit
- Created: 2016-09-17T17:14:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-11T15:49:06.000Z (over 7 years ago)
- Last Synced: 2024-08-04T10:03:03.052Z (5 months ago)
- Topics: bitcoin, magicmirror, mmm, mmm-bitcoin
- Language: JavaScript
- Homepage: https://github.com/MichMich/MagicMirror
- Size: 93.8 KB
- Stars: 13
- Watchers: 3
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-mmm - **MMM-Bitcoin**
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