(10.05.2011, 22:10)Uhoffi schrieb: Wetter bleibt bei mir auch nach dem Respring, bekomms nur nich auf c umgestellt.
Lockscreen den Sonnen und Mondaufgang in eine 24Std. Ansicht umstellen such ich auch schon seit gestern.
In order to have Celcius show instead of fahrenheit, you need to edit the functions.js file.
- In ifile, navigate to Dreamboard/AppleWEB HD V2/Widgets/HTC/functions.js and open the file.
- Click EDIT at the top left.
- Near the end of the script, go to the following function:
function fetchWeatherData (callback, zip)
{
url="http://weather.yahooapis.com/forecastrss?u=f&p=";
var xml_request = new XMLHttpRequest();
xml_request.onload = function(e) {xml_loaded(e, xml_request, callback);}
xml_request.overrideMimeType("text/xml");
xml_request.open("GET", url+zip);
xml_request.setRequestHeader("Cache-Control", "no-cache");
xml_request.send(null);
return xml_request;
}
- In the first line of the function(the URL), change the 'f' to a 'c'
- Click SAVE in the upper right, then DONE
- Close iFile
- Respring