Raspberry Pi controlling a thermostat
- Download and install Node.js and NPM:
sudo apt-get install nodejssudo apt-get install -y build-essential
- Clone PiStat to your machine.
- Navigate to the PiStat directory and run:
npm install - Run:
npm start - Navigate to 'localhost:3000' in your browser.
- Install Homebrew:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- Install Node.js and NPM
brew install node
- Clone PiStat to your machine.
- Navigate to the PiStat directory and run:
npm install - Run:
npm start - Navigate to 'localhost:3000' in your browser.
- Download NodeJS from here and install.
- Restart your computer.
- Test installations with:
node -vnpm -v
- Clone PiStat to your machine.
- Navigate to the PiStat directory and run:
npm install - Run:
npm start - Navigate to 'localhost:3000' in your browser.