zero-btc-screen icon indicating copy to clipboard operation
zero-btc-screen copied to clipboard

Request: Multiple Currencies

Open Shaun-Harrison opened this issue 3 years ago • 8 comments

Is it possible to get multiple cryptocurrencies on this at all?

Shaun-Harrison avatar Apr 28 '21 19:04 Shaun-Harrison

Currently, there is no property in settings, but if you want to track another currency ASAP, you can just change the API URL to that of 'your currency of choice'.

dr-mod avatar Apr 30 '21 15:04 dr-mod

I don't know if @Shaun-Harrison meant multiple graph at once or just an option to quickly change the shown currency.

Maybe we need some clairification

mspark avatar May 26 '21 07:05 mspark

Yeah I meant having the screen essentially scroll through a defined list of currencies, switching from one to another every X amount of time

I have managed to get this done myself though now!

Shaun-Harrison avatar May 26 '21 07:05 Shaun-Harrison

Are you willing to share your code ? :)

mspark avatar May 26 '21 08:05 mspark

Sure, just made my repo private and tidied a lot of it up

By no means am I a dev, work as a devops engineer so can code, but doesn't mean its good :D

https://github.com/Shaun-Harrison/cryptoTickerGraph

Shaun-Harrison avatar May 27 '21 07:05 Shaun-Harrison

Can the timeframe be adjusted? for example 7 days or more instead of 24h

JBP3D avatar Dec 30 '23 11:12 JBP3D

Can the timeframe be adjusted? for example 7 days or more instead of 24h

Yeah there should be a

DATA_SLICE_DAYS = 1

In main.py

Change that to 7

shaunharrisonFR avatar Dec 30 '23 12:12 shaunharrisonFR

Can the timeframe be adjusted? for example 7 days or more instead of 24h

Yeah there should be a

DATA_SLICE_DAYS = 1

In main.py

Change that to 7

thanks!

JBP3D avatar Dec 30 '23 13:12 JBP3D