You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
I'm fairly sure I've had no graph updating for the last week.
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!
The text was updated successfully, but these errors were encountered: