Running Temboo Yahoo Weather API
Posted: Wed Feb 24, 2016 4:04 pm
Has anyone had any experience in getting Temboo Yahoo weather choreo's to run on an ESP8266-12? I know the Temboo platform doesn't officially support ESP, but some people have got it appending rows to a Google Spreadsheet by 'nob-ling' Arduino code.
When I try to run the weather choreo it causes a stack crash error. The guy who got Google spreadsheets working experienced similar crashes but commented out a section of code that was trying to print the spreadsheet row data to the serial monitor. It's not so easy for me to do that, as I need to read the Yahoo weather RSS feed 'elements' so I can assign data like high and low temperature to variables that can be used in the rest of the sketch.
When I try to run the weather choreo it causes a stack crash error. The guy who got Google spreadsheets working experienced similar crashes but commented out a section of code that was trying to print the spreadsheet row data to the serial monitor. It's not so easy for me to do that, as I need to read the Yahoo weather RSS feed 'elements' so I can assign data like high and low temperature to variables that can be used in the rest of the sketch.