Can we see the content of your mm.sh script?
What is the response when you start the mm.sh script ? (pm2 start mm.sh).
Are you connecting using VNC?
Can we see the content of your mm.sh script?
What is the response when you start the mm.sh script ? (pm2 start mm.sh).
Are you connecting using VNC?
yes, i believe it should work along with a raspberry pi.
If you cant find one in sweden, then I use to order from thePiHut as it is located within the EU and therefore free from import tax, (atleast until Brexit)
https://thepihut.com/pages/search-results?q=pir&page_num=4,
for future reference, http://jshint.com/ as suggested in the faq, is a very good tool for finding errors in the config.js
This module is what you need. Along with one of the pir sensors, as linked to in the readme.
https://github.com/paviro/MMM-PIR-Sensor
If you dont want it to start everytime you pass by your mirror, then you just place the sensor pointing up or down, and then you change swipe your hand in front of the sensor to activate the mirror.
Shouldn’t the files in the public folder be accessible from a browser?
If anybody would be interested in trying to help solving it, then here is a link.
https://github.com/mortenbirkelund/MMMT-Newsfeed
Notices that if you uncomment the lines from 92-113, then the swiper is applied correctly.
https://github.com/mortenbirkelund/MMMT-Newsfeed/blob/master/MMMT-Newsfeed.js
But for some reason it doesnt work when i apply the same coding to the rest of the getDom function…
Whenever I try to access a file in a myModule/public/ then i get an error
Cannot GET /myModule/callback.js
Hi. I am trying to create a module for my Neato Botvac D5. (robot vacuum cleaner).
Neato have an official javascript SDK (https://github.com/NeatoRobotics/neato-sdk-js) that i am using.
My problem is that whenever i logon, i am returned to https page. So i have 2 questions.
How should the url looks like in order to be returned to my module, so that the SDK can pick up the auth_token?
How do i handle the fact that OAuth require the return uri to be https?