Widget PSW problem with the Website

YoWindow widget Questions, Suggestions and Bugs
Meteoportocolom

Widget PSW problem with the Website

Post 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
Last edited by Meteoportocolom on Tue Nov 08, 2011 9:08 pm, edited 1 time in total.
jmcmurry
Posts: 368
Joined: Tue Oct 13, 2009 11:09 am
Name: Jim
Location: Mauston, WI, USA
Contact:

Re: Widget PSW problem with the Website

Post 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&current_weather_url=www.meteoportocolom.com/wdfulldata.xml&landscape=seaside&time_format=24&unit_system=metric&lang=es&background=#FFFFFF&copyright_bar=false"/>
and hopefully it will work.

- Jim
Meteoportocolom

Re: Widget PSW problem with the Website

Post 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 :roll:
thank you very much

Jaime
http://www.meteoportocolom.com
jmcmurry
Posts: 368
Joined: Tue Oct 13, 2009 11:09 am
Name: Jim
Location: Mauston, WI, USA
Contact:

Re: Widget PSW problem with the Website

Post 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
User avatar
hermanz
Posts: 1892
Joined: Thu Apr 08, 2010 3:21 pm
Name: Herman
Location: Nieuwegein, Netherlands

Re: Widget PSW problem with the Website

Post by hermanz »

Hi Jaime :good:

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 :beer:
(Wheather on an I(phone,pad,pod) or Android, YoWindow what else )
User avatar
hermanz
Posts: 1892
Joined: Thu Apr 08, 2010 3:21 pm
Name: Herman
Location: Nieuwegein, Netherlands

Re: Widget PSW problem with the Website

Post by hermanz »

Hi Jim :good:

We both saw the same

gr.
Herman :beer:
(Wheather on an I(phone,pad,pod) or Android, YoWindow what else )
Meteoportocolom

Re: Widget PSW problem with the Website

Post 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
jmcmurry
Posts: 368
Joined: Tue Oct 13, 2009 11:09 am
Name: Jim
Location: Mauston, WI, USA
Contact:

Re: Widget PSW problem with the Website

Post 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
User avatar
Mallorca
Posts: 1757
Joined: Sun Jul 11, 2010 8:59 am
Name: Werner Heidotting
Location: Son Servera, Mallorca, Spain
Contact:

Re: Widget PSW problem with the Website

Post 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 8)

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&current_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
Meteoportocolom

Re: Widget PSW problem with the Website

Post 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&current_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
Post Reply