Thanks Dan, when I fill in all the details AppID etc from yahoo, I get internal server error when I submit. How would I check to see if it is working? Under options I set the location, does it use that to get the weather? If I run it manually I get
pi@SIP:~/SIP/plugins $ sudo python weather_adj.py
Traceback (most recent call last):
File "weather_adj.py", line 17, in <module>
from urls import urls # Get access to SIP's URLs
ImportError: No module named urls
pi@SIP:~/SIP/plugins $
pi@SIP:~/SIP/plugins $ sudo python weather_adj.py
Traceback (most recent call last):
File "weather_adj.py", line 17, in <module>
from urls import urls # Get access to SIP's URLs
ImportError: No module named urls
pi@SIP:~/SIP/plugins $