Hello,
I can’t hear Sound over the USB-Card, only over HDMI.
Only I make Speakertest , I can hear a noise.
And I see it at alsamixer, but when I switch to USB Card at alsamixer and Close it and make a reopen , it’s the setting back to standard.
Hello,
I can’t hear Sound over the USB-Card, only over HDMI.
Only I make Speakertest , I can hear a noise.
And I see it at alsamixer, but when I switch to USB Card at alsamixer and Close it and make a reopen , it’s the setting back to standard.
Hello,
I can no hear sound over the usb-card, only over hdmi.
But when I start speakertest I can hear the white noise.
I have test a few things what google say, but nothing works.
So, I Have modified, and hope it will doing what I want:
Module.register(“MMM-Myvoiceradio”,{
// Default module config.
defaults: { text: “
notificationReceived: function(notification, payload, sender) {
var self = this;
Sender = 0;
If (notification === “Sender+”){
Sender = Sender+1;
If (Sender > 1){
Sender = 2;
}
}
If (notification === “Sender-”){
Sender = Sender-1;
If (Sender < 1){
Sender = 2;
}
}
if (Sender === 1){
self.sendSocketNotification('einslive', {});
}
if (Sender === 2){
self.sendSocketNotification(‘bigfm’, {});
}
if (notification === “Volume+”){
self.sendSocketNotification(‘VolumeUp’, {});
if (notification === “Volume-”){
self.sendSocketNotification(‘VolumeDown’, {});
if (notification === “radiostop”){
self.sendSocketNotification(‘radiostop’, {});
}
This was the Myvoiceradio.js
I search for a simple web-radio that I can use with buttons,
Volume , on, off, and chance the different streams.
Only show short the station, after change.
Nice to make a output gpio in this module, so I can installed a relais, to switch thinks on, only when I am in the house.
I Have solve this problem without MMM-PIR-Sensor this a python-skript in rc.local.
But bei DHT22 - Sensor is not working now, destroyed? But why?
So I Have rm -rf MMM-PIR-Sensor and new install. after this I run npm install -g, is give the follow error messages
pi@Mirror:~/MagicMirror/modules/MMM-PIR-Sensor $ npm install -g
npm WARN checkPermissions Missing write access to /usr/lib/node_modules
/usr/lib
└─┬ Magic-Mirror-Module-PIR-Sensor@1.1.0
└─┬ onoff@1.1.2
└─┬ epoll@0.1.21
├── bindings@1.2.1
└── nan@2.5.1
npm ERR! Linux 4.4.50-v7+
npm ERR! argv “/usr/bin/nodejs” “/usr/bin/npm” “install” “-g”
npm ERR! node v6.10.0
npm ERR! npm v3.10.10
npm ERR! path /usr/lib/node_modules
npm ERR! code EACCES
npm ERR! errno -13
npm ERR! syscall access
npm ERR! Error: EACCES: permission denied, access ‘/usr/lib/node_modules’
npm ERR! at Error (native)
npm ERR! { Error: EACCES: permission denied, access ‘/usr/lib/node_modules’
npm ERR! at Error (native)
npm ERR! errno: -13,
npm ERR! code: ‘EACCES’,
npm ERR! syscall: ‘access’,
npm ERR! path: ‘/usr/lib/node_modules’ }
npm ERR!
npm ERR! Please try running this command again as root/Administrator.
npm ERR! Please include the following file with any support request:
npm ERR! /home/pi/MagicMirror/modules/MMM-PIR-Sensor/npm-debug.log
And a black screen at the mirror
Alsfeld, Germany. The second nice town unter 20.000 people in Germany now.
Say the Geo travel magazine.
https://goo.gl/images/AYD77k
Hello,
I have delete the ‘,’ but I have still this problem. In the past failure in the config.js make a white screen at me.
And I have run ‘sudo npm install -g’ in the MMM-PIR-Sensor directory,
and I see this Error messages. And I have still a black screen.