I am full of admiration for your work. This is a great addition to anyone who already uses or wants to use voice commands.
AWESOME :D
I am full of admiration for your work. This is a great addition to anyone who already uses or wants to use voice commands.
AWESOME :D
have u tried sudo raspi-config
?
Go to advanced and then to resolution.
In the sample config there is no line 96 !!!
don’t know what u did, but maybe u should read a little more accurate as doubleT said before. I don’t want to attack you.
Just delete your config file, copy this here and rename it to “config.js” and put it in your config folder. This should work
Thats what i said… The module is developed 10 months ago, and i have never heard about it :D
This looks really awesome.
In addition i will link this one (GoogleSync):
https://forum.magicmirror.builders/topic/4245/mmm-mynotes-display-gmail-notes-on-your-mirror
You dont Need to apologize. We all understand that there is still a private and business life. But thank you anyway. ;)
@Duke86 said in Really confused:
I removed the folder and this happened
pi@raspberrypi:~/MagicMirror $ cd MagicMirror
bash: cd: MagicMirror: No such file or directory
pi@raspberrypi:~/MagicMirror $ nmp install
bash: nmp: command not found
pi@raspberrypi:~/MagicMirror $ ^C
pi@raspberrypi:~/MagicMirror $
u used “nmp install” instead of “npm install”
do exactly this:
cd
cd MagicMirror
npm install
wait for Installation complete. This will take a while. Just wait UNTIL u see the “pi@raspberrypi:” again and u are able to type new commands. Even if u can’t see an installation progress bar.
then type npm start
or if u use ssh: DISPLAY=:0 npm start
Yeah i saw this and tried it. Works great :) Thank you
Unfortunately the pm2 start command can NOT be used in every direction. It must be used in the same direction where the “mm.sh” is. So if u create the mm.sh in your home directory u must also use “pm2 start mm.sh” in your home directory.
(Just to know) :P
you’re welcome. Enjoy it and have fun :D
@nh_790 said in Which screen for Magic mirror??:
looks like they can detect motion from behind the glass which PIR cant.
thats correct. But keep in mind, that microwave detectors are very sensitive. So if u have a closed room, it will be ok. If u are thinking about an installation in big open rooms, that thing can detect motion behind walls also. So it can be, that the detector detects more often then u wish ^^
Microwave detectors sending microwaves and expecting a certain reflection. Because microwaves will send with about 24 Ghz, they can travel a hugh distance.
Just to know ;)