Where is Claude's weather add on? I cannot find it in this thread.
Thanks!
Look a little further up the thread. It's at post #470.
Where is Claude's weather add on? I cannot find it in this thread.
Thanks!
BTW - When using Claude's weather, I found the default source to be completely inaccurate. For example: this morning around 9am, it still said it was night, not to mention, it's been consistently reporting about 5 degrees cooler than reality. If you find you're having the same type of problems, simply change the source of the weather info to his alternate source of Yahoo Weather.
Code:var source = 'yahooWeather'; //'appleAccuweatherStolen'|'yahooWeather'
Then for the locale, simply enter your zipcode.
Code:var locale = "92679"; //e.g. 'Defiance, Ohio'|'Moscow, Russia'|'Ledyard, AT'|'London, UK'|"USNY0996"|"Wurzburg, DE"
I have found this source to be much more accurate.
I don't know which version of the code you're using, but it looks like the old one that uses png files to define the time/date, then you will need to edit each png to add the dropshadow.
However, if you are using Claude's updated text-based version, it's easy to modify the style of the text. For example:
Code:div#hourbox { position:absolute; left:5px; top:0px; font-size:170px; line-height:170px; color:#fff; [B]text-shadow: 3px 3px 3px #000000;[/B] }
The "3px" entries define the size of the shadow and the "#000000" is the color (black in this case).
I don't know why it's there three times. I just saw it on the internet and it seemed to work. Another way I see it being done is:why does "3px" show up 3 times?
also if you don't mind, can you tell me which post # has this theme so I can use the text-based version and not .png's?
text-shadow: rgba(0,0,0,0.7) 0 0 2px;
Thanks! I knew it was there. Must have missed it 12 times.Settings>lockinfo>lockscreen>layout
There's a slider bar at the bottom for the position, slide it to the right to move the info downwards.
why does "3px" show up 3 times?
also if you don't mind, can you tell me which post # has this theme so I can use the text-based version and not .png's?
Need some help. I moved everything up right under the weather and now i cant find how tomove the time part to under the monthany help would be greatly appreciated!
You need to do it in the stylesheets for the TimeContainer!
Here's what I've currently got. I modified the text colors to match my new background, but you can change it back easily enough.
http://hotfile.com/dl/63863171/f0dc887/LockMS.zip.html
dgstan:
I loaded your theme (it's perfect for me) but for the life of me I cannot change the weather setting to my locale. I've tried switching to yahooWeather and using my local code (USTX0461), and I've also tried using the default and typing Flower Mound, Texas. Neither is getting me past the "Loading..." on the weather section. Any help?
Just as an FYI, my zip is 75028. Is there one config that should work?
Have you tried using your zip code for the locale? I think you have to surround it with double quotes too (").
The two lines should look like these.
var locale = "92679";
var source = 'yahooWeather';
Any luck on modifying that weather widget, claude? If not can you post your new theme sans weather?