What's new

Heeeelp!

ragecody

New Member
Joined
Aug 21, 2010
Messages
3
Reaction score
0
Im terrible with computers... i downloaded this theme but i have no idea how to change my location
I live in the u.s. in ingleside IL 60041
This is what im looking at, it would be very much appreciated if someone could tell me what to change/*ÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐ ÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐ*/
// WEATHER SETTINGS

// Produced by Adam Watkins (StupidPupil)
// Modified by Craig Laparo ([email protected])

// Will be displayed on the weather header.
// Ex. "OCN|AU|VIC|MELBOURNE", "ASI|PH|MAKATI" e.g. 'Defiance, Ohio'|'Moscow, Russia'|'London, UK'
// some more samples:
// var locales = [ "EUR|FR|FR021|NICE" ]; //NICE, FRANCE
// var locales = [ "NAM|CA|ON|OTTAWA" ]; //OTTAWA, CANADA
// Visit AccuWeather.com to find something that works



var locales = [ "EUR|LU|LU003|LUXEMBOURG" ]; //LUXEMBOURG



var isCelsius = true;
// Set to 'false' if you'd prefer Farenheit
// leave true for Celsius
var useRealFeel = true;
// Use 'Real Feel' temperatures where possible, taking into account Wind Chill, Humidity etc.



var weatherUpdateInterval = 15; //Minutes
// Defines refresh rate of weather infos in minutes
// To disable automatic refresh, set to 0 (will update only on respring)
 
Top