aapthorp wrote: 
> Apologies for cross-posting, but I realize that I posted my 'question in
> the wrong thread'
> (https://forums.slimdevices.com/showthread.php?73827-Announce-Weather-Screensafer-for-Radio-Touch-Controller&p=963969&viewfull=1#post963969).
> 
> Having installed SuperDateTime and the Custom Clock App it seems that I
> have to force a refresh via Extras>SuperDateTime after I restart my
> server. If I don't do that then the weather data is blank in Custom
> Clock.

When SDT starts it waits 90 seconds and then looks for players like your
Touch and receiver that don't trigger SDT to refresh as a legacy player
does.  The same check for attached players is done whenever you enter
the Extras>SuperDateTime menu.  Usually 90 seconds is plenty of time for
the LMS server to come up and detect the attached players.  

If your players are not powered up before your server is powered on this
will cause what you are seeing.  If the players are powered up first, it
would appear your server is taking longer than expected before players
can be detected.  What are you running LMS on?

If you want to see if a longer delay before checking for players will
help, you can edit line 2149 of the plugin.pm file (shown below) by
increasing the 90 to a larger number.

Code:
--------------------
        Slim::Utils::Timers::setTimer(undef, Time::HiRes::time() + 90, 
\&duetCheck);
  
--------------------


------------------------------------------------------------------------
BoomX2's Profile: http://forums.slimdevices.com/member.php?userid=33529
View this thread: http://forums.slimdevices.com/showthread.php?t=14327

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to