Totally new to node-red & sensehat & this whole IoT thing.
I've followed the article on: https://flows.nodered.org/node/node-red-contrib-google-action
Everything worked until the part where I have to test. Google Action encountered an error which says:
"xxx isn't responding right now. Try again soon." (where xxx is my project name).
Also, in the google action node, there is a "SSL private key file" and a "SSL certificate file" which i have no idea how to find the path for.
I've tried a guide to create the private key and cert and after everything's done, when i attempt to boot node-red, it says access denied & my node-red is unable to start up..
Edit: It's a school proj so everythjng is local,under a normal router with Internet access (no vpn etc)
Question2: According to this link: https://flows.nodered.org/node/node-red-contrib-google-action i just need a https web server in order for this to work right?