Skip to content
project-owner edited this page Mar 22, 2023 · 5 revisions

The Stock screensaver fetches the current information about specified stocks. To get this information the player leverages the Python binding for the Yahoo! Finance API.

Disclaimer

The information in this screensaver should not be used for making any financial decisions.

stock-1

Configuration Parameters

The screensaver configuration parameters can be modified in the file screensaver-config.txt:

[Plugin Configuration]
update.period = 16
ticker = AAPL, AMZN, MSFT, NFLX
  • update.period - defines in seconds time interval for screen updates.
  • ticker - the comma separated list of stock tickers can be specified in this parameter.

These parameters can be specified in the Configuration Web UI as well:

stock-2

<<Previous | Next>>

Contents

Clone this wiki locally