Skip to content

A MagicMirror² Module for retrieve Xapo Bitcoin latest price

License

Notifications You must be signed in to change notification settings

putera/MMM-BTC-Xapo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMM-BTC-Xapo

A MagicMirror² Module for retrieve Xapo Bitcoin latest price

Preview

preview

Installation

  1. Navigate into your MagicMirror's modules folder
  2. Execute git clone https://github.com/putera/MMM-BTC-Xapo.git

Using the module

To use this module, add it to the modules array in the config/config.js file:

modules: [
    {
        module: 'MMM-BTC-Xapo',
        position: 'top_left',
        config: {
            // See 'Configuration options' for more information.
            currency: 'MYR',
            refreshTime: 5,     // update interval price in minutes
            language: 'ms-my'
        }
    }
]

Configuration Options

The following properties can be configured:

Option Description
currency Your currency exchange code
refreshTime Refresh interval time to get the price from Xapo
language Language you are using
animationSpeed Fade animation in miliseconds

About

A MagicMirror² Module for retrieve Xapo Bitcoin latest price

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published