Read the statement by Michael Teeuw here.
Cowboysdude's Mirror
-
@Mitchfarino I will post it later tonight. The mirror working that is and I’ll post the voice git hub info as well. I didn’t do the software strawberry did. But it’s working great
-
Here is the voice module I am using…
https://github.com/fewieden/MMM-voice
Here’s a link to a very small video testing it!
-
@cowboysdude Looks great!
I need to get back in to things now, and get mine built!!
-
@Mitchfarino said in Cowboysdude's Mirror:
@cowboysdude Looks great!
I need to get back in to things now, and get mine built!!
Thank you!! Post pics for us!
-
Hi @cowboysdude,
i have an issue with the MMM-Voice-Module. I had install all with the dependencies.sh. The Installscript says i must use mic 1 in the config.js. But it doesn’t work. The Module in the Mirror says: Initialize… and then ERROR. What can i do to resolve the Problem?
Regards, Daniel
-
@ostfilinchen said in Cowboysdude's Mirror:
ERROR
Run the mirror in dev mode
npm start dev
Then see what errors you’re getting :)
-
@cowboysdude Hi! would you mind helping me to install/debug your module please? i am not able to make it work even tho i followed your instructions :( thx if you can do this favor.
let me know what should i share (command to run etc) to make it easy to “debug” -
@bibi said in Cowboysdude's Mirror:
@cowboysdude Hi! would you mind helping me to install/debug your module please? i am not able to make it work even tho i followed your instructions :( thx if you can do this favor.
let me know what should i share (command to run etc) to make it easy to “debug”Sure I will help you all I can :)
-
@cowboysdude oh that’s really really awesome!
so what i have done is git Pir-Sensor & wiringPi into root? =>

edit with nano pir.py =>

chmod all 3 files at pi@raspberrypi:~ $
and crontab also at pi@raspberrypi:~ $

the jumper on PIR sensor in on H and the knobs are both set at minimum level
-
First make sure your wiring is correct… use the pin in the pir.py…
Then…
I put the pir.py and both sh files in the pi root directly
pi/pir.py
pi/monitor_off.sh
pi/monitor_on.shsudo chmod +x pir.py
sudo chmod +x monitor_off.sh
sudo chmod +x monitor_on.sh
Then…
sudo crontab -e
On the last line enter:
@reboot python /home/pi/pir.py &
Hit CRTL-O to save then exit
Reboot your pi
-
This post is deleted! -
@cowboysdude that’s exactly what i did all 3 files are located in Pi home directory as well as wiringPi.
sudo chmod there too & crontab too…
but not working… there should be something else.
i try to run your .sh file so the outcome is that monitor_off file works well but the monitor_on file displays the following message:

would you mind to share with me YOUR following files plssssss =>

thx you! -
@bibi go here:
https://github.com/cowboysdude/Pir-Sensor
download the monitor_on.sh and try running it again.
-
@cowboysdude Apperently i could get ride off this xset message now the monitor is turning on but the screen stays black… screensaver issue maybe.
-
@bibi said in Cowboysdude's Mirror:
@cowboysdude Apperently i could get ride off this xset message now the monitor is turning on but the screen stays black… screensaver issue maybe.
Yes that’s why I gave you the new one to try… I believe you’re having a screen saver issue.
The way I handled mine was to install xscreensaver and disable it :)
-
@cowboysdude aha ok I will check install xscreensaver this evening. Any specific options or settings that I should apply?
-
@bibi said in Cowboysdude's Mirror:
@cowboysdude aha ok I will check install xscreensaver this evening. Any specific options or settings that I should apply?
Yes “Disable” :)
-
-
@cowboysdude @bhepler Thx for spending time to help me. i understand if you can’t help anymore.
but here my update : i installed Xscreensaver and disabled it but it’s working. the monitor switches off with /opt/vc/bin/tvservice -o properly but with
/opt/vc/bin/tvservice -p the screen stays black (backlight)
just for info im doing all this via SSH… maybe something to do with X forwarding and this message : xset: unable to open display “”…Edit: i have found a command that allows to bring back the screen ! sudo chvt 9 && sudo chvt 7. :)))
i have to check out how to implement this in an elegant way -
@bibi said in Cowboysdude's Mirror:
sudo chvt 9 && sudo chvt 7
Open up the monitor_on.sh and delete everything add:
sudo chvt 9 && sudo chvt 7
Save it and that should work for you :)
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login