Page 4 of 4

Re: Current Conditions Audio

Posted: Tue 04 Oct 2016 2:29 pm
by PaulMy
Very well done Piotr, the English audio sounds excellent. Marcel should be able to comment on the French audio.

Tony,
Good comments. I was not aware of your earlier posting on WW. I have your PHP script working http://www.komokaweather.com/rv/conditionsaudio.php and like adding the currentconditions.php but my coding skill is only very limited in html and lots of cut and paste / trial and error. I am looking at it but the extra languages will have to go for now as my language resource is English (Canadian and now Australian ;) ) along with other grandkids' français canadien.

Enjoying,
Paul

Re: Current Conditions Audio

Posted: Tue 04 Oct 2016 11:07 pm
by BeaumarisWX
Hi Paul,

Not sure I understand the comment about Language Resource.
Also if by coding you mean how to create the popup, please see some examples below of how I do it.
1: link with announcement image.
2: Link without image.
<a href="../rvc/fcastaudio.php" onclick="javascript:void window.open('../rvc/fcastaudio.php','1466915970540','width=745,height=175,toolbar=0,menubar=0,location=0,status=0,scrollbars=0,resizable=0,left=0,top=0');return false;" title="Onsite Generated Audio Forecast for Franklin"><img src="./announcement.png" alt="audio" height="15" width="15" align="top"/><span style="color:#87cefa;">Audio</span></a>

<a href="../rvc/conditionsaudio.php" onclick="javascript:void window.open('../rvc/conditionsaudio.php','1474521511771','width=780,height=170,toolbar=0,menubar=0,location=0,status=0,scrollbars=0,resizable=0,left=0,top=0');return false;" title="Audio of Current Conditions at our station South of Franklin">AUDIO CONDITIONS</a>
If you need the code created for you to your specified requirements, try using this code generator : http://www.textfixer.com/html/javascrip ... window.php

Hope that helps,
Kind Regards,

Re: Current Conditions Audio

Posted: Mon 17 Oct 2016 10:26 am
by pernaczy
PaulMy wrote:I have attached a zip of my North America meteo_audio script http://www.komokaweather.com/weather/meteo_audio.html.

EDIT:
20161003 updated both zips
Hi Paul,
I have noticed that your meteo_audio script, is not giving the pressure tendency in the "French text/audio" part of the code.
Everything is OK in "English text/audio" part but in this case you are using webtag <#presstrend> directly, while in "French part" it is being used inside conditional statements.
Piotr

Re: Current Conditions Audio

Posted: Mon 17 Oct 2016 11:33 pm
by PaulMy
I think I found my mistake. I do not speak French, is it better now? http://www.komokaweather.com/weather/meteo_audio.html

Paul

Re: Current Conditions Audio

Posted: Tue 18 Oct 2016 5:58 am
by pernaczy
OK. Now it works. :clap:
Piotr

Re: Current Conditions Audio

Posted: Tue 18 Oct 2016 1:53 pm
by PaulMy
Thanks Piotr,

I have updated the zip in my first post here.

Enjoy,
Paul

Re: Current Conditions Audio

Posted: Sun 23 Oct 2016 2:34 pm
by PaulMy
I have updated my zip to correct a wind direction error.

Paul

Re: Current Conditions Audio

Posted: Thu 17 Aug 2017 9:43 am
by ConligWX
PaulMy wrote:A little script http://www.komokaweather.com/weather/meteo_audio.html (still a work in progress) borrowed from F1LXJ Serge at Météo d'Annoeullin dans les Hauts-de-France http://f1lxj.free.fr/weather/index.htm and http://www.meteo-saint-brevin.fr/

Enjoying,
Paul
Paul just doing some broken url checks on my Website.

F1LXJ Serge at Météo d'Annoeullin dans les Hauts-de-France http://f1lxj.free.fr/weather/index.htm is now using this URL:

http://f1lxj.fr/weather/

Re: Current Conditions Audio

Posted: Mon 11 Sep 2017 2:59 pm
by PaulMy
Thanks Tony, better late :oops: than never. I've made the change on the first post here.

Paul