Thread: Moving Status Bar Weather Icons
-
07-08-2009, 05:26 PM #1
Moving Status Bar Weather Icons
Sorry to make a new post but I have searched all over but could not find the answer I needed. I am trying to get the weather icon image and the weather temperature moved to the left next to the signal bars. Right where the carrier info would be. Does anyone know which PLIST I would have to change and what information I would have to enter or alter? I have the WeatherIcon app and Katra-based Weather Icon installed. Thanks in advance.
-
07-08-2009, 05:43 PM #2Livin the iPhone Life
- Join Date
- Aug 2007
- Location
- LA
- Posts
- 2,387
- Thanks
- 105
- Thanked 304 Times in 276 Posts
You need to edit the style sheet (the one you have selected) that's in the wbApp folder.
There are many settings so be careful.
It should look something like:
#TextContainer{
clear: both;
font-size:12.5px;
text-align: left;
padding-left:25px;
where you would edit the padding-left: option
They are .css files but you can edit them in wordpad.
-
The Following User Says Thank You to Simtech For This Useful Post:
TheOrioles33 (07-08-2009)
-
07-08-2009, 06:05 PM #3
I don't think he's using wbapp, he's using weathericon. There's a plist in the theme file for weathericon, but I'm not sure whether it's possible to do what you want. Try asking Stimpy5050 over at macthemes -- he's the author of weathericon and there's a 60-page thread there that he responds to all the time.
-
The Following User Says Thank You to Spamdumpster For This Useful Post:
TheOrioles33 (07-08-2009)
-
07-08-2009, 06:11 PM #4
Thanks for the quick reply SimTech. Now its time for my stupidity to show. What and where is the wbApp folder? I looked everywhere and didnt see anything with that name. Sorry and thanks again!
Oh! Thats a separate app. You are correct, I am using weathericon. I will check out macthemes.
Thanks to both of you!Last edited by TheOrioles33; 07-08-2009 at 06:11 PM. Reason: Automerged Doublepost
-
07-10-2009, 07:08 AM #5Livin the iPhone Life
- Join Date
- Aug 2007
- Location
- LA
- Posts
- 2,387
- Thanks
- 105
- Thanked 304 Times in 276 Posts

I got mine to work. Here is my .css file settings:
#WeatherContainer{
float:right;
margin-top:-25px;
margin-right:262px;
color:white;
padding:5px 5px 5px 5px;
}
#TextContainer{
clear: both;
text-align: center;
font-family: sans-serif;
text-shadow: rgba(0,0,0,1) 0 0 4px;
font-weight: bold;}
#city{
display: none;
}
#TextContainer p{
padding:0;
margin:0;
}
#desc{
text-transform:capitalize;
display:none;
}
#temp{
font-size: 13px;
}
#weatherIcon{
height:17px;
width:17px;
border:none;
float: right;
margin-top:-15px;
margin-right:-18px;
}
-
The Following User Says Thank You to Simtech For This Useful Post:
TheOrioles33 (07-10-2009)
-
07-10-2009, 07:39 AM #6
Simtech, THATS AWESOME! Can I just ask what you have installed as far as the weather components? I have WeatherIcon and the KatraTheme. Not sure if I even need both but its working. Thanks again!!!
-
07-10-2009, 08:05 AM #7Livin the iPhone Life
- Join Date
- Aug 2007
- Location
- LA
- Posts
- 2,387
- Thanks
- 105
- Thanked 304 Times in 276 Posts
All I have installed is WbApp. It has a lot of functions as far as organizing Winterboard but I only use it for the Weather Widget. You can select different styles (style sheets). This one is StatusBar_Tiny. I have modified the style sheet to move it where the carrier info was.
-
07-10-2009, 05:05 PM #8
Sounds good man! I will try it out tonight. Thanks again.
Man I'm usually pretty good at following instructions and figuring stuff out but I cant this to work for the life of me. Maybe I just dont understand the WbApp enough. I enabled it via WinterBoard and then enabled the widget via WbApp. No matter what I did, I kept getting Cupertino up in the right. I modified the CSS like you said and then it disappeared. I had my carrier logos transparent. I put my original weather icon back. WbApp looks powerful but was confusing. Do you activate themes via WbApp instead of WinterBoard?Last edited by TheOrioles33; 07-10-2009 at 05:05 PM. Reason: Automerged Doublepost
-
07-10-2009, 05:26 PM #9Livin the iPhone Life
- Join Date
- Aug 2007
- Location
- LA
- Posts
- 2,387
- Thanks
- 105
- Thanked 304 Times in 276 Posts
lol... yea it was buggy for me also. You will probably have to edit the config file also.
In the root of the theme folder, goto the Private folder and edit the configureMe.js file to look like:
var iconExtWall = '.png'
var iconExtLock = '.png'
var locale = '70815'
var iconSetWall = 'tango'
var iconSetLock = 'tango'
var enableWallpaper = true
var isCelsius = false
var useRealFeel = false
var enableLockScreen = false
var source = 'appleAccuweatherStolen'
var stylesheetWall = 'Above_Dock_Trans'
var stylesheetLock = 'Split_4thRow'
var updateInterval = 5
--- the 3rd line is where you put your zipcode
--- The 11th line is the name of the style sheet that you edited
--- the last line is the time interval...
good luck!
-
The Following User Says Thank You to Simtech For This Useful Post:
TheOrioles33 (07-10-2009)
-
07-10-2009, 06:21 PM #10
-
07-10-2009, 06:33 PM #11Livin the iPhone Life
- Join Date
- Aug 2007
- Location
- LA
- Posts
- 2,387
- Thanks
- 105
- Thanked 304 Times in 276 Posts
Yea, I've seen that too. I'm looking into it. Will let you know.
-
07-10-2009, 06:35 PM #12
-
The Following User Says Thank You to TheOrioles33 For This Useful Post:
Simtech (07-10-2009)



LinkBack URL
About LinkBacks
Reply With Quote
