• Welcome to TodayPlus Boards v2.
 

Weather for 3 cities?

Started by Airfern, November 07, 2003, 09:52:35 PM

Previous topic - Next topic

Airfern

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.

Lordtwisted

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