Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
we have been talking about weatherfurik for nearly a week already in the "jailbroke homescreen thread"

i love it!
 

Attachments

  • cool5.PNG
    cool5.PNG
    957.4 KB · Views: 188
  • cool3.PNG
    cool3.PNG
    848.8 KB · Views: 168
  • cool.PNG
    cool.PNG
    1,015.3 KB · Views: 165
  • cool6.PNG
    cool6.PNG
    1,012.9 KB · Views: 159
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.
 
Thanks. Also is there a way to keep your wallpaper because it changes it.

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: 60%;
 
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%;

I tried this but can't find it
Could you post the path for the right folder

Thanks

Can't get my background changed at all.
 
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%;

Nice one chargerfan. Thanks.
 
Edit /Library/Themes/weatherFurikiOs4/Private/WeatherWidget/Private/configureMe.js. Enter zip code or 8-digit location code into "var locale".

I am havig issues seeing this in WINSCP I have open SSH installed but can not get to themes, Isee library but not themes when I open it up.
 
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.
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.
 
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.
 
Take out Knoxville and just put your zip in

did this still not working

// The location field should be a relatively machine-legible string
// if using the default, Apple/AccuWeather parser (37918)
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
 
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.

in the configureMe.js do this....only put your zipcode in quotes....mine is like this

// 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 = '14132' //e.g. 'Defiance, Ohio'|'Moscow, Russia'|'Ledyard, AT'|'London, UK'|"USNY0996"


then scroll down further,and find where it says this...be sure it says var source='yahooWeather'

// 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'
 
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'
 
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.

also i forgot....are you sure your in the correct configureMe file?....you must go deeper into path.....like this

/private/var/stash/Themes/WeatherFurik.theme/Private/WeatherWidget/Private/configureMe.js
 
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.
 
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.
 
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.

I wouldn't know. You did something wrong. I only edited a few things and it came out the way I wanted it. If you changed around too many things, maybe you can just reload the theme from scratch and then just edit the config file.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.