Closed JDsnyke closed 2 years ago
Hi,
may be this can help you : in the wiki: https://github.com/benphelps/homepage/wiki/Service-Widgets#coin-market-cap
and here : https://github.com/benphelps/homepage/pull/118#issue-1369353651
A full example would be:
Inside of your services.yaml
, under an existing group,
- Coin Market Cap:
icon: https://combinatronics.com/benphelps/homepage/main/images/icons/coinmarketcap.png
description: Cryptocurrency Tracker
widget:
type: coinmarketcap
currency: USD
symbols: [BTC, LTC, ETH]
key: yourapikeyhereyourapikeyhere
The example code worked perfectly for me.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns.
I've noticed that the coinmarketcap widget has been introduced, but there is no clear documentation on how to set it up? Could the wiki be updated please?