You can find information about them here.
Read the statement by Michael Teeuw here.
Posts
-
RE: Module Regions - Tutorial Requested
-
RE: MMM-Nest
@tidus5 Thanks! I’m terrible at CSS, I just keep changing numbers until it looks right to me.
-
RE: Printing to output Terminal
@ZTA0796
I don’t know your testing setup, but you usually can open up your browser (on your computer, not the pi) go tohttp://YOUR-PI-IP:8080
and then open up your broswer’s console. In chrome (using windows) you pressctrl+shift+i
, if you’re using firefox it’sctrl+shift+k
. That’s where all of yourconsole.log
messages (from the module.js) will appear. But @LukeCodewalker is correct, you won’t see node_helper.js messages there. You can view those from the consoletail -f .pm2/logs/mm-out-0.log
&tail -f .pm2/logs/mm-error-0.log
. That is, if you’re using the pm2 autostart from here. -
RE: MMM-Swipe - Hand gestures
@Blamer Yeah, this isn’t created with a certain module in mind. It sends that notification so you can use it in a module you create if you want. I haven’t been really using this too much after I made it so I don’t have any other modules that would utilize the notifications.
-
RE: MMM-Swipe - Hand gestures
No, I have some speakers behind some speaker mesh. I put the sensors behind the mesh.
-
RE: Where are you from?
@cowboysdude Where at in upstate NY? I grew up just north of Albany, but am currently living in Virginia.
-
RE: MMM-Nest
I’ve updated the module for all of those that use multi-thermostat setups. You now have the option to select the thermostat you want to see in “nest mode”, or you’re able to see all of your thermostats in a “grid mode”.
[card:mochman/MMM-Nest]
-
RE: Newsfeed and Weather Not Updating (bad index file causing the issue?)
Just doing a search for that error it looks like it is probably a problem with your
.git/index
. You should be able to fix the “bad index” issue by running:cd ~/MagicMirror rm -rf .git/index git reset
You may want to make a backup of your config.js file just in case it does anything weird. I’m not sure if that will solve your module problem. It should allow you to pull the latest MagicMirror version though.
-
RE: MMM-Swipe - Hand gestures
@Jopyth Thanks! I was able to reproduce the error. I updated the package.json file and it runs correctly.
-
RE: MMM-Swipe - Hand gestures
I’m running:
RasPi 3 with Jessie
NodeJs 6.7.0
Fully updated withsudo apt-get update sudo apt-get dist-upgrade sudo rpi-update
I just removed the entire MMM-Swipe Folder
cd ~/MagicMirror/modules/ git clone https://github.com/mochman/MMM-Swipe cd MMM-Swipe/ npm install cd ~/MagicMirror/ sudo npm start
I don’t get any of those errors. I don’t know what module version 49 is?