Skip to content

Horoscope

project-owner edited this page Jun 11, 2023 · 3 revisions

The Horoscope screensaver shows daily horoscopes for 12 zodiac signs. The player uses the Google Translate API to translate texts from English to other languages.

horoscope-1

Configuration Parameters

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

[Plugin Configuration]
update.period = 16

[Zodiac]
aries = True
taurus = True
gemini = True
cancer = True
leo = True
virgo = True
libra = True
scorpio = True
sagittarius = True
capricorn = True
aquarius = True
pisces = True

  • update.period - defines in seconds time interval for screen updates.
  • Zodiac - each zodiac sign can be enables/disabled in this section.

The same parameters can be also specified in the Configuration Web UI:

horoscope-2

<<Previous | Next>>

Clone this wiki locally