Page 1 of 2
Widget PSW problem with the Website
Posted: Tue Nov 08, 2011 2:14 pm
by Meteoportocolom
Hi, I'm new to the forum o
I'm trying to enter my data from my weather station in the Widget website, I followed all the steps (for weather_display), and I can not viewable on the web.
On the contrary I have the program on the desktop YoWindow my PC i there if I set the correct data with blue OSUR.
I think the problem Vebe be where to place my URL and Current_weather
Any help please ..
Thank you very much
Jaime
http://www.meteoportocolom.com
Re: Widget PSW problem with the Website
Posted: Tue Nov 08, 2011 3:20 pm
by jmcmurry
Jaime,
Yes, a problem with where you placed it ... it must be within the "value" string and each part of that string must be connected with "&".
Try something like
Code: Select all
<param name="flashvars" value="location_id=gn:2517750&location_name=MeteoPortocolom¤t_weather_url=www.meteoportocolom.com/wdfulldata.xml&landscape=seaside&time_format=24&unit_system=metric&lang=es&background=#FFFFFF©right_bar=false"/>
and hopefully it will work.
- Jim
Re: Widget PSW problem with the Website
Posted: Tue Nov 08, 2011 9:12 pm
by Meteoportocolom
Hi Jim:
I tried to do all kinds of tests and there is no way I tried to put home after "&" but I have no good result, it is not there something else that is not good
thank you very much
Jaime
http://www.meteoportocolom.com
Re: Widget PSW problem with the Website
Posted: Tue Nov 08, 2011 10:09 pm
by jmcmurry
Jaime,
I just looked at your widget code and I don't see
amp;current_weather_url=
www.meteoportocolom.com/wdfulldata.xml
in the "value" string anywhere. It looks like it's working well otherwise.
- Jim
Re: Widget PSW problem with the Website
Posted: Tue Nov 08, 2011 10:10 pm
by hermanz
Hi Jaime
I miss in your website code :
current_weather_url (URL to yowindow.xml file provided by Personal Weather Station (PWS).
please read the following:
http://yowindow.com/widget_and_pws.php
gr.
Herman

Re: Widget PSW problem with the Website
Posted: Tue Nov 08, 2011 10:11 pm
by hermanz
Hi Jim
We both saw the same
gr.
Herman

Re: Widget PSW problem with the Website
Posted: Tue Nov 08, 2011 11:42 pm
by Meteoportocolom
Sorry, mine had been a failure in the last test because there was no current_weather_url =
http://www.meteoportocolom.com / wdfulldata.xml, but if the other tests, I tried about everything I do as shown at http:// yowindow.com / widget_and_pws.php , but any suggestions?
thanks
www.meteoportocolom.com
Re: Widget PSW problem with the Website
Posted: Wed Nov 09, 2011 12:23 am
by jmcmurry
Jaime,
I may have steered you wrong in one of my earlier posts. In my widget I have http:// in the url so maybe try adding that?
amp;current_weather_url=
http://www.meteoportocolom.com/wdfulldata.xml
- Jim
Re: Widget PSW problem with the Website
Posted: Wed Nov 09, 2011 12:54 am
by Mallorca
Hi Jaime,
it's great to see you on our forum

and I like your website! When you visit my website
http://www.wetter.toernover.com you will see that we are very close
I live on a finca near Son Servera and so it is possible we met us personal
To your problem: if you like you can use my code (of course with your adaptations)
<div style="width: 600px; text-align: left">
<object width="600" height="450" data="http://swf.yowindow.com/wimo/hpPal/hpPal.swf" type="application/x-shockwave-flash">
<param name="allowfullscreen" value="true">
<param name="wmode" value="opaque">
<param name="bgcolor" value="#edf1f8">
<param name="flashvars" value="location_id=2510799¤t_weather_url=http://test.toernover.com/yowindow.xml& ... nd=#edf1f8">
<param name="src" value="http://swf.yowindow.com/wimo/hpPal/hpPal.swf">
</object>
</div>
Saludos
Werner
Re: Widget PSW problem with the Website
Posted: Wed Nov 09, 2011 6:40 pm
by Meteoportocolom
I think I have it good code, I tried in various ways and it is not possible, put the full code and also the Yowindow.xml
WIDGET CODE:
<object width="730" height="340" data="
http://swf.yowindow.com/wimo/hpPal/hpPal.swf" type="application/x-shockwave-flash">
<param name="allowfullscreen" value="true">
<param name="wmode" value="opaque">
<param name="bgcolor" value="#edf1f8">
<param name="flashvars" value="location_id=2517750¤t_weather_url=
http://meteoportocolom.com/yowindow.xml ... nd=#edf1f8">
<param name="src" value="
http://swf.yowindow.com/wimo/hpPal/hpPal.swf">
</object>
YOWINDOW.XML:<response>
<current_weather>
<temperature>
<current value="17.7"/>
<feels_like value="18"/>
</temperature>
<humidity value="82"/>
<pressure value="1018.6"/>
<wind>
<speed value="0.0"/>
<gusts value="0.4"/>
<direction value="269"/>
</wind>
<sky>
<icon id="4" format="wd"/>
<description value="Seco"/>
<precipitation>
<rain>
<rate value="0.0"/>
<daily_total value=" 0.0"/>
</rain>
</precipitation>
</sky>
</current_weather>
</response>
Thanks
Jaime
www.meteoportocolom.com