Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

DigitL

macrumors member
Original poster
Mar 8, 2013
53
0
Everything is fine except that the temperature is displaying an F for Fahrenheit where it should be displaying a C for Celsius. The actual number is correct. Any idea how to fix this? TIA
 
Last edited:
I'd look into the Javascript or HTML file with NotePad using iFile or iFunBox to find it. There might be instructions or comments in there. Have you tried PMing Mone about it?


Think I found it. It's in the Wallpaper HTML document: "Weather Script -->var locale = "08052" var isCelsius = false"

If you change isCelsius to true, then save your changes and reboot? Maybe? I don't have it on my phone so I'm just stabbing in the dark here.
 
Last edited:
Already did that. Correct temp as far as the number goes, but the F remains. Appreciate the help.
 
Ok, I searched that thread at modmyi and found Post#38674 (yes, that's a rather big number!) and I quote (in the "Wallpaper.html" file):

"ok go into the html file, and use the search button, and type in "temp .... now hit the blue search button two more times and you are there. it will say value+ "c" change that to f."

So if your file has an "f", change it to a "c", save, re-spring, and hope for the best.

I think this is the location:

.innerHTML=tempValue+ "°f" + " " +

There's also this:

" <p id="temp">°C</p>"

Good luck!
 
Changing the innertemp.html value from f to c worked! Thanks so much! :)
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.