Here you got the old Version:
https://github.com/MichMich/MagicMirror/tree/v2.1.0/js
It worked perfectely @gismo2006 :)
Read the statement by Michael Teeuw here.
Posts made by fabrang
-
RE: mm-music-player errors
-
RE: MMM-PiLights - Control a LPD8806 Led Strip on a Raspberry Pi
Hello :), I buyed a WS2801 LED-Chain and now I try to get the module running. I Installed the library via. “npm install rpi-ws2801” but I dont know what I Need to Change to get it work.
var leds = require(“rpi-ws2801”);
Putting this in my js.File I only get an error message in my developer console?
Can somebody help me please? -
RE: mm-music-player errors
I have the same problem since two days. I tried some stuff but nothing worked.
-
RE: Simple Music Player Module
@EoF I updated my Magic Mirror on 2.1.1. I wanted to try your modul but after copying it into my modules folder and adding the module in the config, I started the mirror and get a blackscreen. I’ve read that more people got the same issue.
Got an Idea what’s the problem? :) -
RE: MMM-DHT22 Humidity and Temperature Module
@MxBln I have the same question. It works, but it shows me way to high temperatures and humidity. How did you do it with a DTC11 ?
-
cannot stat '/config/config.js.sample' : No such file or directory
Hello :)
I’m trying to build my own MagicMirror. I’m quiet a beginner in coding and want to learn it by
doing. I saw the project of the MagicMirror and I wanted to try it.After trying a bit on my own I found this link to install it.
https://github.com/MichMich/MagicMirror/wiki/Jessie-Lite-Installation-GuideI did it step by step. I installed npm everything was fine. But the next step doesn’t work.
The Pi gives me the comment in the title.I didn’t change anything in the code cause I wanted it to run before I start to change things.
cp: cannot stat ‘/config/config.js.sample’ : No such file or directory
Someone got a clue what I’m doing wrong?
I’m doing it inside the MagicMirror folder with cp ~/MagicMirror
The file is avaible in the File Manager under /home/pi/MagicMirror/Thanks for reading :)
Kind regards,
Fabian