-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What am I doing wrong here? #86
Comments
Same issue here. I went even simpler with my config just to try and get it working and it's just blank. I only see "Currency" and "Price" with a line underneath, nothing else.
|
I just switched to JAST. It does stocks and crypto without a need for API. only downside it does not have all the crypto out there since it uses Yahoo. PRO -Tip when entering crypt, the symbol has to be in this format "BTC-USD" |
Can you please tell me the MagicMirror version you are using? |
I am using v2.17.1 and I am getting the error mentioned in #94. The entire screen goes blank, I don't even get a warning that there is a config error. I get this:
|
go to your main magic mirror directory and type "npm install request" After doing this, your plugin should work fine. |
I was having the same issue, and this fixed it. Thank you :) |
hi mr matteodanelli, i can writing you for a new module amazing with crypto? |
I cant seem to get this to work. What am I doing wrong?
{
module: "MMM-cryptocurrency",
position: "top_right",
config: {
apikey: 'XXXXX Hidden for Privacy XXXXX',
currency: [‘bitcoin’, 'ethereum', ‘ethereum-classic’, ‘xrp’, ‘cardano’],
conversion: ‘USD’,
headers: ['change24h', 'change1h', 'change7d'],
displayType: 'logoWithChanges',
showGraphs: true,
}
},
The text was updated successfully, but these errors were encountered: