Themabewertung:
  • 0 Bewertung(en) - 0 im Durchschnitt
  • 1
  • 2
  • 3
  • 4
  • 5

binDelnoch.theme Widget Problem
#1
Lightning 

hi leute,

ich habe n problem mit dem wetterwidget vom oben genannten theme.
ich wohne in hannover und habe das in die js datei geschrieben, aber irgendwie bekomme ich da ganz andere werte rein, als es tatsächlich ist...

Zitat:// WeatherWidget.theme
// Produced by Adam Watkins (http://www.stupidpupil.co.uk)

// The location field should be a relatively machine-legible string
// if using the default, Apple/AccuWeather parser (originally from Leopard's Weather.wdgt)
var locale = "Hannover, Germany" //"OCN|AU|VIC|MELBOURNE" //"ASI|PH|RP077|MAKATI" //e.g. 'Defiance, Ohio'|'Moscow, Russia'|'Ledyard, AT'|'London, UK'

// Set to 'false' if you'd prefer Farenheit
var isCelsius = true //true|false

// Use 'Real Feel' temperatures where possible, taking into account Wind Chill, Humidity etc.
var useRealFeel = false //true|false

/*––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
//Enable Wallpaper and/or Lock Screen
var enableWallpaper = false; //true|false
var enableLockScreen = true; //true|false [Currently, it is suggested that the lockScreen is disabled.]

// Supplied styles are 'originalBubble', 'myopia', 'iconOnly' and 'split'.
// (Add your own to the CSS folder!)
var stylesheetWall = 'oneLine' //'originalBubble'|'myopia'|'iconOnly'|'split'|'oneLine'
var stylesheetLock = 'twoLine' //See above.

// The only supplied icon set is 'klear'
// Images must follow the same naming schema as the 'klear' set (borrowed from KWeather)
var iconSetWall = 'klear' //'klear'|'tango'
var iconExtWall = ".png" //'.png'|.'gif' etc.
var iconSetLock = 'minis' //See above.
var iconExtLock = '.png' //See above.


/*––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

// The other available source is 'yahooWeather' which for the 'locale'
// requires a US zip or location code (e.g. UKXX0085 or CHXX0008) from http://weather.yahoo.com
var source = 'appleAccuweatherStolen' //'appleAccuweatherStolen'|'yahooWeather'

// Please endeavour to set this to a sensible value if you really must change it...
var updateInterval = 25 //Minutes

außerdem kommt beim weather widget auch die ganze zeit die sonne, onwohl es draußen regnet :P#

hier mal n screenshot dazu...
       

wäre cool wenn ihr mir helfen könntet

mfg

esko one
Zitieren
#2

Hallo,

ändern am besten mal die 2 Zeilen.
So hast Du die "richtigeren" Gradzahlen.

Code:
var locale = "GMXX0051" //e.g. 'Defiance, Ohio'|'Moscow, Russia'|'Ledyard, AT'|'London, UK'

Code:
var source = 'yahooWeather' //'appleAccuweatherStolen'|'yahooWeather'
Zitieren
#3

vielen dank, das scheint zu funktionieren...

habe das gleiche problem auch hier

Zitat:/* Weather Config */
/*---------------------------------- SringBoard options ----------------------------------*/

/* SringBoard weather Enabled?

Not used here

var enableWallpaper = true
*/

/* SytleSheets Pick one from the list and imput its name after var stylesheetWall = "***** */ /* NEW!! */

var stylesheetWall = "Top-(White)"

/*
Style sheets

1. Bottom
2. Bottom-(White)
3. Top
4. Top-(White)

*/


/* Icon Styles Pick one from the list and imput its name after var iconSetWall = "***** */ /* NEW!! */

var iconSetWall = "katra"

/*
Icon Sets

1. klear
2. tango
3. rycon

*/

/* Icon Extensions Pick one from the list and imput its name after var iconExtWall = "***** */ /* NEW!! */


var iconExtWall = ".png"

/*
Icon Extensions

1. .png
2. .gif

*/


/*---------------------------------- Lockscreen options ----------------------------------*/

/* Lockscreen Enabled? */

var enableLockScreen = false

/* SytleSheets Pick one from the list and imput its name after var stylesheetLock = "***** */ /* NEW!! */

var stylesheetLock = "LockScreen"

/*
Style sheets

1. LockScreen

*/


/* Icon Styles Pick one from the list and imput its name after var iconSetLock = "***** */ /* NEW!! */

var iconSetLock = "katra"

/*
Icon Sets

1. klear
2. tango
3. rycon

*/


/* Icon Extensions Pick one from the list and imput its name after var iconExtLock = "***** */ /* NEW!! */


var iconExtLock = ".png"

/*
Icon Extensions

1. .png
2. .gif

*/


/*---------------------------------- options ----------------------------------*/

/* There are two sources available, 'appleAccuweatherStolen' and 'yahooWeather'. */

var source = "appleAccuweatherStolen"


/* Two methodes to set up your location depending on the source:
accuWeather: 'Hannover, Germany' (e.g. 'Karlsruhe, Germany')
yahooWeather: 'US zip' or 'location code' (e.g. Uk Dumbarton = UKXX0663 ) */

var locale = "Hannover, Germany"

/* Set to 'false' for Farenheit. */

var isCelsius = true

/* AccuWeather RealFeel Temperature Enabled? */

var useRealFeel = false

/* Update interval */

var updateInterval = 25


soll ich einfach das gleiche auch dort machen?

//EDIT

super danke, hab alles hinbekommen :P nur jetzt zeigts aufm lockscreen nicht mehr die wetter vorhersagen fuer die naechsten paar tage an, aber ist nicht weiter schlimm :P

mfg

esko one
Zitieren
#4

Ja, musst eben drauf achten, dass yahooWeather eingestellt ist, und den richtigen Stadtcode für Hannover drinne hast. Sind aber ja auch nur 2 Einträge die Du dort switchen musst.
Zitieren


Möglicherweise verwandte Themen…
Thema / Verfasser Antworten Ansichten Letzter Beitrag



Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste