Page 1 of 2

Right time

Posted: 01 Apr 2017 00:31
by vsolivie
Hello good folks note we are using a third party program to inform you the right hor every 10 minutes and would like to know if algume knows how to reproduce the right time altomatica in proppfrexxONAIR to speak the hour every 10 minutes?

Re: Right time

Posted: 01 Apr 2017 19:49
by radio42
See here:
viewtopic.php?f=9&t=1784

Also try the search function in this forum :-)

Re: Right time

Posted: 07 Apr 2017 04:03
by vsolivie
Hello good night I'm having trouble setting the right time I did it exactly according to the tutorial, but it did not work, maybe I did something wrong, please see the photos of the settings and tell me if there's something wrong?

Re: Right time

Posted: 07 Apr 2017 08:04
by radio42
There should be no spaces between $ and { etc.
Not
$ {start_HH} $ {start_mm} .mp3
But
${start_HH}${start_mm}.mp3

Re: Right time

Posted: 07 Apr 2017 17:22
by vsolivie
Thank you very much, my friend. It worked perfectly. God bless you. :ugeek:

Re: Right time

Posted: 18 Sep 2018 02:09
by vsolivie
How do i insert The right time inside The playlist? And how do i create a right time button in The cartwall?

Re: Right time

Posted: 18 Sep 2018 19:32
by radio42
You can not create such an entry for the cart wall, as the cart wall doesn't offer any dynamic resolving of entries and time.
But you might create a user button in the 'User Commands'.
The User Commands gallery allows you to assign up to 50 control-commands.
E.g. you might use the EXEC_PLAY_FILE control-command and assign it to a button. For example use:
EXEC_PLAY_FILE C:\time-announces\time${HH}${mm}.mp3|OUT


I am afraid, except the FTE elements to be inserted into the playist like explained above, there is no other way.
I.e. the tracks are loaded in advance to the DJ Players...however, at that time, the effective time is not known (e.g. when there are 3 players the tracks are loaded 2 players in advance). Any macros however are evaluated at the time of loading the tracks into the players and not when they start playing (as this would be too late).
As such the effective time might be totally different when the real player is about to play...

Re: Right time

Posted: 18 Sep 2018 23:23
by vsolivie
It worked, thanks, but how do i create a Button for temperature and humidity?

Re: Right time

Posted: 19 Sep 2018 08:06
by radio42
Currently the following weather macros are available:
${weathercurrenttemperature} : the current weather clouds (as a string)
${weathercurrentcondition} : the current weather clouds (as a string)
${weathercurrentclouds} : the current weather clouds (as a string)
${weathercurrentprecipitation} : the current weather precipitation (as a string)
${weathercurrentpressure} : the current weather pressure (as a string)
${weathercurrentwinddirection} : the current weather wind direction (as a string)
${weathercurrentwindspeed} : the current weather wind speed (as a string)
${weathercurrenthumidity} : the current weather humidity (as a string)

To test the results you can use as an example the following command:
SHOW_ALERT_WINDOW Weather Temperature|${weathercurrenttemperature}

Please take a look to the User Manual Appendix for a complete list of available macros.

Re: Right time

Posted: 19 Sep 2018 23:22
by vsolivie
Thanks it worked again, could be possible if you add right time,temperature and humidity on the playlist on the next update? Thanks again