23.03.2013, 13:47
@oldster Wie gesagt, läuft bei mir nicht Dein Paket.
@*Leopard* Also bei mir ist immernoch -6 Grad, liegt demnach dann doch nicht an dem var useRealFeel = true oder false
@*Leopard* Also bei mir ist immernoch -6 Grad, liegt demnach dann doch nicht an dem var useRealFeel = true oder false
PHP-Code:
// Use weather.com to find your weathercode
// For example searching for London, UK will get you this URL
// http://www.weather.com/weather/today/London+United+Kingdom+UKXX0085
// The last part UKXX0085 is the weathercode to use
var locale = "GMXX0007" //Zipcode, Postalcode, or Weathercode
var isCelsius = true //true or false
var useRealFeel = true
var updateInterval = 15 //Minutes
var showForecast = true
// If you would rather use your own Lockscreen Background
// set showBackground to true and overwrite the included
// LockBackground.png file
var showBackground = false
var showWeatherAni = true