Home of the Squeezebox™ & Transporter® network music players.
Page 68 of 269 FirstFirst ... 1858666768697078118168 ... LastLast
Results 671 to 680 of 2685
  1. #671
    Member
    Join Date
    Aug 2007
    Posts
    31
    Thank you very much for the reply.
    I created the directory SlimServer/server/Plugins and unzipped SuperDateTime into Plugins. All of the SuperDateTime subdirectories and their contents look OK, but SlimServer doesn't recognize the plugin.

  2. #672
    Senior Member GoCubs's Avatar
    Join Date
    Apr 2005
    Location
    Chicago, IL
    Posts
    1,569
    Quote Originally Posted by robbiex View Post
    Thank you very much for the reply.
    I created the directory SlimServer/server/Plugins and unzipped SuperDateTime into Plugins. All of the SuperDateTime subdirectories and their contents look OK, but SlimServer doesn't recognize the plugin.
    I know the current beta build worked with the 7.0 nightly dated 7/16. 7.0 is a moving target so something probably changed recently that is preventing it from loading. When I have some time I'll fetch the latest nightly build and see what I can determine.

    -Greg

  3. #673
    Babelfish's Best Boy mherger's Avatar
    Join Date
    Apr 2005
    Location
    Switzerland
    Posts
    18,933

    Announce: SuperDateTime - CurrentDate/Temperature and/or Baseball Screensaver

    > I know the current beta build worked with the 7.0 nightly dated 7/16.
    > 7.0 is a moving target so something probably changed recently that is
    > preventing it from loading. When I have some time I'll fetch the
    > latest nightly build and see what I can determine.


    Greg - there have been little to know changes in the plugin code. Do you
    distribute a .par package with the plugin?

    robbiex - sometimes SlimServer isn't recognizing new plugins reliably.
    Please remove Caches/plugin-data.yaml and restart SlimServer. This often
    does help.

    --

    Michael

    -----------------------------------------------------------------
    http://www.herger.net/SlimCD - your SlimServer on a CD
    http://www.herger.net/slim - AlbumReview, Biography, MusicInfoSCR

  4. #674
    Member
    Join Date
    Aug 2007
    Posts
    31
    Hi Greg & Michael,

    Thank you very much for your assistance.
    After deleting plugin-data.yaml and re-starting SlimServer, the SuperDateTime plugin is correctly recognized.

    Robbie

  5. #675
    Junior Member
    Join Date
    Aug 2007
    Posts
    3

    SuperDateTime v5.0.10 stopped updating temperature and humidity

    Hello,
    I've used the SuperDateTime plugin on my SB3 for some week now without any problems. Since yesterday the temperature (%T) and the humidity (%h) are not updated anymore.
    Is it possible that the website has changed its format and therefore SuperDateTime is unable to read the values properly?

    Thanks,
    Juergen

  6. #676
    Junior Member
    Join Date
    Dec 2005
    Posts
    13
    I'm seeing the same thing as well.

  7. #677
    Senior Member
    Join Date
    Apr 2005
    Posts
    180
    Yup. Same here. My weather is for London, UK if that helps.

    'Low' temp and 'Prec %' are still displaying OK.

    Chippy

  8. #678
    Kim B. Heino
    Guest

    Announce: SuperDateTime -Current Date/Temperature and/or Baseball Screensaver

    > Yup. Same here. My weather is for London, UK if that helps.

    Same here too. Looks like weather.com has changed their html code. Until
    Greg updates his plugin, you can use this small patch to parse at least
    temperature, feels like, humidity and wind data.


    --- Plugin.orig 2007-08-22 19:52:25.000000000 +0300
    +++ Plugin.pm 2007-08-22 20:26:29.000000000 +0300
    @@ -2501,17 +2501,18 @@
    @btmLinePreSpace = (); #Wipe old bottom line pre spaces (although
    they probably wont change)

    for (@ary) {
    - if (/obsTempTextA>(-*\d+)\s*&deg\;F.+Feels
    Like<BR>\s*(-*\d+)\s*\&d/) {
    + if (/obsTempTextA">(-*\d+)\s*&deg\;F/) {
    $temperatureF = $1;
    - $feelslikeF = $2;
    -
    $temperatureC = FtoC($temperatureF);
    - $feelslikeC = FtoC($feelslikeF);
    }
    - elsif (/<TD VALIGN="top" CLASS="obsTextA">(\d+%)<\/td>/) {
    + elsif (/Feels Like<br.>(-*\d+)\s*&deg\;F/) {
    + $feelslikeF = $1;
    + $feelslikeC = FtoC($feelslikeF);
    + }
    + elsif (/Humidity.*crowval">(\d+%)<\/div>/) {
    $humidity = $1;
    }
    - elsif (/CLASS="obsTextA">From (.+) at (\d+) mph/) {
    + elsif (/class="crowval">From (.+) at (\d+) mph/) {
    if ($windspeedUnit == 0) { #miles/hr
    $windspeed = $1 . $2;
    }


  9. #679
    Senior Member ds2021's Avatar
    Join Date
    Feb 2007
    Posts
    132
    It seems like weather.com has changed something on their site that is affecting the display of this plugin. After working well for some time, and with no changes in the version of Slimserver (6.5.2), the temperatures have suddenly disappeared for Montreal, Canada. The forecast itself seems intact however.

    Any solution?

  10. #680
    Senior Member GoCubs's Avatar
    Join Date
    Apr 2005
    Location
    Chicago, IL
    Posts
    1,569
    Quote Originally Posted by ds2021 View Post
    It seems like weather.com has changed something on their site that is affecting the display of this plugin. After working well for some time, and with no changes in the version of Slimserver (6.5.2), the temperatures have suddenly disappeared for Montreal, Canada. The forecast itself seems intact however.

    Any solution?
    Sorry guys, I'm out of town and haven't gotten a chance to check the forums. Are people still experiencing the problem? My local copy on my laptop appears to be parsing the data fine.

    -Greg

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •