Anyone know how to change the city for this widget? Thanks.
Looks like a decent widget, I'll have to try it out. The first result I got when I googled "weatherfurik": http://modmyi.com/forums/skinning-themes-discussion/725374-weatherfurik-help.html Did you already try the configureme.js file?
Edit /Library/Themes/weatherFurikiOs4/Private/WeatherWidget/Private/configureMe.js. Enter zip code or 8-digit location code into "var locale".
Thanks. Also is there a way to keep your wallpaper because it changes it.
Note that if you do it this way, your background will turn black when opening folders.
You can just replace background.png with your wallpaper in the theme folder.
If you want to be able to manually change it through settings, remove this line in wallpaper.html file:
background-image: url("Private/4all/images/wallpaper/Background.png");
and replace it with these lines:
background-image: url("/private/var/mobile/Library/SpringBoard/HomeBackground.jpg");
background-size: 61%;
You can just replace background.png with your wallpaper in the theme folder.
If you want to be able to manually change it through settings, remove this line in wallpaper.html file:
background-image: url("Private/4all/images/wallpaper/Background.png");
and replace it with these lines:
background-image: url("/private/var/mobile/Library/SpringBoard/HomeBackground.jpg");
background-size: 61%;
Edit /Library/Themes/weatherFurikiOs4/Private/WeatherWidget/Private/configureMe.js. Enter zip code or 8-digit location code into "var locale".
I'm a tad OCD about it, although I have the widget moved to where I want it, I disabled it until someone can figure it out. I have quite a few folders.It does, but it isn't a big deal to me. I actually didn't notice it for a while. Too small of a detail to matter.
Take out Knoxville and just put your zip in
I still can not change the weather location I did
The location field should be a relatively machine-legible string
// if using the default, Apple/AccuWeather parser (knoxville,tn)
var locale = "Knoxville, Tn 37918" //e.g. 'Defiance, Ohio'|'Moscow, Russia'|'Ledyard, AT'|'London, UK'|"USNY0996"
// Set to 'false' if you'd prefer Farenheit
var isCelsius = false //true|false
it is still showing up as Tashkent 22 for me instead of my location.
still Not working lol I am trying everything
// 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 = "37918" //e.g. 'Defiance, Ohio'|'Moscow, Russia'|'Ledyard, AT'|'London, UK'|"USNY0996"
// Set to 'false' if you'd prefer Farenheit
var isCelsius = false //true|false
// Use 'Real Feel' temperatures where possible, taking into account Wind Chill, Humidity etc.
var useRealFeel = false //true|false
// 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 = 'yahooWeather' //'appleAccuweatherStolen'|'yahooWeather'
did you respring?......i know i have to with most of these types of HTML themes.
There are two Configureme.js files, make sure you've edited both.Of course every single time
Of course every single time
There are two configureMe.js files. I have no idea why. Everything works, but it's set up poorly.
One is in the /private folder.
The other is in /private/WeatherWidget/private
The second one is the file that needs to be edited.
edit: just erase the two setup files in /private.
Thanks that did work, But now the weather is in the upper left corner with a blue box ? it has the correct city and temp but its in the wrong section and no pic. I have been googling and reading everything I can with no info on what exactly I am doing wrong this is not the first time I SSH something either.