loiccoyle / tinyticker

🚀 A tiny Raspberry Pi powered ePaper ticker
https://loiccoyle.com/tinyticker
MIT License
15 stars 3 forks source link

feat: add `skip_outdated` toggle #42

Closed loiccoyle closed 5 months ago

loiccoyle commented 5 months ago

Adds an option to toggle the skipping of tickers when its data is not recent (this typically happens when the market closed).

closes #37 #41

fangfufu commented 5 months ago

Alright, so if skip_outdated is True, then the a stock ticker wouldn't be updated when the stock market is closed. Is that right? So I need to set it to false.

loiccoyle commented 5 months ago

yeah set it to False if you always want it to display stock data even if the data is old, i.e. the market is currently closed.