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
Hi, it seems that cryptolive module is not updating the prices while toplists works fine.
according to here, I tried to make request to https://min-api.cryptocompare.com/data/price?fsym=BTC&tsyms=, there is nothing returned from server, while https://min-api.cryptocompare.com/data/price?fsym=BTC&tsyms=USD returned a correct result.
The attached image shows what I get from the current configuration in the document:
And here is my config:
cryptolive:
enabled: true
position:
top: 5
left: 2
height: 1
width: 2
updateInterval: 15
currencies:
BTC:
displayName: Bitcoin
to:
- USD
- EUR
- ETH
- LTC
- DOGE
LTC:
displayName: Ethereum
to:
- USD
- EUR
- BTC
top:
BTC:
displayName: Bitcoin
limit: 5
to:
- USD
colors:
from:
name: coral
displayName: grey
to:
name: white
price: green
top:
from:
name: grey
displayName: coral
to:
name: red
field: white
value: green
The text was updated successfully, but these errors were encountered:
Hi, it seems that cryptolive module is not updating the prices while toplists works fine.
according to here, I tried to make request to
https://min-api.cryptocompare.com/data/price?fsym=BTC&tsyms=
, there is nothing returned from server, whilehttps://min-api.cryptocompare.com/data/price?fsym=BTC&tsyms=USD
returned a correct result.The attached image shows what I get from the current configuration in the document:
And here is my config:
The text was updated successfully, but these errors were encountered: