pimometer icon indicating copy to clipboard operation
pimometer copied to clipboard

Getting Started

Open fbeuting opened this issue 8 years ago • 4 comments

Hi, I changed the Thermocouple reading to the MAX 6675 but i do not know how to start the PiMometer. it ist posible to give me an little explainaition. THX

fbeuting avatar Jun 23 '16 12:06 fbeuting

there are two problems i find and i don´t know how to solve first at the installation of nodes.js `sudo update-rc.d nodejs defaults insserv: warning:script 'KOlnodejs' missing LSB tags and overrides insserv: warning:script 'nodejs' missing LSB tags and overrides

secondly a nodejs.log module.js:340 throw err; ^ Error: Cannot find module 'socket.io'

`

fbeuting avatar Jun 23 '16 14:06 fbeuting

Not sure about the first problem, but for the second problem have you tried running "npm install socket.io"?

limited avatar Jun 24 '16 01:06 limited

I changed to max 31855 but the problem is the socket work´s I could open the website but it seems that ther is no conection to the thermccuple , the missing LSB tag, problem is still not solved

fbeuting avatar Jul 07 '16 09:07 fbeuting

Sorry, I don't have time to give you a better response but I would suggest checking for help from a more active forum (like maybe https://forums.adafruit.com)

You may want to verify without the website if you can access the thermocouple. This can be done by running a small test program you need to write (or find online) that can query the thermocouple directly.

--Eric

limited avatar Jul 07 '16 11:07 limited