Amruth Pabba

Results 11 comments of Amruth Pabba

@jettw @ez2remember @BzowK try installing the latest version of Node... For Raspberry Pi, use these commands: ``` wget http://node-arm.herokuapp.com/node_latest_armhf.deb sudo dpkg -i node_latest_armhf.deb ```

@sekisek Your node is out of date. Run these commands: ```` sudo apt-get remove nodejs wget http://node-arm.herokuapp.com/node_latest_armhf.deb sudo dpkg -i node_latest_armhf.deb ````

@mgobill Your node and npm are extremely old, try updating them. Here's how you can update npm `sudo npm install -g npm`

@tacofart Run these commands: ```` sudo npm install -g n sudo n 4.4.4 ```` @mgobill Go to the dasher directory, `cd /home/pi/projects/dasher` Run the same commands as above, but then...

I had this issue, make sure your Pi is fully updated to the latest software

Not an issue, just how do I enable that? When I recompile, do I compile with the ssl plugin?

I am planning a multi-sensor for HomeKit, similar to what BruhAutomation did with the ESP8266. I will be porting this soon over to HomeKit. This should combine many of what...

It shows that the port is already being used. Do you already use Core.js or Homebridge?

Yeah, I am looking into this and going to try to solve it. It seems to work properly on some pis and gives membus errors on others.

@arturodiazad1 it works to an extent, white color has been an issue. You can test and let me know.