@pepemujica if you scroll to the bottom in your error.log, what does it say? I also cannot get it started.
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-voice
-
RE: MMM-voice
@strawberry-3.141 Yes.
checking pulse/pulseaudio.h usability... no
checking pulse/pulseaudio.h presence... no
checking for pulse/pulseaudio.h... no
checking alsa/asoundlib.h usability... yes
checking alsa/asoundlib.h presence... yes
checking for alsa/asoundlib.h... yes -
RE: [ORDER CLOSED] Two way mirror order in Germany
@yawns faith in humanity… RESTORED!
-
RE: MMM-voice
@strawberry-3.141 I tried reinstalling it with
bash dependencies.shand it’s back to “ERROR”. Derp.Looking at error.log in the MMM-voice folder I can find:
Error opening audio device plughw:1,0 for capture: Connection refused
FATAL: "continuous.c", line 245: Failed to open audio deviceSomebody gave a suggestion on running:
pocketsphinx_continuous -inmic yes -adcdev plughw:1,0That too gave me:
Error opening audio device plughw:1,0 for capture: Connection refused
FATAL: "continuous.c", line 245: Failed to open audio deviceI haven’t attached anything to my RPi except for an USB microphone.
-
RE: MMM-voice
@strawberry-3.141 Yes, sir! The ERROR text is gone. Now it’s displaying “Initialising…” and the mic icon has a slash through it and is blinking infinitely. I bet I’m doing a rookie mistake somewhere.
-
RE: MMM-voice
@strawberry-3.141 I’m lost. Still can’t figure out what’s wrong. :(
-
RE: MMM-voice
@strawberry-3.141 when installing it said my mic was
1so that’s what I have in my config. I tried doingmicrophone: 0but that didn’t work either. -
RE: MMM-voice
error.logsays11111111debug.login/home/pi/MagicMirror/modules/MMM-voice? There’s a ton ofINFO:lines and at the bottom it says
Error opening audio device plughw:1 for capture: Connection refused
FATAL: "continuous.c", line 245: Failed to open audio deviceIt works fine with Alexa.
EDIT: When I added
debug: trueto the config file. When MagicMirror is up, it says “ERROR undefined” rather than just “ERROR”, like it did before. -
RE: MMM-voice
@strawberry-3-141
I get this error (or is it?) when starting MagicMirror.MMM-voice: Starting pocketsphinx.
(node:1844) DeprecationWarning: Calling an asynchronous function without callback is deprecated.
(node:1844) DeprecationWarning: Calling an asynchronous function without callback is deprecated.
(node:1844) DeprecationWarning: Calling an asynchronous function without callback is deprecated.
(node:1844) DeprecationWarning: Calling an asynchronous function without callback is deprecated.
(node:1844) DeprecationWarning: Calling an asynchronous function without callback is deprecated.The microphone icon appears and after it it states “ERROR”, within MagicMirror.
Thanks!
-
RE: [ORDER CLOSED] Two way mirror order in Germany
@Goldjunge_Chriz
On the latest pictures you posted, what size is your monitor? And what size is your glass? :) Your monitor appears to have a very black black. It looks great! -
RE: Not able to SSH into MM
@deadherring make sure you’re on the same network as the pi, unless you open a SSH tunnel - then you can connect to your router and further into your pi as if you were on your network. You can use SSH on your phone too, that will eliminate the need of a computer with keyboard and mouse. :)
-
RE: Two way mirror order for Europe - Orders closed!
@Goldjunge_Chriz 0.93m x 0.52m, polished edges. Borås, Sweden.
-
RE: [ORDER CLOSED] Two way mirror order in Germany
@yawns i’d also like to see pictures! gogo
-
RE: Two way mirror order for Europe - Orders closed!
@Goldjunge_Chriz what would the total price for a 42" be incl. shipping to Sweden? 930mm x 520mm :) Thanks.
-
RE: Two way mirror order for Europe - Orders closed!
Anybody know what the total price would be outside of Germany, in for example Sweden?
-
RE: MMM-ResRobot - Public transport information for Sweden
@Alvinger I saw that the bus line I pull data from is misnamed. Is there a way to fix this? Thanks.
-
RE: Synchronizing private iCloud calendar with MagicMirror - a Workaround
@Beh Thank you for this, wizard! I made my calendar public and also do not like that option, really. What I can see using my calendar is just the title and time until event will happen. What I’d also like to see is the ‘description’ I add to my events, for example “Work” as title and “07.00-16.00” as description. Would this be possible using this method? Before I venture on to try this I would like to see a picture on how this looks. Any chance of a visual? Thanks again.
-
RE: MMM-ResRobot - Public transport information for Sweden
@Alvinger I reinstalled it, rebooted and stuff and it magically appeared! Thank you for this wonderful module! :D (I have no idea what was wrong lol)
-
RE: MMM-ResRobot - Public transport information for Sweden
Is this still working? I’m getting “Fetching departures…” message forever :(
{ module: "MMM-ResRobot", position: "bottom_left", config: { from: "740064518", // ResRobot Station ID (or a comma-separated string of IDs) to: "740012366", // ResRobot Station ID of destination (or a comma-separated string of IDs) skipMinutes: 0, // Skip departures that happens within the next minutes. maximumEntries: 6, // Number of departures to show on screen truncateAfter: 5, // A value > 0 will truncate direction name at first space after characters. 0 = no truncation apiKey: "my api key" // Your ResRobot apiKey } },