In my skin I have the following code to write the update time to the screen: //Puts month calendar and update time on screen.
text,95,45, Last Update:,l
text,121,56,[updatetime],c,l
What do I have to do to get it to work on the new ver11? Thanks.
I also want to know ! Who can tell us? ths!
The follow is my Skin!
the line in the skin i use is:
text,23,40,[updatetime],c,HH:mm (Time-Format 24h else use hh:mm)
Greetings Broesel
I just use TodayPlus 0.11.0!
text,23,40,[updatetime],c,HH:mm Cannot use!
Try this: text,23,40,[updatetime],c,HH:mmt
No Yougiman! That doesn't work either.
I believe the command
text,23,40,[updatetime],c,HH:mmt
needs to follow a load command (i.e. load,city,1 or load,rss,1) in order for it to work.
Thanks Fishboy I did put this in front and it corrected it'
load,city,%var0%
Quote from: joelw135Thanks Fishboy I did put this in front and it corrected it'
load,city,%var0%
How to corrected it? My PPC don't work this correct!
This how I have it. Just change the (X) (Y)
load,city,%var0%
text,95,45,Last Update: ,l
text,121,56,[updatetime],c,HH:mmt
It also not work ,Why?
Quote from: zlhyhIt also not work ,Why?
Are you reloading the skin after you make the change?
Yes,But not work?
The only difference I can see is that those who have it working are using
load,city,%var0%
(note the use of the variable var0)
And zlhyh, you are using
load,city,1
try replacing the "1" with a variable name.