- ssh into php.kemin.com
- mysql -u livesweather -p
- get city name, latitude, and longitude
- use livesweather;
- insert into weathercache (cityName, latitude, longitude, lastRetrieved) values ('<CITY NAME>', '<LATITUDE>', '<LONGITUDE>', '2000-01-01');
- select id,cityName from weathercache; to find the id that goes with theĀ
- http://php.kemin.com/livesWeather/index.php?id=<ID>
Add City for Weather Widgets
Modified on: Tue, 23 Jan, 2024 10:45 AM
Yes No
Sorry we couldn't be helpful. Help us improve this article with your feedback.