Horoscope - project-owner/Peppy.doc GitHub Wiki

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.

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:

<<Previous | Next>>