TodayPlus Boards v2

TodayPlus for the Pocket PC Forums => HammerSkin => Topic started by: isidro_ruiz6 on April 29, 2005, 07:52:22 AM

Title: After 4 hours of updated it dissapear some datas
Post by: isidro_ruiz6 on April 29, 2005, 07:52:22 AM
why it happened this? after 4 hours it dissapeaar the radar icon and it says there is no data in the up part of the screen...:(
Title: After 4 hours of updated it dissapear some datas
Post by: isidro_ruiz6 on April 29, 2005, 07:53:04 AM
ahh, i forgot to say that is in the weather screen
Title: After 4 hours of updated it dissapear some datas
Post by: Broesel on April 29, 2005, 08:17:24 AM
It is programmed in the skin, that after 4 hours not updated, the
actual weatherdata disappear.

find the lines

calcvar,var20,weatherupdatetimediff
          if,var,var20,,<,240


in the skintext and change the 240 (Time in minutes (240 minutes=4 hours)
to whatever you want (f.ex. 480 = 8 hours)
or synch again before that time.

Regards Broesel
Title: After 4 hours of updated it dissapear some datas
Post by: isidro_ruiz6 on April 29, 2005, 08:44:43 AM
thanks again!