matteodanelli / MMM-cryptocurrency

A MagicMirror module for crypto currencies value.
MIT License
96 stars 42 forks source link

new add list coin #116

Open lacalos opened 2 years ago

lacalos commented 2 years ago

hi. your module is fantastic, so i would like if add this coin or maybe how to add . list:

-GENIE PROTOCOL -4INT -PARSIQ -MITHAVERSE -CIVILITATION -LIQUIDUS -ZENITH COIN (BLOCKCHAIN ZENITH) -MANA -HARMONY ONE -HAPI -EQIFI

thank you so much

martinljor commented 10 months ago

Hi!

I add a new crypto successfully without doing too much. Here is my config: { module: "MMM-cryptocurrency", position: "bottom_center", config: { apikey: '123123123123123', currency: ['ethereum', 'kaspa'], conversion: 'USD', headers: ['change24h', 'change7d'], displayType: 'logoWithChanges', showGraphs: false, fontSize: 'medium', maximumFractionDigits: '3', logoHeaderText: "Cryptos", } }

For your favorites coins you need to specify the fully name (my is kaspa) and if you want to view crypto logo ( displayType: 'logoWithChanges') you need to add png image (50x50) file in the folder MagicMirror/modules/MMM-cryptocurrency/public/colored/ and MagicMirror/modules/MMM-cryptocurrency/public/black-white/.