gethomepage / homepage

A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations.
https://gethomepage.dev
GNU General Public License v3.0
19.41k stars 1.16k forks source link

How to setup the Coinmarket widget? #158

Closed JDsnyke closed 2 years ago

JDsnyke commented 2 years ago

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?

Nonoss117 commented 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

benphelps commented 2 years ago

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
ProblemCauser commented 2 years ago

The example code worked perfectly for me.

github-actions[bot] commented 9 months ago

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.