Closed theskyisthelimit closed 4 years ago
I was able to reproduce the error on my computer, but could not (yet) fix it. I am working on it.
There was an error in the installation instructions. It was written..:
git clone https://github.com/spitzlbergerj/MMM-Teslalogger
cd MMM-Teslalogger
npm install
But it must be (with capital L)
git clone https://github.com/spitzlbergerj/MMM-TeslaLogger
cd MMM-TeslaLogger
npm install
works perfectly now. Thank you!
Hello!
If I install the TeslaLogger as described here it will not work. In Google Chrome I can see that it tries to call http://XXX.XXX.XXX.XXX:8585/modules/MMM-TeslaLogger//MMM-TeslaLogger.js
Cannot GET /modules/MMM-TeslaLogger//MMM-TeslaLogger.js
My workaround is to download the zip from github, extract and execute npm install.
Is this just me?