@lolobyte This is not related to the Remote Control, is it? Please make a a post in the troubleshooting section possibly with the configurations of your netatmo and Fuel modules, maybe something is wrong in your config.js
.
Read the statement by Michael Teeuw here.
Posts
-
RE: [Remote-Control] Shutdown, Configure and Update your MagicMirror
-
RE: [MMM-PIR-Sensor] Install failing
@Makradon Sensor PIN 22 for the PIR-Sensor module is this one:
Edit: Maybe I was confused by the diagram of the DHT22 module. It looked to me like the GPIO and WiringPi numbers are different.
-
Looking for beta testers for MMM-Remote-Control
I developed the Remote Control Module (Link to Showcase Thread), and am currently making some major changes, to allow editing the config.js in a UI.
Judging from the traffic of the repository, this module is now being used by more people than just me, so I would like to make sure to gather feedback and fix possible bugs before releasing changes to everyone.If you are using my module and are interested in helping me by testing the version on my
develop
branch, I would greatly appreciate it. Note that this version also might not work as intended all the time and can contain bugs. If you are afraid of messing up yourconfig.js
you should probably stay on themaster
branch. Even though backups should be created, these currently need to be restored manually.If you want to help, please change to the
develop
branch (I assume you already installed it):cd ~/MagicMirror/modules/MMM-Remote-Control git fetch origin git checkout develop npm install # install new dependencies
I will post here when new changes are ready for testing, if you want to be updated about new changes, you can watch this thread.
Also I will try to keep my trello board up to date.Please post ideas, feedback and bugs concerning the
develop
branch in this thread (or make comments on the trello board). -
RE: [WANTED] Maker Faire Berlin MagicMirror booth
@paviro Well the mirror is finished, but there is a reason why I called it “Magic Wardrobe” (see this prezi). The top half can be taken off though and carried around, so it might be possible.
-
RE: [Remote-Control] Shutdown, Configure and Update your MagicMirror
If someone still has issues with the IP whitelist, please check this thread. For the other issues, if someone has clean steps to reproduce them, please post here or on the github issues linked in that post.
-
RE: [Remote-Control] Versions not visible
@schlachtkreuzer6 How did you install the module? It sounds like you may have downloaded a zipped version? Or did you use the installer or
git clone https://github.com/Jopyth/MMM-Remote-Control.git
? Edit: Also please do @yawns suggestion, if the folder does not exist, something went wrong with cloning/initializing the git repository. -
RE: skywriter - python to javascript
@kclemen If you want an example of how to put together python and a module, you can have a look at this. It uses a python backend for face recognition. I think you could use a similar approach to “listen” for flicks.
-
RE: MagicMirror at Maker Faire Berlin
I am the most hands… just kidding, the leftmost guy. :D
-
RE: [Remote-Control] Shutdown, Configure and Update your MagicMirror
@Snille I like the idea, will probably add this to my “want to do” features.
-
RE: [MMM-PIR-Sensor] Install failing
@Mar Please change your
package.json
file as displayed here and executenpm install
again. @paviro has not yet responded to my PR, but hopefully this will get merged in sooner or later.