No display
In my installation the header displays. I can see the payload come in through debugging. But nothing displays on the MM screen. any suggestions?
Hi! Can you write your configuration so I can debug better? Thanks!
{ 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 } },
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']