
frankcottnj
In the Speech Recognition I was looking to have the weather report spoken and put the following script in:
SpeakRSS( http://w1.weather.gov/xml/current_obs/KEWR.xml, 1 )
SpeakRSS("http://w1.weather.gov/xml/current_obs/KEWR.xml, 3 )
Say("This concludes today's weather report Newark area")
But nothing happens. It was to be triggered on the "weather" speech term and either nothing happens of depending on the syntax, no text or speech. My pandora bot works fine but not this RSS text to speech, help. I also redid the above both lines with a 1 and 3 and without after the url
fc
Your code is missing quotes around the string. In the Say() command, you have quotes. But failed to put quotes in the SpeakRSS command.
Your code will work if the syntax is corrected (if the links are valid RSS feeds)...
Code:
However, it is important to note that those links are not RSS feeds. You will need to browse that website and use RSS feeds only. The RSS feed commands in EZ-Script can only work with RSS feeds. That website does have RSS feeds in the side menu link. Here is an example of a real RSS feed from that website.
Code:
Notice how the URL actually has an RSS reference in the path - that's a sure sign that it is a valid RSS feed. The links provide in your example are not valid RSS feeds.
frank
Thank you.
frank
Can you post your project?
You can start by lowering your confidence rating. There are questions marks on the options that you can hover the mouse over for assistance.