Can anyone point me to the location in the HTML script that will allow me to reduce the font size of my location name? 3 letters are being cut off.
Thanks for the confirmation. Does the version you listed include Retina versions?
WhatAmI - Have you gone into the Lockinfo settings and moved the position of where the lockinfo information starts on the screen? Example: Lockscreen > Layout > Position
I disabled the forecast as you will not fit much information on the screen with it enabled.
How do u get to configureme.js ? Can I get there through ifile ? I just want to change the forecast location.0
Can anyone point me to the location in the HTML script that will allow me to reduce the font size of my location name? 3 letters are being cut off.
Many thanks !!
I have a pretty stupid question.
How do you enable and disable the weather animations? I've tried to do this but it just doesn't seem to work.
Looked into this just for you. You need to modify the following file:
/var/stash/Themes/HTC Animated Lockbackground.theme/Private/Stylesheets/myopiaAlt.css
There you will find all the font type and position info.
The line you need to change is in the following section:
#city{
..and edit the line:
font-size:
Save and respring. I have just tested this and it works.
Thanks for this... it works. However it still cuts off 3 of the last letters regardless of size in my city name. Seems as though it only displays 11 characters in my city name including a space. Can you add more characters????? Thanks in advance!!
Edit configureMe.js with iFile or SSH and change the following line to false
var showWeatherAni = true
Save and re-spring.
Edit Lockbackground.html and increase 11 to 14 and it will do the trick:
("city").innerText=obj.city.substring(0,11);
WhatAmI - Have you gone into the Lockinfo settings and moved the position of where the lockinfo information starts on the screen? Example: Lockscreen > Layout > Position
I disabled the forecast as you will not fit much information on the screen with it enabled.