Payment now complete?
I think the others have to wait until the turtles come off :airplane: :grinning:
Read the statement by Michael Teeuw here.
Posts
-
RE: [ORDER CLOSED] Two way mirror order in Germany
-
RE: Does anyone know how to make the iFrame module refresh periodically?
@kevsfastz is it possible to show simple html content and update periodically?
-
RE: Nullschool weather module
Very nice page ! Already some feedbacks about implementation in github?
-
RE: [MMM-PIR-Sensor] Install failing
@Jopyth thank you very much for all your efforts for this community.
Even its in your spare time it should be honored ! -
RE: [MMM-PIR-Sensor] Install failing
@PindaPower said in [MMM-PIR-Sensor] Install failing:
In other post they posted this link, maybe it will help??
https://diyhacking.com/raspberry-pi-gpio-control/Thank you. With that i understood the delay and sensitivy knob.
But! When i put sensivity at most right, the monitor goes on automatically ON after a while, even when there is NO movement in the radius… How can i debug this? -
RE: [Remote-Control] Shutdown, Configure and Update your MagicMirror
@Jopyth said in [Remote-Control] Shutdown, Configure and Update your MagicMirror:
@fox Interesting. What changes did you make? I will try to give you a short
git
crash course for your case: You can get an overview viagit status
(should show changed files) andgit diff
(showing the changes themselves). If you do not care about these changes you should be able to usegit reset --hard origin/master
or if you do care about them usegit stash
, then dogit pull
, and thengit stash pop
to apply the changes again.Thank you!
What for a fantastic update! I tested nearly every module and everythink worked fine.
You refactored also the config file during saving. Awesome! Nice job. -
RE: PIR-Sensor - put your mirror to sleep if not used
@Them-Russians said in PIR-Sensor - put your mirror to sleep if not used:
@fox You define the pin in the config.js file.
Make sure you sue the GPIO pin number, and not the generic pin number.
For instance, in the pin diagram the pin 1 down from the top left is GPIO pin 2, but regular pin 3. In the config file, you would define it a SensorPIN = 2.
Thank you very much. I understood.
Does someone control this with a timeout? Or when switches the script the HDMI Port off? Perhaps some want x minutes to be shown?Edit. I am a noob. I just have to adjust the delay knob on the PIR-Sensor PCB :)
-
RE: [Remote-Control] Shutdown, Configure and Update your MagicMirror
@Jopyth said in [Remote-Control] Shutdown, Configure and Update your MagicMirror:
@AAPS (and everyone else): You can try the new version, but you can also go back to a previous version afterwards with the commands:
cd MagicMirror/modules/MMM-Remote-Control # or wherever you installed the Mirror and the module git checkout v1.0.0 # or the version you want
Currently, there is
v1.0.0
(which is probably the one you are on) andv1.1.0
as older versions. To check out the most recent version usegit checkout master
again.I want to update. But
git checkout master
does not work. There stands i shall usegit pull
but then there comes:
*Please, commit your changes or stash them before you can merge.
Aborting
* -
RE: PIR-Sensor - put your mirror to sleep if not used
@Them-Russians said in PIR-Sensor - put your mirror to sleep if not used:
@fox pop the plastic dome off and you’ll see the labeling. I believe the middle pin is the digital output and the ground and 5V power are on the outside.
The sensor is labeled. But on which pin on the raspi? Have i missed something in the module how-to?
-
RE: PIR-Sensor - put your mirror to sleep if not used
i have bought a sensor.
This is not a troubleshooting post. I want only know how to connect it.
Please add this to the description.
Three wires from the sensor and to which raspi port?