Linking Netatmo Weather Station to Amazon Echo (Alexa)
[Full tutorial in the answered question below. Feedback welcome!] I am trying to create an AWS Lambda function to use for an Amazon Alexa skill to fetch weather information from my Netatmo weatherstation. Basically, I need to connect to the Netatmo cloud via http request. Here's a snippet of my code, the http request is done for the temporary access token, the request is ok but the result body is body: {"error":"invalid_request"}. What could be the problem here? var clientId = ""; var clientSecret = ""; var userId="a@google.ro"; var pass=""; function getNetatmoData(callback, cardTitle){ var