How do i remove the default location Las Palmas. I searched for the parameters that invokes the weatherfeed for Las Palmas in js file but couldn't find it. When i pass the id of my city as parameter weather of both city is displayed.
Asked
Active
Viewed 173 times
1 Answers
0
You must edit the yahoo city code
<script type="text/javascript">
$(document).ready(function () {
$('#test').weatherfeed(['XXXX0977'], {
forecast: true
});
});
</script>
the XXXX0977 is the city code you need to change.

sarah.ferguson
- 3,167
- 2
- 23
- 31
-
1Thaks Sarah for your help. – user3637805 Jun 04 '15 at 17:19