BoomX2;666431 Wrote: 
> I found the issue with SDT not parsing the Weather Underground data
> correctly.
> 
> To fix your copy look for the following line in the gotWunderground sub
> and change "-3" to "-2".  
> 
> Before:
> > 
Code:
--------------------
  >   > 
  > if($ary[scalar(@ary)-3] =~ 
/^20\d\d-.*?,(.*?),(.*?),(.*?),(.*?),.*?,(.*?),.*?,(.*?),.*?,(.*?),(.*?),.*,/) {
  > 
--------------------
> > 
> After:
> > 
Code:
--------------------
  >   > 
  > if($ary[scalar(@ary)-2] =~ 
/^20\d\d-.*?,(.*?),(.*?),(.*?),(.*?),.*?,(.*?),.*?,(.*?),.*?,(.*?),(.*?),.*,/) {
  > 
--------------------
> > 
> 
> In version 5.9.8 it's located at line# 3636.
> 
> Hope this helps out.
> Don

Apologies if I sound thick here but where is the file I need to edit.
I'm using server version 7.6.1 running on Windows 7 with the version of
Superdatetime taken directly from its installs (rather than downloading
from Gregs site).


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

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to