Tell me more ×
Stack Apps is a question and answer site for apps, scripts, and development with the Stack Exchange API. It's 100% free, no registration required.

I used zWeatherFeed to show weather, but I cant find any example to change options.

<style>
    .weatherItem{padding-left:200px;}
    .odd{height:130px;}
    .weatherCity{font-weight:bold;}
    .weatherFeed{height: 130px; width: 100%;}
</style>
<script type="text/javascript">
    $(document).ready(function () {
        $('#test').weatherfeed(['TUXX0015']);
    });
</script>
<div id="test">
</div>

For example I want to show next day too. Is there any example about this weather plugin or any alternative weather plugin? I prefer to use zWeatherFeed because This plugin has great visualization.

Thanks.

Note: This is my first question,warn if there is fault.

share|improve this question

closed as off topic by Kevin Montrose Aug 7 '12 at 18:15

Questions on Stack Apps are expected to generally relate to the Stack Exchange API, applications that use it, or scripts that work with Stack Exchange. See the FAQ for guidance on how to improve it.

You must log in to answer this question.

Browse other questions tagged