In the option page (the flower) . I have checked with your coordinates and i have 17°C.
lol i had remove that flower so to have a clean screen
ok i try to restore the flower option. As you can see the degrees are wrong! is it impossible that in my current place hours there are still 32°. I''m very happy for the GPS function that works very well!! a great job!!!
hey bud, is that iwidget... moveable.. I have been wanted a glass window type weather forever... if its iwidget would you share when complete.
Here you go bud.
Credits to everyone that has ever graced this wonderful thread (but big kisses to Dacal and Ian). iwidget is the weather window only (not the info at the top)
i would change the text colour on the forecast table so to have a double colour for maximum and minor temperature but i can only change 1 colour at a time. I tried to modify the css file as reported below:
how can i modify the code so to have this result?
i tried many test but i can't have the double colour please help me
Double color is not UniAW right? Problem is in UniAW6.js and .css there is a combined Day*HiLo variable so you can only give one color cause one variable.
Matux is past ... Kazuyoshi is back (thx Simon ) Dropbox: exxOS -- Shine --
Just to make sure, you've got both of the below set to True in the Config.js file?
var Hide_Forecast_Background = true;
var Hide_WeatherInfo_Background = true;
EDIT: Never mind...thought you were wanting to turn off the overlays. Are you on a 4/4s or 5? Everything lines up great on my 4S.
iPhone 5. I ended up just reinstalling it which got rid of some of the weird lines, but I'm still getting a random line that I'm guessing shouldn't be there. It's about the same height I'm guessing as the stock slide-to-unlock overlay. You can see it shows up with and without the forecast popup showing. How do I get rid of this little bugger?
iPhone 5. I ended up just reinstalling it which got rid of some of the weird lines, but I'm still getting a random line that I'm guessing shouldn't be there. It's about the same height I'm guessing as the stock slide-to-unlock overlay. You can see it shows up with and without the forecast popup showing. How do I get rid of this little bugger?
Hi,
If you're talking about the thick dark line in the Red box, that is the channel for the slider knob, the part that is in Yellow box.
That is part of the theme. It is a custom slider created by chevymusclecar.
Attached Thumbnails
Last edited by siemprelisto; 2013-06-01 at 12:14 AM.
If you're talking about the thick dark line in the Red box, that is the channel for the slider knob, the part that is in Yellow box.
That is part of the them. It is a custom slider created by chevymusclecar.
No not the slider: above the current temperature there's a series of lines. One of them I'm not noticing in anyone else's screenshots, and when the forecast is up you can tell it probably isn't supposed to be there as it strikes through the text.
Double color is not UniAW right? Problem is in UniAW6.js and .css there is a combined Day*HiLo variable so you can only give one color cause one variable.
Easy way, without change the CSS and HTML.
In uniAW6.js, exemple for Day1HiLo :
document.getElementById("Day1HiLo").innerHTML='<sp an style="color: #DC143C">'+$.cookie('jsonCookie').forecasthigh[1]+'°</span><span>/ </span><span style="color: #6495ED">'+$.cookie('jsonCookie').forecastlow[1]+'°</span>';
EDIT : be careful, no space (it's span and not s pan)
If you're talking about the thick dark line in the Red box, that is the channel for the slider knob, the part that is in Yellow box.
That is part of the theme. It is a custom slider created by chevymusclecar.
Not the slider, there's a line that you cropped out that strikes through the forecast text that I don't see on any other screenshots. I don't know what is conflicting to cause this, but again, it looks about the same height on the screen as the top line of the stock lockscreen overlay.