I have the Pushbullet module,and if i recive a notification,it stay there forever if i don’t recharge the webpage.
Can somebody help me with a module that reboot that module with a notification o somethink like that?
I have the Pushbullet module,and if i recive a notification,it stay there forever if i don’t recharge the webpage.
Can somebody help me with a module that reboot that module with a notification o somethink like that?
Why are all the modules load again if i recharge the webpage from my pc?
@yawns said in Use touch sensor to wake up MagicMirror:
The approach is always the same …
Sensor is triggered (touch sensor is touched, button is pressed, camera is identifying motion, PIR is noticing infrared heat), a timer is started and the mirror is activated. Once the timer expires the mirror is deactivated again.Of course you can use a touch sensor like TTP223. All it does is setting its communication pin on HIGH if someone is touching it. Since this is a momentary touch you need to start some timer, because you don’t want to keep your finger on the touch sensor all the time to be able to work with the mirror.
Downside in my opinion is the positioning of the sensor. It needs to be mounted on the mirror so you can actually touch it, but it is not really looking nice. Using a PIR sensor mounted in the buttom of the frame looking down through a little hole is invisble. You move your hand below the mirror, the PIR senses the infrared heat and you are done.
y want somethink like that,but im going to put the mirror in a place that a lot of people pass,so i think about this:
the touch sensor start the pir,and the pir start detecting if it’s somebody in front,if not,set on standby the screen
i don’t want that the pir it’s detecting all the time
I seen project to wake up the MagicMirror with a PIR or a webcam,but can’t i get it work with a touch sensor?
Im talking about somethink like this.
http://i.ebayimg.com/00/s/NzAwWDcwMA==/z/IzkAAOSwgkRVUHi5/$_35.JPG
It could be really usefull to have diferrent pages,and can change them with a hand swap,somebody know how it can be done?
@roramirez said in Pm2 dont start my scripts on startup:
@theusu5k What said when you run ?
pm2 list
nothing,if i manually run it,it appears
i install the pm2 to run the magicmirror on startup.
If i manually run pm2 start mm.sh,the magicmirror start working,but it doesn´t do it on startup
Im on a R pi3
@EttVenter yes,that’s it
apt-get update
apt-get upgrade
Today i found that my Smart-mirror was dead,nothink work,so i start looking for it.
I realize that mi microSD was dead,the microSD dont work anymore,i tried it on my PC,smartphone… and his dead.
I was searching on GOOGLE and found that i can try with BerryBoot,that allow me to multiboot a S.O and install it on a external USB,so the Raspberry dont need to read-write on the SD
Somebody tried it?
i really like this module,it can’t be done a web version,to control the music player from a web page?
@israel05 ask him the shipping costs to Almeria plz
@mochman can you help me,me alexa don’t do nothing :/
MMM-Alexa give me a yellow-orange square and MMM-AlexaPi give me a strikethrough microphone.
What im doing bad?
I install the MMM-Alexa and MMM-AlexaPi,and i don’t work
MMM-Alexa give me a yellow-orange square and MMM-AlexaPi give me a strikethrough microphone.
What im doing bad?
I have the Alexa(another project) and it’s working fine(obviously that im not running both at the same time).
I need to use the button to get Alexa start listening?
In that case,can somebody say me where the button goes,which pins?
@broberg thanks :)
another think,you know how i can change the lenguaje of the calendar and the news?
@bhepler i mean,i set manually the location permanently
i want that always shows the weather from the same place
how can i do it?
do you know how i can modify so i can manually set the location(not with my phone)?
I’m trying to get this module:
https://github.com/mochman/MMM-GPSWeather
but i don’t know where I have to put it,i have to copy all this:
modules: [
{
module: 'MMM-GPSWeather',
position: 'bottom_left', // This can be any of the regions.
// Best results in one of the side regions like: bottom_left
config: {
// See 'Configuration options' for more information.
locationOnly: false, //Display just location, or loc & weather
locationAPIKey: '1234567890zbcdefghijkl', //google maps API key - REQUIRED
username: 'MyName', // Part of the position URL
latlonUrlBase: "http://yourserver.net/gps", //The server you have your GPS file hosted - REQUIRED
WUAPIKey: '12391290348sjdf834' // Wunderground API Key - REQUIRED
}
}
]
on the config.js?
and another think,im stuck in **latlonUrlBase: "http://yourserver.net/gps", //The server you have your GPS file hosted - REQUIRED**
how i get that?
I already have the api key from google and from the weather.
Note from admin: Please use Markdown on code snippets for easier reading!