Thomas Beverley

Results 301 comments of Thomas Beverley

Hey, you are right, it's failing on the postcode matching. I'm in the UK so coded it to look for postcodes such as `SW1A 1AA`. I've patched it so that...

Glad to hear it! Do you get the weather updates from weather underground with your postalcode?

Hey, It sounds like you're on the right path, but maybe don't have something setup on your machine. From the terminal if you run `node -v` does it print something...

I would stick with osx. That's what I wrote it on! Not 100% sure if it will work on windows to be honest. All you need to do is download...

Okay, I think you've got a little bit lost :-/. When you ran the node installer it should have setup your paths etc correctly. It does look like they're set-up...

Okay, I've put some patches in to the code to try and be a bit more clever about what it's doing. If you've only got one nest device, the code...

Sorry, that was a typo my end. Use `node index.js` instead of `npm index.js`.

Once you run `node index.js` and get `Serving on port 8080` that's it basically running. You can point your web browser at `localhost:8080` and you'll get to the UI. It...

You would need to leave it running for a while before any data is generated for it to show. How many nest devices do you have? If there's more than...

You could check to see if there is an error in the client. Try opening the page in chrome, then going to View>Developer>JavaScript Console. You should see the terminal in...