YoWindow and drives.

Hello,
I’m sending data from a station to a web page on the YoWindow widget, but I do not know why I’m showing units that I do not want.
Instead of Celsius there is Farhaint and I want to change other units.
I have all the necessary files like customyowindow.txt in the webfiles folder and also in the root directory of the crossdomain.xml file.
Can anyone advise how to change drive settings?


yowindow.png

  1. It depends on the type of script you use, so please always supply the link (URL) to the page with the script you have questions about.
  2. Yowindow can convert the units used to the untis to be displayed. therefor you have to tell yowindow which units it should display

This page, it can take some time to load, explains all settings: YoWindow weather widget parameters
This information on that page is for use with yowidget3.swf directly into your html

The following code example uses swfobject.js to load the yowidget3.swf, and also list a few of the often changed settings for the yowindow widget.

 <!-- put yowindow dynamic picture here -->
<script type="text/javascript" src="javaScripts/swfobject.js"></script>
<script type="text/javascript">
    var flashvars = {
      lat: "50.85000",
      lon: "4.34000",
      location_name: "demo rel 2.8 initial settings WD ",
      current_weather_url: "yowindowRT.php?wp=WD",
      time_format: "24",
      us: "custom",
      u_temperature: "c",
      u_wind_speed: "kph",
      u_pressure: "hpa",
      u_pressure_level: "sealevel",
      u_distance: "km",
      u_rain_rate: "mm",
      lang: "en",
      background: "transparent",
      copyright_bar: false,
      fp_day_count: 9,
      landscape: "village",
      i_uv: 0
   };
    var params = {
      quality: "high",
      bgcolor: "#FFFFFF",
      allowscriptaccess: "always",
      allowfullscreen: "true",
      menu: "false",
      wmode: "transparent",   
    };
    var attributes = {
       id:"yowidget",
       align: "top",
       name:"yowidget"
    };
    swfobject.embedSWF(
       "http://swf.yowindow.com/yowidget3.swf",
       "yowidget", 
       "100%", 
       "300px",
       "9.0.0",
       "expressInstall.swf",
       flashvars,
       params,
       attributes
    );
</script>

Yes thanks for the info I will have the job :slight_smile:

So I managed to get the HTML code for YoWindow and it’s okay.
My language and units are doing well.
I just noticed that the weather conditions did not match the display format ID and therefore I did the test.
Here are the images on which ID icons and the sky environment are to be displayed.
Meanwhile, I did a day-to-day test, but I’ll do it even at night.
So far I do not know what ID is for mist or snow or wind.
What does Brian say, do you think anything could be done? :slight_smile:


format wd icon 1.png

format wd icon 2.png

format wd icon 3.png

format wd icon 4.png

Continuation.


format wd icon 5.png

YoWindow XML.png

Ahoj,
jen takov

I do not think flash should be dead.
Win 10 is a new product and also uses a browser with flash.
Otherwise, when it comes to my mobile and tablet, I’m running all of my apps, and I’ll also see it.
Just install the appropriate flash by the android version.
Http://axeetech.com/2016/02/19/install-flash-player-for-android-6-0-1-marshmallow/
Yowindov is a nice app so I want her on the web and people like it.
Until yesterday, I managed to get the station started and get it started.
I just want to ask Brian if he can change ID for icons to make it work well.

I attach more pictures for the night sky


night time 1.png

night time 2.png

night time 3.png

night time 4.png

continuation


night time 5.png

I accept your opinion, but Google, Mozilla and others think otherwise… there are good reasons why it is very bad technology, just Google it… yes you are right if you install extensions you can run it, but once it stops working in browsers (not very long until it happens) then your visitors are not likely to be installing extra, potentilally highly insecure, extensions.