--- infoscreen/infoscreen.conf 2010/06/22 21:01:37 876 +++ infoscreen/infoscreen.conf 2010/06/25 07:17:40 902 @@ -21,10 +21,20 @@ #this screens ID in the backend system (Used in Xml and SimpleWeb) screenid=1 +#xmlinterval(int) +#with which interval should infoscreen re-fetch the XML data +#value in minutes +xmlinterval=30 + #enablescreenmanager (bool) #should the screenmanager control whether the screen is on or off -enablescreenmanager=1 +enablescreenmanager=0 screenmanager_on=06:00:00 screenmanager_off=22:00:00 + +#showclock (bool) +#show a current time in upper-left corner +showclock=0 +