The ModMyTM Family of Sites:
ModMyMotoModMyiModMyGphone




 
 
Register or Connect with Facebook

Discuss AppStore Apps | Browse / Search Cydia | MMi Cydia Stats




  Apple Forums & iPhone Forums, Mods, Hacks, News, Themes, Downloads, and more! | ModMyi.com > Design and Media For the iPhone / iPod Touch > Skinning / Themes Discussion
Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old 07-08-2009, 06:26 PM
TheOrioles33's Avatar
My iPhone is a Part of Me
 
Join Date: Jul 2007
Device + Firmware: iPhone 3Gs - 32GB
Operating System: XP/Win7/Snow Leopard
Posts: 581
Thanks: 30
Thanked 39 Times in 32 Posts
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.

Click the image to open in full size.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #2  
Old 07-08-2009, 06:43 PM
Simtech's Avatar
Livin the iPhone Life
 
Join Date: Aug 2007
Device + Firmware: iPhone 3Gs 32GB 3.0 / 3G 16GB 3.0 JB
Operating System: Win7
Location: Baton Rouge
Posts: 1,443
Thanks: 54
Thanked 169 Times in 156 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.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
The Following User Says Thank You to Simtech For This Useful Post:
TheOrioles33 (07-08-2009)
  #3  
Old 07-08-2009, 07:05 PM
iPhone? More like MyPhone
 
Join Date: Oct 2007
Posts: 202
Thanks: 6
Thanked 34 Times in 29 Posts

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.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
The Following User Says Thank You to Spamdumpster For This Useful Post:
TheOrioles33 (07-08-2009)
  #4  
Old 07-08-2009, 07:11 PM
TheOrioles33's Avatar
My iPhone is a Part of Me
 
Join Date: Jul 2007
Device + Firmware: iPhone 3Gs - 32GB
Operating System: XP/Win7/Snow Leopard
Posts: 581
Thanks: 30
Thanked 39 Times in 32 Posts

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!

Quote:
Originally Posted by Spamdumpster View Post
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.
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 07:11 PM.. Reason: Automerged Doublepost
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #5  
Old 07-10-2009, 08:08 AM
Simtech's Avatar
Livin the iPhone Life
 
Join Date: Aug 2007
Device + Firmware: iPhone 3Gs 32GB 3.0 / 3G 16GB 3.0 JB
Operating System: Win7
Location: Baton Rouge
Posts: 1,443
Thanks: 54
Thanked 169 Times in 156 Posts

Click the image to open in full size.
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;
}
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
The Following User Says Thank You to Simtech For This Useful Post:
TheOrioles33 (07-10-2009)
  #6  
Old 07-10-2009, 08:39 AM
TheOrioles33's Avatar
My iPhone is a Part of Me
 
Join Date: Jul 2007
Device + Firmware: iPhone 3Gs - 32GB
Operating System: XP/Win7/Snow Leopard
Posts: 581
Thanks: 30
Thanked 39 Times in 32 Posts

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!!!
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #7  
Old 07-10-2009, 09:05 AM
Simtech's Avatar
Livin the iPhone Life
 
Join Date: Aug 2007
Device + Firmware: iPhone 3Gs 32GB 3.0 / 3G 16GB 3.0 JB
Operating System: Win7
Location: Baton Rouge
Posts: 1,443
Thanks: 54
Thanked 169 Times in 156 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.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #8  
Old 07-10-2009, 06:05 PM
TheOrioles33's Avatar
My iPhone is a Part of Me
 
Join Date: Jul 2007
Device + Firmware: iPhone 3Gs - 32GB
Operating System: XP/Win7/Snow Leopard
Posts: 581
Thanks: 30
Thanked 39 Times in 32 Posts

Quote:
Originally Posted by Simtech View Post
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.
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 06:05 PM.. Reason: Automerged Doublepost
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #9  
Old 07-10-2009, 06:26 PM
Simtech's Avatar
Livin the iPhone Life
 
Join Date: Aug 2007
Device + Firmware: iPhone 3Gs 32GB 3.0 / 3G 16GB 3.0 JB
Operating System: Win7
Location: Baton Rouge
Posts: 1,443
Thanks: 54
Thanked 169 Times in 156 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!
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
The Following User Says Thank You to Simtech For This Useful Post:
TheOrioles33 (07-10-2009)
  #10  
Old 07-10-2009, 07:21 PM
TheOrioles33's Avatar
My iPhone is a Part of Me
 
Join Date: Jul 2007
Device + Firmware: iPhone 3Gs - 32GB
Operating System: XP/Win7/Snow Leopard
Posts: 581
Thanks: 30
Thanked 39 Times in 32 Posts

Quote:
Originally Posted by Simtech View Post
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!
AHHHHHH! SUCCESS!! Its working! Ok, one more question and I will stop. Shouldnt I be able to see the weather in the status bar all the time? I dont see it on the lock screen or any other screen besides the home screen. Thanks again!!
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #11  
Old 07-10-2009, 07:33 PM
Simtech's Avatar
Livin the iPhone Life
 
Join Date: Aug 2007
Device + Firmware: iPhone 3Gs 32GB 3.0 / 3G 16GB 3.0 JB
Operating System: Win7
Location: Baton Rouge
Posts: 1,443
Thanks: 54
Thanked 169 Times in 156 Posts

Yea, I've seen that too. I'm looking into it. Will let you know.
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
  #12  
Old 07-10-2009, 07:35 PM
TheOrioles33's Avatar
My iPhone is a Part of Me
 
Join Date: Jul 2007
Device + Firmware: iPhone 3Gs - 32GB
Operating System: XP/Win7/Snow Leopard
Posts: 581
Thanks: 30
Thanked 39 Times in 32 Posts

Quote:
Originally Posted by Simtech View Post
Yea, I've seen that too. I'm looking into it. Will let you know.
Thanks alot man! I think I thanked you 5 times in this thread so far!
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
The Following User Says Thank You to TheOrioles33 For This Useful Post:
Simtech (07-10-2009)
Reply

  Apple Forums & iPhone Forums, Mods, Hacks, News, Themes, Downloads, and more! | ModMyi.com > Design and Media For the iPhone / iPod Touch > Skinning / Themes Discussion

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



Go to Top
ModMyI

All times are GMT -6. The time now is 05:31 AM. Powered by vBulletin® Version 3.8.4
If you need Dedicated Server Hosting, you should check out SingleHop. | Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0 Copyright © 2007-09 by ModMy, LLC. All rights reserved.

iPhone News / iPhone Forums / Apple News / Apple Forums / RSS / Contact Us / / Top