I tried the command a record -I
it returned this:
pi@magicmirror:~ $ arecord -l
**** List of CAPTURE Hardware Devices ****
pi@magicmirror:~ $
Its just not seeing it. I’m guessing that the mic broke.
I tried the command a record -I
it returned this:
pi@magicmirror:~ $ arecord -l
**** List of CAPTURE Hardware Devices ****
pi@magicmirror:~ $
Its just not seeing it. I’m guessing that the mic broke.
@strawberry-3.141
I am having trouble getting this module to recognize my USB Microphone.
I am using this mic:
https://www.amazon.com/gp/product/B00IR8R7WQ/ref=ask_ql_qh_dp_hza
I previously used it when I built an Amazon Echo and I didn’t have any problem.
When I run the installer it returns this:
INFO] Possible Audio Devices to set in config.js
0 [ALSA ]: bcm2835 - bcm2835 ALSA
bcm2835 ALSA
Do you know if there is any special configuration I need to do to get it find the mic?
That worked to remove the network column but to have the colored logos show up I had to have the quotes. This is how I have it set and I have colored logos and no TV column.
{
module: 'MMM-NFL',
position: 'top_right',
config: {
colored: 'false',
network: false,
reloadInterval: 900000,
},
I love this module. It looks awesome.
I am trying to remove the TV column, and it doesn’t seem to be having any effect. I set network to false.
module: 'MMM-NFL',
position: 'top_right',
config: {
colored: 'false',
network: 'false',
reloadInterval: 900000,
},
},
Just curious you wrote, “Displays your tweets and @mentions since last MM reboot”
Does this module only get new tweets on a reboot, not on a continual basis?