Ok I want to change the city in the weather app on a theme I got. here is what I did so far,
/var/stash/themeXXXXX/theme name/setup/config.js
in iFile in there it said /* for weather code, to go to Yahoo! Weather - Weather Forecasts | Maps | News and search for your city. the correct zip code is in the url (only numbers) */
I looked for my city code which is Kuwait City 1940631,
ok now to edit.
Var locale = 12797716; //yahoo weather code.
var tempunit = "f"; // "f" for fahrenheit.
var update = 15; // in minutes.
var GMT = 0; /* adjust the hour of sunset and sunrise only if
Ok so if I am understanding it correctly I would replace the var locale number with the one I got from yahoo?
/var/stash/themeXXXXX/theme name/setup/config.js
in iFile in there it said /* for weather code, to go to Yahoo! Weather - Weather Forecasts | Maps | News and search for your city. the correct zip code is in the url (only numbers) */
I looked for my city code which is Kuwait City 1940631,
ok now to edit.
Var locale = 12797716; //yahoo weather code.
var tempunit = "f"; // "f" for fahrenheit.
var update = 15; // in minutes.
var GMT = 0; /* adjust the hour of sunset and sunrise only if
Ok so if I am understanding it correctly I would replace the var locale number with the one I got from yahoo?