Stingracer wrote: 
> That's great news. I'm looking forward to it! Thanks for your work! Keep
> it up!
> 
> Edit: When using %J or %K the SBT is not showing the wind speed but the
> direction for example NNW?

It should be concatenating the numerical wind speed value onto the wind
compass direction.  Double check to see if you have a number after the
direction that might be clipped off in your Custom Clock screen if
enough space is not available.


Code:
--------------------
    
                $wetData{'wu_windspeed_mh'} = $windDirCompass.$windSpeedMH;
                $wetData{'wu_windspeed_kh'} = $windDirCompass.$windSpeedKH;
                $wetData{'wu_windspeed_ms'} = $windDirCompass.$windSpeedMS;
                $wetData{'wu_windspeed_kth'} = $windDirCompass.$windSpeedKTH;
  
  
--------------------


PS - I figured out how to retrieve decimal temperature values from
wunderground.  I will release a new version of SDT later this week with
this change.  Before making the release I will confirm wind speeds are
being returned as intended.


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

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

Reply via email to