Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
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.

all I changed was the zip code nothing else soooo yea


Edit thank you figured it out. I had summerboard off dork I am thank you all for your help.
 
any one having an issue where after about 3-4 hours it will stop updating and get stuck on a temperature? I have to do a respring to get it working again. Any fix for this? I have my update interval at 30 min
 
I cannot figure out how to change the wallpaper either, tried everything I can think of and it stays on the default wallpaper..
 
so from what i gather the only way to get this to show your correct weather info is to ssh into it? sorry for my lack of knowledge i dont have ssh yet and am kinda intimidated with the whole thing. i still dont quite understand it im sure because i havent downloaded it and gave it a try but ya. so when you ssh can you just download the app from cydia and go? or do you have to be connected to your computer and do it like that? sorry once again for either thread jacking or causing confusion. thanks
 
I never got the hang of ssh
I find iphonebrowser or ifunbox to be easier.
Download app
Open winterboard and tick
Navigate to theme folder and alter the configureme file with your zipcode
 
thanks a bunch for the quick and helpful response. very refreshing on here latley.... i actually just tried a search on cydia to no avail. i cant find either one of them is there something im missing?
 
They're both programs for the PC
Not on cydia

Download them then have a look and get familiar with it.

I use file too ( find on cydia )
You use it on the iPhone to browse and alter system files, very handy for this kind of job.
 
ok i downloaded file from cydia but what do i do now? do i go into safari and type something to view the system files? im a little confused at this point
 
Its been awehile since i've used SSH. I normall just use iFile and aDownloader to get all my files moved and changed. But once you have SSH installed on your phone, you'll want to move over to your desktop. I have a Win7 desktop. I used WinSCP which is a FTP program. Open it up, use the IP Address shown on SBSettings on your iphone, passward is "alpine" unless you've changed it, then you drill down to the file you want and change it. Really it sounds harder then it is. Once you've done it once you'll know what to do.
 
hey guys, any1 know why my damn weather icon moved?? all i did was added

PHP:
#desc{
	text-transform:capitalize;
	color: white;

so that RAIN, MOSTLY CLOUDY, ETC to show up....is that the problem?

3a43c9d2.jpg
 
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%;


anyone get this to work? Heck i cant even find the lines mentioned above in wallpaper.html . Not sure if me using a IP4 has anything to do with it though.
 
Same here also been looking all over to try and change background without any luck. Also on IP4, wonder if that has anything to do with.
 
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 messed with the background-size value and found that 60% is actually better for me. I think the wallpaper is accurately shown at this number.

To the people above, I did this on the iPhone 4, so that isn't why you aren't getting it. Either you are using the wrong theme, or you aren't looking well enough. Use the search function in your editor to find the right line.
 
could anyone tell me how to do this? I have a dark background and want white text. Thanks.

sorry, been out all morning.

in WeatherWidget>Private>Stylesheets>myopia.css
i changed the city color to this: d1d1d1

also, background change works here. i just made a png, and replaced Wallpaper.png in the root level folder of the app...
 
<?xml version="1.0" encoding="UTF-16"?>
<html><head>
** *<base href="Private/"/>
** *<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>

** *<style>
** * * *body {
** * * * * *background-color: none;
** * * * * *margin: 0;
** * * * * *padding: 20px 0 0 0;
** * * * * *height: 480px;
** * * * * *width: 320px;
** * * *}
** * * *</style>


** * * *<script type="text/javascript" src="configureMe.js"/>
** * * *<script type="text/javascript" src="Wallpaper.js"/>

</head>
<body onload="onLoad()">

<div id="WeatherContainer">
<div id="TextContainer">
<p id="city">Loading...</p>
<p id="temp">-º</p>
<p id="desc">-</p>
</div>
<img id="weatherIcon" src=""/>
</div>

</body></html>

That's what I see when I open my wallpaper.HTML. Is there something I'm missing? This is on iPhone 4 running 4.0.1
 
<?xml version="1.0" encoding="UTF-16"?>
<html><head>
** *<base href="Private/"/>
** *<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>

** *<style>
** * * *body {
** * * * * *background-color: none;
** * * * * *margin: 0;
** * * * * *padding: 20px 0 0 0;
** * * * * *height: 480px;
** * * * * *width: 320px;
** * * *}
** * * *</style>


** * * *<script type="text/javascript" src="configureMe.js"/>
** * * *<script type="text/javascript" src="Wallpaper.js"/>

</head>
<body onload="onLoad()">

<div id="WeatherContainer">
<div id="TextContainer">
<p id="city">Loading...</p>
<p id="temp">-º</p>
<p id="desc">-</p>
</div>
<img id="weatherIcon" src=""/>
</div>

</body></html>

That's what I see when I open my wallpaper.HTML. Is there something I'm missing? This is on iPhone 4 running 4.0.1

You have a different version than the one I do. I downloaded it from Cydia too.

Just add the background line within the style brackets.
 
^^ I tried that still no joy


<?xml version="1.0" encoding="UTF-16"?>
<html><head>
** *<base href="Private/"/>
** *<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>

** *<style>
** * * *body {
** * * * * *background-color: none;
** * * * * *margin: 0;
** * * * * *padding: 20px 0 0 0;
** * * * * *height: 480px;
** * * * * *width: 320px;
** * * *}
background-image:url("/private/var/mobile/Library/SpringBoard/HomeBackground.jpg");background-size: 61%;
** * * *</style>


** * * *<script type="text/javascript" src="configureMe.js"/>
** * * *<script type="text/javascript" src="Wallpaper.js"/>

</head>
<body onload="onLoad()">

<div id="WeatherContainer">
<div id="TextContainer">
<p id="city">Loading...</p>
<p id="temp">-º</p>
<p id="desc">-</p>
</div>
<img id="weatherIcon" src=""/>
</div>

</body></html>
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.