Skip to content
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.

Commit

Permalink
adjust readme and image
Browse files Browse the repository at this point in the history
  • Loading branch information
nabbl committed Jul 31, 2019
1 parent 7e41abb commit fe48e3b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MMM-Coinbase.js
Expand Up @@ -4,7 +4,7 @@ Module.register("MMM-Coinbase", {
apiKey: "",
apiSecret: "",
wallet: ["BTC"],
icons: true,
icons: true, //currently only Bitcoin and Ethereum supported
label: false
// updateInterval: 1
},
Expand Down
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -42,7 +42,10 @@ Add this configuration into `config.js` file's
header: "Coinbase", // optional
config: {
apiKey: "YOUR API KEY", // the key previously copied
apiSecret: "YOUR API SECRET KEY" // the secret key previously copied
apiSecret: "YOUR API SECRET KEY",
currencies: ["BTC"] // list of currencies
icons: true, // currently only Ethereum and Bitcoin supported
labels: false // shows currency labels (e.g. BTC, ETH and so on)
}
}
```
Expand Down
Binary file modified img/readme/MMM-Coinbase.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fe48e3b

Please sign in to comment.