dr-mod/zero-btc-screen

Request: Multiple Currencies

Opened this issue · 8 comments

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

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'.

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

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!

Are you willing to share your code ? :)

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

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

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

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!