@Milk
I use the built-in Monitor’s hard buttons to control the sound.
There’s “alsamixer” command to control volume. But this is not convenient.
Read the statement by Michael Teeuw here.

Posts
-
RE: Simple Music Player Module
-
RE: Simple Music Player Module
Last question.
Do you know how to write a code for a volume buttons for that player?
I know that “MMM-TouchPlayerBasic” module has that feature. -
RE: Simple Music Player Module
@DrCastor said in Simple Music Player Module:
Hi,
Could you please send a full code of “node_helper.js” file?
Thanks in advance, -
RE: Simple Music Player Module
@DrCastor
Great! Thank you for reply. I hope you will succeed. -
RE: Alexa pi install, mic doenst work?
@Milad222
Hi,
It’s plug&play device and no need to install any drivers. Hope you it will help you.
I’m currently configuring Jarvis assistant. Did you hear about this?
Let me know if you will success with Alexa P
Best, -
RE: MMM-Jarvis-Voice-Control
@aro28
Hi any updates on above?
What should to be installed first? MM or Jarvis?
Thanks! -
RE: Alexa pi install, mic doenst work?
Since i installed 3D sound card(external USB card with speaker and Mic) i disabled other internal HD web camera’s Microphone which came with my Touch Screen monitor. I used usual 3.5 mm jack mic.
1. Go to- -> sudo nano /lib/modprobe.d/aliases.conf
##options snd-pcsp index=-2 - This is my USB Mic which is came with internal HD camera on my monitor.
options snd-usb-audio index=-2
options cx88_alsa index=-2
options snd-atiixp-modem index=-2
options snd-intel8x0m index=-22. Go to --> sudo nano /etc/modprobe.d/raspi-blacklist.conf and added below command
blacklist snd_bcm2835Above “snd_bcm2835” is my internal sound card
That’s all.
-
RE: Simple Music Player Module
Hi Eof,
Do you know why mm-music-player module is not loading even i added below code to config file? I downloaded and copied mm-music-player folder to MM’s Modules folder. Do i need to do something else?{
module: ‘mm-music-player’,
position: ‘bottom_left’,
config: {
startingVolume: 20,
fadeDuriation: 2000
}
}Thank you!
-
RE: Alexa pi install, mic doenst work?
@Milad222
Hi,
I bought USB 3D sound card adapter since my Pi3 hasn’t Mic port and than i connected my jack 3.5 Microphone to it .
If you have another USB HD camera with built-ed Mic you have to disable it since it will not work properly with your speech recognition software. I faced recently with this problem. I couldn’t configure it.
If you have USB HD camera with built-ed Mic please let me know and i show you how to disable it.
Best,