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.
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