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

No display

Open ChrisRG711 opened this issue 2 years ago • 3 comments

In my installation the header displays. I can see the payload come in through debugging. But nothing displays on the MM screen. any suggestions?

ChrisRG711 avatar Nov 06 '23 16:11 ChrisRG711

Hi! Can you write your configuration so I can debug better? Thanks!

matteodanelli avatar Nov 06 '23 21:11 matteodanelli

{ module: "MMM-cryptocurrency", position: "top_right", config: { apikey: 'mykey', currency: ['ethereum', 'bitcoin','DOGE','BTC','ETH','Matic','SHIB'], conversion: 'USD', headers: ['change24h', 'change1h', 'change7d'], displayType: 'logoWithChanges', showGraphs: true } },

ChrisRG711 avatar Nov 07 '23 12:11 ChrisRG711

ok, it seems that the currencies you're using are creating some errors. Anyway, the right array to place should be the following

currency: ['ethereum', 'bitcoin','dogecoin','polygon','shiba-inu']

matteodanelli avatar Nov 07 '23 16:11 matteodanelli