Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Status
Not open for further replies.
Another Wall.
m3_ls_by_gpowere36-d4bdaec.png

http://gpowere36.deviantart.com/#/d4bdaec
 
:.. Simple modd
:.. Weather icons from MIUI (Android)

:.. Idea from 8lias


:..: Download http://www.mediafire.com/?27w588r5up152pp



Image



---------------------------------------------------------



:.. This is a simple modd from the LS Cal HD by a good friend and an amazing modder: Laugend/Zooropalg LS Cal HD by ~Laugend on deviantART



:..: Download LS HDCal.rar


Image

Hey Schnedi- can you help me with something? How can I add animated weather to your LS Droidclock Weather?
 
Yes sir. UniAW. I tried using UniAWv3- but I can no longer get it to work on the lockscreen.

copy all files from UniAW to my modd folder
BUUT before rename the html inside my modd to the name you want XXXX.html

after this link UniAW html to the other html with the code

<object data="XXXXX.html" type="text/html" height="480" width="320"> </object>


you get it?? if not PM me, but now i have to sleep, its 2:53am in spain :s
 
I have used IrishVixen weather icons and changed the layout
Sort have gone a bit funky and :cool: with font not sure if it works?

i3e06r.png
 
I have used IrishVixen weather icons and changed the layout
Sort have gone a bit funky and :cool: with font not sure if it works?

Image

I like the layout, and I think it works fine!--but the month will need to be shrunk to work with longer months than October, I think. ;)
 
:.. Simple modd
:.. Weather icons from MIUI (Android)

:.. Idea from 8lias


:..: Download http://www.mediafire.com/?27w588r5up152pp



Image



---------------------------------------------------------




:.. This is a simple modd from the LS Cal HD by a good friend and an amazing modder: Laugend/Zooropalg LS Cal HD by ~Laugend on deviantART



:..: Download LS HDCal.rar


Image

Can someone paste me the 12hr script for this so I can edit using iFile?

Thanks in advance, love this LS
 
G1 Unfinished

Credits: Schnedi, Surlygrl1969, fancq, Bblake, JLKeo and henftling

8a27bd4a.jpg
 
Last edited:
Can someone paste me the 12hr script for this so I can edit using iFile?

Thanks in advance, love this LS

Which LS the Cal one?

If you want to make it 12 Hr the just remove the /* in the script

Code:
/* Remove the /* from under this line to display the 12 hours clock */	/* NEW!! */

[COLOR="Red"]/*[/COLOR]

  // Choose either "AM" or "PM" as appropriate
  var timeOfDay = ( currentHours < 12 ) ? "AM" : "PM";
  // Convert the hours component to 12-hour format if needed
  currentHours = ( currentHours > 12 ) ? currentHours - 12 : currentHours;
  // Convert an hours component of "0" to "12"
  currentHours = ( currentHours == 0 ) ? 12 : currentHours;

save and respring
 
Last edited:
Which LS the Cal one?

If you want to make it 12 Hr the just remove the /* in the script

Code:
/* Remove the /* from under this line to display the 12 hours clock */	/* NEW!! */

[COLOR="Red"]/*[/COLOR]

  // Choose either "AM" or "PM" as appropriate
  var timeOfDay = ( currentHours < 12 ) ? "AM" : "PM";
  // Convert the hours component to 12-hour format if needed
  currentHours = ( currentHours > 12 ) ? currentHours - 12 : currentHours;
  // Convert an hours component of "0" to "12"
  currentHours = ( currentHours == 0 ) ? 12 : currentHours;

save and respring

Thanks man, I must of read right past that part of the script

Thanks for posting
 
Status
Not open for further replies.
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.