spitzlbergerj / MMM-TeslaLogger

Module for MagicMirror showing data from the Teslalogger or teslamate subscribed to via MQTT
GNU Affero General Public License v3.0
5 stars 3 forks source link

Error with git clone installation #5

Closed theskyisthelimit closed 4 years ago

theskyisthelimit commented 4 years ago

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?

spitzlbergerj commented 4 years ago

I was able to reproduce the error on my computer, but could not (yet) fix it. I am working on it.

spitzlbergerj commented 4 years ago

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
theskyisthelimit commented 4 years ago

works perfectly now. Thank you!