Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
i really like this but...for some reason, i'm showing "FRI, MAY 11"...but it's friday, may 10...

how do i fix this? thanx, great work!
 
funny if no one noticed it.
i'd just prefer if the rent was NOT due one day early.. :D

2 quick questions: how can i remove "am" & "pm"?, and how can i delete the weather module?

haha, no kidding! I'm kind of lost as to what the cause is because all of the days are correct in the code. I'll have to ask a friend whats missing (or whatever, lol.)

and to remore the am/pm, change this
SPAN#ampm {
// display: none;
font-family: Default1;
color: #fff;
// letter-spacing: 0.06em;
// text-shadow: 1px 4px 4px rgba(0,0,0,0.5);
font-size: 14px;
// opacity: 0.8;
}

to this

SPAN#ampm {
display: none;
font-family: Default1;
color: #fff;
// letter-spacing: 0.06em;
// text-shadow: 1px 4px 4px rgba(0,0,0,0.5);
font-size: 14px;
// opacity: 0.8;
}

:)
 
odd about the date...is that happening for everyone? maybe you've invented an iphone time machine...

how can i remove the weather ICON module? (NOT the temperature next to the city).

thanx so much..!;)
 
odd about the date...is that happening for everyone? maybe you've invented an iphone time machine...

how can i remove the weather ICON module? (NOT the temperature next to the city).

thanx so much..!;)

to remove the weather icon

change this
#weatherIcon{
position: absolute; top: 43px; left: 220px; width: 320px; height: 461px;
height:90;
width:90;
}

to this

#weatherIcon{
display:none;
position: absolute; top: 43px; left: 220px; width: 320px; height: 461px;
height:90;
width:90;
}


Anyway for this to be applied to Forecast or the NC widget? That would be very cool

i'm not sure. I don't use forecast, and I use the stock weather in nc.
 
Looks great
 

Attachments

  • image.jpg
    image.jpg
    267 KB · Views: 150
Release - HTC One Weather widget UPDATE

Is anyone seeing this in Cydia yet?

Not yet. Give it some time. When someone submits something to the repos it doesn't get added straight away unless they're using a personal repo, it could take days apparently.
 
Do you have any plans on making the weather icons compatible with the stock weather NC widget via a winterboard theme?

Not at this time or if ever. A) I don't know how to do it b) I lack the time. I'm usually pretty tired once I get off work. You guys are lucky because I Thursday was my (only) day off and yesterday was a short day.

Is anyone seeing this in Cydia yet?

Big boss only updates themes 1-2 times per week. I'll go ahead and create a private repo and upload it there.
 
I went ahead and submitted it to the modmyi repo since they seem to be a little faster at adding theme packages (bigboss only adds them 1-2 a week) so hopefully it will be available via cydia shortly. I'll let you guys know when it has been approved.
 
This looks great so I downloaded it and added it to private/var/stash/themes along with my other custom themes and icons, found it in winterboard and moved it to the top of the list, ticked it and re-sprung and nothing happened??

I took off some other tweaks that i thought might be stopping it from working one by one and resprung but despite everything I have tried it does not show up on my lock screen? Can anyone help? :confused:

Thanks
 
This looks great so I downloaded it and added it to private/var/stash/themes along with my other custom themes and icons, found it in winterboard and moved it to the top of the list, ticked it and re-sprung and nothing happened??

I took off some other tweaks that i thought might be stopping it from working one by one and resprung but despite everything I have tried it does not show up on my lock screen? Can anyone help? :confused:

Thanks

Are you adding the whole folder? instead of doing that, add each of the sub folders separately. For example, If you want to use the Light US lockscreen version, You would add HTC One US Light lockscreen.theme to private/var/stash/themes.

Let me know if that helps.
 
Thanks for the quick reply. I just deleted the other sub folders and left one EU theme in:

private/var/stash/themes/Htc one/HTC One EU Light Lockscreen.theme

Resprung and I still have the regular clock?

Also can you tell me where I find the HTTP to edit the weather and how I change the wallpaper to my own on the lock screen? Do I just rename my wallpaper LockBackground4s.png?

Fairly new to all this still.

Thanks for your help.
 
Last edited:
Yup I was, I am in England so I will add the EU theme, guessing that will work! Thanks for the quick reply.

Also can you tell me where I find the HTTP to edit the weather and how I change the wallpaper to my own on the lock screen? Fairly new to all this still.

Thanks for your help.

First, you will need to grab the theme that you want to use (HTC One EU Light Lockscreen.theme) and open it, inside you will find a file called LockBackground.png. Drag and drop your own wallpaper to that folder, and rename it to LockBackground.png (IT IS case sensitive, so name it exactly how I have it. you will need to delete the old background)

To change the weather, open up LockBackground.html, CTRL F for Var Locale and remove my code (just the numbers after var locale) and add yours. To get your weather code, go to http://weather.yahoo.com, enter search for your city & country (London, england for example). Once that loads, the url in your browser will look something like this http://weather.yahoo.com/united-states/oregon/brownsville-12798581/ . The numbers at the very end of the url is your weather code.
 
First, you will need to grab the theme that you want to use (HTC One EU Light Lockscreen.theme) and open it, inside you will find a file called LockBackground.png. Drag and drop your own wallpaper to that folder, and rename it to LockBackground.png (IT IS case sensitive, so name it exactly how I have it. you will need to delete the old background)

To change the weather, open up LockBackground.html, CTRL F for Var Locale and remove my code (just the numbers after var locale) and add yours. To get your weather code, go to http://weather.yahoo.com, enter search for your city & country (London, england for example). Once that loads, the url in your browser will look something like this http://weather.yahoo.com/united-states/oregon/brownsville-12798581/ . The numbers at the very end of the url is your weather code.

I am using cyberduck, can I use CTRL F to get Var Locale? When I open LockBackground.html it is just blank page with - dBar by Max Patrese modified by Jenna - at the top of the page?

Nearly there though, I have everything else working now!
 
I am using cyberduck, can I use CTRL F to get Var Locale? When I open LockBackground.html it is just blank page with - dBar by Max Patrese modified by Jenna - at the top of the page?

Nearly there though, I have everything else working now!

I'm not sure if cyberduck has an html editor. If you are using windows, download notepad++ or if you are using osx, download text wrangler (free version) and open the html file with one of those.

Hopefully that helps. I'm leaving for work in about 15 minutes so I wont be able to reply much until I get home.
 
I'm not sure if cyberduck has an html editor. If you are using windows, download notepad++ or if you are using osx, download text wrangler (free version) and open the html file with one of those.

Hopefully that helps. I'm leaving for work in about 15 minutes so I wont be able to reply much until I get home.

I used iFile to edit the text, all working! Sweet and thank you so much for your help!

Jay
 
hey missjenna thank you very much for all the updates!


how do i remove the 'AM / PM' from the european version though? it shouldnt show in a 24 hr clock.


thanks!

To remove the am/pm open the HTML file, look in the CSS for spanampm (or something like that, I'm not at my computer so I can't look) and add display:none; to it. If its already in there as // display:none; remove the // in front of it.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.