TodayPlus Boards v2

TodayPlus for the Pocket PC Forums => Help and Support => Topic started by: Airfern on November 07, 2003, 09:52:35 PM

Title: Weather for 3 cities?
Post by: Airfern on November 07, 2003, 09:52:35 PM
Is it possible for weather from more than 2 cities to be displayed? I copied the "weather" line for a 3rd city

city,3,60,77079,Houston,f

but it only displays the 1st 2 cities, even after a soft-reset and re-synching.
Title: Weather for 3 cities?
Post by: Lordtwisted on November 07, 2003, 10:06:04 PM
Airfern,

add this to your skin, just copy over the one thats there.





                      region,2,0,-1
load,city,1
storevar,var0=1
endregion,2,0
//=================================================
region,2,1,-1
load,city,2
storevar,var0=2
endregion,2,1
       //=================================================
                               region,2,2,-1
load,city,3
storevar,var0=0
endregion,2,2