MMM-CoinMarketCap icon indicating copy to clipboard operation
MMM-CoinMarketCap copied to clipboard

A MagicMirror² module that displays cryptocurrency information from the Coin Market Cap website.

Results 8 MMM-CoinMarketCap issues
Sort by recently updated
recently updated
newest added

Hello there - I'm really enjoying this module of yours and would like to thank you for your work on it! I am having a small issue displaying the price...

Hi there, Thanks for the module. Can I see my portfolio profits? Thanks!

enhancement

I'm not much of a programmer, I looked into it some, but Coingecko.com has an API and has many more coins listed than coinmarketcap.com and has the ability to do...

enhancement

Hi, I realy enjoy your module. I just can't find out how to show the Bitcoin price in USD and the rest of the Coins in BTC price. Is their...

enhancement

when I run my magic mirror, it's always just loading, rarely it calls and it display the values. The api requests does happens. out of 30 requests, it only worked...

not working.. my config module: "MMM-CoinMarketCap", position: "top_left" header: "CoinMarketCap", config: { apiKey: "xxxxxxx", currencies: ["bitcoin", "ethereum", "bnb", "polygon", "solana", "xrp", "algorand", "cardano", "the-graph", "crypto-com-coin"], view: "graphColored", coloredLogos: true, displayType:...

apiTickerEndpoint is now on v2. I fixed this by updating [Line 156](https://github.com/glitch452/MMM-CoinMarketCap/blob/master/MMM-CoinMarketCap.js#L156) and [Line 158](https://github.com/glitch452/MMM-CoinMarketCap/blob/master/MMM-CoinMarketCap.js#L158) to: ` self.apiListingsEndpoint = "v1/cryptocurrency/map";` and ` self.apiTickerEndpoint = "v2/cryptocurrency/quotes/latest";` I then removed references to...

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies