Is this possible ?
I live in europe and we use Celsius (centigrade)
In the config file, in the weather section, I believe there is a check box for metric.
Joelw135 is correct - open the weather tab, select the city, and click "edit". You'll see a page like the 1st graphic shown below (I selected the city of Glasgow) The default setting is "English" ( :? for fahrenheit). Instead, select "metric". Then, when you return to the main weather page, you should see that the description of the weather code ends with "c" rather than "f" (see 2nd graphic, city Glasgow is c, others are f).
That'll do it. Return to the main TP screen, and you should be in C....
All the best......................Scotty
Config file ? is this the slider.txt file ?
What would it look like ?
In the Todayplus folder there is a file called config, tap and it will open. Then go to weather tab.
found it. I can change it to metric, but on the today it still display F.
I am using the default skin. I tried softreset
lol.. the number is in C but the text still is F. It must be hardcoded i the txt file.
Quote from: Quicksilverlol.. the number is in C but the text still is F. It must be hardcoded i the txt file.
You need to modify the skin file itself. Open it using a text editor, look for all instances of "°F", and change them to "°C"
All the best...............Scotty
great!! I have found them. working now.
There is also an other thing. In the filter box for Agenda both the text and box background is black. No way to read the text. where can I change this ?
I don't use that skin, so I can't give you specific instruction. However, you can control the font colors in the skin file.
Look for a line like
color,font,255_255_255
This line would set the color of subsequent text to white.
There may be lots of lines with color,font commands -- you'll have to identify the one(s) that refer to the agenda text, and change it to your liking.
255_255_255 is white; for other colors, the way I find the code is indirect. I right-click on the windows desktop, and select "properties" Then "Appearance", and I burrow down until I get to the color chart. Then, I drag the cross-arrow cursor to a color I like, and read off the three RGB values - see the graphic below, showing that the orange color has the code 241_167_112. Enter that into your skin in a color,font line -- - and you get text of that color
Good luck.................Scotty