This is a module for Magic Mirror, an open source modular smart mirror project. It enables you to monitor your spot portfolio/wallet on binance
After installing and adding you Binance API with your account, the module displays your spot crypto-currency balances in real time. Your balances are updated every 5 seconds.
- MagicMirror2
- Node.js
- npm
- Binance account
Installing this module is quite simple
open terminal and get your working directory to point to you magicmirror modules folder, Follow the steps below to do so...
cd ~/MagicMirror/modules
git clone https://github.com/tasamai/MMM-Binance.git
cd MMM-Binance
npm install
Log into your Binance account and open API Management or click here |
give it a name and click |
---|---|
Copy |
Add this configuration into config.js
file
{
module: "MMM-Binance",
position: "top_left", // pick a locarion to display module
config: {
apiKey: "YOUR API KEY", // the key previously copied
apiSecret: "YOUR API SECRET KEY"
}
}
Go to this module's folder inside MagicMirror modules folder and pull the latest version from GitHub and install:
git pull
npm install
Here is the configurable part of the module
Option | Description |
---|---|
apiKey |
API Key from Binance. Type: string REQUIREDExample: 1iO5VjY2bdC3HucJ Default value: none |
apiSecret |
API Secret Key from Binance. Type: string REQUIREDExample: OwABcDaA5fxK3QTV3gjwvOk358juuXti Default value: none |
You can now use MagicMirror and the MMM-Binance module to display your wallets! Enjoy!!!
If you find any problems, bugs or have questions, please open a GitHub issue in this repository.