Read the statement by Michael Teeuw here.
MMM-cryptocurrency - v1.4
-
@marinswk said in MMM-cryptocurrency - v1.4:
@marinswk well i managed alone at the end…you just need to increase the limit
Yes! And the symbol you take from Coinmarketcap, thats all for now
-
@fox Yes, and from the GH issue I filed, he added the first 100 coins, its easily scriptable to add all.
-
Could someone add Vertcoin?
-
@bocapie File an issue and ask the repo owner, he’s really friendly and helpful.
-
Is there a way to display your coin amount?
-
@bocapie said in MMM-cryptocurrency - v1.4:
Is there a way to display your coin amount?
-
Coinmarketcap changed the URLs to their sparkline graphs some time yesterday. Old URLs still load but don’t update anymore. I created a pull request with the updated URL.
-
Hi, I am trying to add a newish token to this, but can’t seem to get it to work. I have added the token name and ID to MMM-cryptocurrency.js in the sparklineIDs section, and then added it to my config.js using the name, but it still doesn’t show up.
Am I missing something out?
MMM-cryptocurrency.js - I added ‘summit-koda-token’: 9966,
config.js - I added ‘summit-koda-token’ to the currency section.My eth, bitcoin still show fine.
-
@causerino Hi!
I know it’s been a while, but I’ve done this as well.
Make sure the SparklineIDs name corresponds with the slug name provided by CoinMarketCaps API.For example, I wanted to add Elrond’s eGLD.
The ID for this token is 6892, while the slug is elrond-egld. As this includes a hyphen symbol, it needs to be surrounded by quote marks.
So my addition looks like this:'elrond-egld': 6892,
I also made 2 symbols, which are not required but look pretty.