mlbonniec / MMM-Coinbase

A module for Michael Teeuw's MagicMirror project that displays your crypto-currencies Coinbase balance.
https://magicmirror.builders/
MIT License
12 stars 11 forks source link

XTZ dzn't work - solution #15

Closed woj-Trek closed 3 years ago

woj-Trek commented 3 years ago

Only XTZ will not appear. Any idea? Edit: OXT too😕

{ module: "MMM-Coinbase", position: "top_center", header: "Coinbase", config: { apiKey: "MY CORRECT KEY", apiSecret: "MY CORRECT API SECRET KEY", wallet: ["NU", "XTZ", "FIL", "COMP", "OXT",], icons: true, label: false } }

Screenshot 2020-12-16 134652
mlbonniec commented 3 years ago

Hello ^^ I don't quite understand the problem. On the screenshot, OXT seem to appear, right?

woj-Trek commented 3 years ago

@mlbonniec

{ module: "MMM-Coinbase", position: "top_center", header: "Coinbase", config: { apiKey: "MY CORRECT KEY", apiSecret: "MY CORRECT API SECRET KEY", wallet: ["XTZ","NU", "FIL", "OXT",], icons: true, label: false } } 201208-MMM-Coinbase

mlbonniec commented 3 years ago

Hi, I personally have no worries, as the screenshot shows. Can you give me your versions, from MagicMirror, MMM-Coinbase and NodeJS. Thanks 🙂

MMM-Coinbase works

Here's my config.js:

{
    module: "MMM-Coinbase",
    position: "top_left",
    header: "Coinbase",
    config: {
        apiKey: "MY_API_KEY",
        apiSecret: "MY_API_SECRET",
        wallet: ["BTC", "LTC", "OXT", "XTZ", "NU", "FIL"],
        icons: true,
        label: false
    }
}
woj-Trek commented 3 years ago

Nodejs v10.23.0 MM 2.13.0 Mmm-Coinbase 1.0.0 (the last one?) Raspbian 10 (buster)

WeeskyBDW commented 3 years ago

Try to update to NodeJS 12

mlbonniec commented 3 years ago

Try to update to NodeJS 12

Yep, you're in an old version of Node. As you can see on the official website https://nodejs.org/en/, the actual version of Node is the v14.x.x For an update to a recent version, I suggest you to read this comment on an other issue, it may help you https://github.com/mlbonniec/MMM-Coinbase/issues/13#issuecomment-748901066

woj-Trek commented 3 years ago

Happy New Year!

New year old problems. I have made all new. XTZ still not appear. Node 15 What can I do, any idea?

woj-Trek commented 3 years ago

And I have the solution! Look this picture below. API_Coinbase I have had all checked.

WeeskyBDW commented 3 years ago

Can you explain ? Because i think no major part of people read the langage of your screen

Thx