Skip to content
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

Graph not updating #25

Closed
adamlove86 opened this issue Jan 31, 2022 · 3 comments
Closed

Graph not updating #25

adamlove86 opened this issue Jan 31, 2022 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@adamlove86
Copy link

I'm fairly sure I've had no graph updating for the last week.

image

Here are my settings:
{
module: 'MMM-CoinMarketCap',
position: 'top_center',
header: 'Cryptocurrencies',
config: {
apiKey: 'XXX',
currencies: [
'ethereum',
'bitcoin',
'solana',
'litecoin',
'ftx-token',
'binance-coin',
'hedera-hashgraph',
'luna',
'xrp',
'cardano',
'theta-fuel',
'polygon',
],
view: 'graphWithChanges',
graphRange: '1',
conversion: 'USD',
showColumnHeaders: false,
columns: [
'logo',
'name',
'changes',
'price',
'graph'
],
significantDigits: 3,
decimalPlaces: 3
}

Have tried with graphRange: '1', as well as 7; same graph is showing. Was originally without this line when I tried to troubleshoot.

Thanks for your help and the great plugin!

@glitch452
Copy link
Owner

Took a quick look. I believe you are correct. I noticed a change in the URL structure for the graphs from using USD to using the CMC internal id... I'll update the module when I have a few minutes. Thanks for the ticket!

@glitch452 glitch452 self-assigned this Jan 31, 2022
@glitch452 glitch452 added the bug Something isn't working label Jan 31, 2022
@glitch452 glitch452 mentioned this issue Feb 2, 2022
@glitch452
Copy link
Owner

This should be resolved with the latest version, please update. Thanks!

@adamlove86
Copy link
Author

Legend! Thank you so much and is working great again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants