Help

Any questions? Any answers?
Post Reply
gandalf
Posts: 4
Joined: Thu Nov 28, 2013 7:34 pm
Name: Danilo

Help

Post by gandalf »

Hi,

i have trouble to get my landscape nad weather data from my PWS to my web page :cry: I have read the manual and do everything but no luck. I have put the in the attachments how i have in script yowindow.php. 1 script and 2 script are together.

Here is my link to my things,
http://www.slometeo.net/bezina/yowindow.php

my WD data http://www.slometeo.net/bezina/yowindow.xml

then

http://www.slometeo.net/bezina/crossdomain.xml

then

http://www.slometeo.net/bezina/images/bezina/bezina.ywl

Thanks for you help :)
Attachments
script 2.png
script 1.png
User avatar
par
Posts: 8736
Joined: Mon Sep 21, 2009 11:56 am
Name: Pasha
Location: Saint-Petersburg, Russia
Contact:

Re: Help

Post by par »

Hey!
Is the PWS weather displayed in desktop YoWindow?
Get YoWindow weather app for your phone or tablet.

Image Image Image
gandalf
Posts: 4
Joined: Thu Nov 28, 2013 7:34 pm
Name: Danilo

Re: Help

Post by gandalf »

Hi,
its displayed in desktop :) But why is not displayed on my script ? :(
Attachments
desktop.png
User avatar
par
Posts: 8736
Joined: Mon Sep 21, 2009 11:56 am
Name: Pasha
Location: Saint-Petersburg, Russia
Contact:

Re: Help

Post by par »

I wasn't able to find any reference to .ywl file in your webpage code.
Please follow this tutorial to add the parameters to the widget
http://yowindow.com/widget_and_landscape.php
Get YoWindow weather app for your phone or tablet.

Image Image Image
gandalf
Posts: 4
Joined: Thu Nov 28, 2013 7:34 pm
Name: Danilo

Re: Help

Post by gandalf »

here si my ywl file. http://www.slometeo.net/bezina/images/bezina/bezina.ywl and http://www.slometeo.net/bezina/images/b ... bezina.swf and
http://www.slometeo.net/bezina/yowindow.xml and http://www.slometeo.net/bezina/crossdomain.xml

I have trouble with picture and PWS to show in my script. Now i have erase some things because the PWS and picture where missing :( in the line flashvars now is showin http://www.slometeo.net/bezina/yowindow.php

MY yowindow.php

Code: Select all

<div style="width:900px; height:560px;" align="center">
    <object type="application/x-shockwave-flash" data="http://swf.yowindow.com/yowidget3.swf" width="750" height="550">
    	<param name="movie" value="http://swf.yowindow.com/yowidget3.swf"/>
    	<param name="allowfullscreen" value="true"/>
    	<param name="wmode" value="opaque"/>
    	<param name="bgcolor" value="#FFFFFF"/>
    	<param name="flashvars" 
         [color=#BF0080]value="location_id=gn:3204247&location_name=Bezina&time_format=24&unit_system=metric&lang=sl&background=#FFFFFF&copyright_bar=false&amp " />
[/color]           
<a href="http://yowindow.com?client=widget&link=stub"
        style="width:650px;height:450px;display: block;text-indent: -50000px;font-size: 0px;background:#DDF url(http://yowindow.com/img/logo.png) no-repeat scroll 50% 50%;"
        >Desktop weather</a>
    </object>
</div>
<div style="width: 880px; height: 15px; font-size: 14px; font-family: Arial,Helvetica,sans-serif;">
	<span style="float:left;"><a target="_top" href="http://yowindow.com?client=widget&link=copyright" style="color: #2fa900; text-decoration:none;" title="Windows weather">YoWindow.com</a></span>
	<span style="float:right; color:#888888;"><a href="http://yr.no" style="color: #2fa900; text-decoration:none;">yr.no</a></span>
</div>
Last edited by ikarus1969 on Mon Dec 16, 2013 7:18 pm, edited 1 time in total.
Reason: embedded html-code in the code-tags
ikarus1969
Posts: 1645
Joined: Wed Nov 18, 2009 9:58 am
Location: Vienna, Austria

Re: Help

Post by ikarus1969 »

You did not follow par's advice to read the instructions, especially the use of the landscape-parameter.

Please, if you ask for help the least you can do is to follow the advice people are giving, ok?

So let's try it again and read the instructions - you can find there everything that's needed.
par wrote: I wasn't able to find any reference to .ywl file in your webpage code.
Please follow this tutorial to add the parameters to the widget
http://yowindow.com/widget_and_landscape.php
»Man is impressive. In a universe full of untold secrets he has invented boredom.«
Post Reply