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

cryptolive not updates prices #1041

Closed
zye1996 opened this issue Jan 2, 2021 · 1 comment
Closed

cryptolive not updates prices #1041

zye1996 opened this issue Jan 2, 2021 · 1 comment

Comments

@zye1996
Copy link
Contributor

zye1996 commented Jan 2, 2021

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:
Screen Shot 2021-01-02 at 3 44 11 PM

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
@zye1996
Copy link
Contributor Author

zye1996 commented Jan 2, 2021

created a pull request here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants