Great! I’ll give it a try and let you know how it goes :)
Read the statement by Michael Teeuw here.
Posts
-
RE: Morning News
Hi @doughall , not related to your suggestion, though I think it would be awesome! how did you get the PIR Sensor working? I’ve been having a “white screen” issue the las couple of days. I haven’t modified any configurations, just simply installed as the tutorial says. Please help! :(
-
Pollen Count
Hi! As a “allergic to Pollen” person I would like to have a display of Pollen levels in my city (Madrid, Spain) on the Magic Mirror.
I’ve been trying to find an API for this in Spain or Madrid but I don’t find any… I’ve seen UK and Germany have some websites that let you retrieved this data but not in Spain :(
The clearest place I’ve found this data is this url: http://www.eltiempo.es/madrid/polen/
So, how can I get this info if I only have an url?? Anyone?
Thx!
-
RE: PIR-Sensor - put your mirror to sleep if not used
I’ve tried to check the web inspector but when the screen is white… problems ahead —> The web inspector doesn’t pop up.
I’ve tried this without installing the PIR Sensor module and the web inspector works but again when the screen is in “white mode” doesn’t.
Any thoughts?
-
RE: PIR-Sensor - put your mirror to sleep if not used
Ok, so if it doesn’t support v6, how can @Bangee made it work? I guess I should:
- Uninstall NodeJS v6 and install v5
or - Delete the Sensor Module for now
??
- Uninstall NodeJS v6 and install v5
-
RE: PIR-Sensor - put your mirror to sleep if not used
Ok, I will!
Maybe it is a hardware problem? I’ve connected the PIR-sensor this way, is this correct?
https://www.raspberrypi.org/learning/physical-computing-guide/connect-pir/ -
RE: PIR-Sensor - put your mirror to sleep if not used
I have Raspbian install so Im using Epiphany. Does this browser has a web inspector? if so, where? Thx
-
RE: PIR-Sensor - put your mirror to sleep if not used
There was a type on my message… sorry. This is what I have done:
{ module: 'MMM-PIR-Sensor’, config: { sensorPIN: ‘2’ } }
Note from admin: Please use Markdown on code snippets so it is easier to read!
-
RE: PIR-Sensor - put your mirror to sleep if not used
Hi! Im having the same issue as @pugsly. I do already have the PIR sensor connected but once I launch the MagicMirror the screen goes white.
This is what I have in the config.js:
{ module: "MMM-PIR-Sensor', config: { sensorPIN: '2' } }
Any thoughts? Thx!