@radu_stancu Starting fresh with 2.6.0 now, I’ll let you know how it goes, fingers crossed haha
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-awesome-alexa snowboy issue
-
RE: MMM-awesome-alexa snowboy issue
@radu_stancu I still can’t seem to get it to work tbf, think I’ll try starting again with version 2.6.0
-
MMM-Awesome-Alexa Issues
Hi All,
I’ve got some issues with MMM-Awesome-Alexa at the minute, running on a Pi Model 3 A+ with a ReSpeaker 2 Mic hat.
the Pi is definitely picking up and able to record audio, there are no errors in the console when I launch the mirror, but no sign of Alexa anywhere. I’m not sure where I’m going wrong here, is there something I’ve missed?
Thanks,
Matt -
RE: MMM-awesome-alexa snowboy issue
@mattsharp said in MMM-awesome-alexa snowboy issue:
I’ve got the same issue currently, no idea what’s causing it and I’ve been searching all over.
I take that back, I just tried an npm update electron-rebuild and then npm run electron-rebuild and it seems to have worked! give that a try and let me know if it helped
-
RE: MMM-awesome-alexa snowboy issue
I’ve got the same issue currently, no idea what’s causing it and I’ve been searching all over.
-
RE: MMM-3Day-Forecast
Don’t suppose there’s any support on this module these days?
I just get stuck on Loading… after I’ve installed this, my API key is correct and tested in browser, the only error I can see that I think relates to it is "[TypeError: Cannot read property ‘simpleforecast’ of undefined] :/
Any help would be appreciated but after 2 years I’m not expecting anything! :p
-
RE: Fitbit
Has anyone managed to get this installed on a Raspberry Pi Zero W using Jessie Lite?
When running setupAccess.py I can’t get anywhere as it doesn’t open a browser window so I can’t authenticate.
Any help appreciated.
-
RE: RPi Zero Troubleshooting
Did some digging in the forums and found that
npm install --unsafe-perm
Looks to have fixed my issue!
-
RPi Zero Troubleshooting
I’ve followed the guide at https://forum.magicmirror.builders/topic/1183/how-i-got-my-magic-mirror-working-on-a-raspberry-pi-0-zero to get MM installed on my RPi Zero W using Jessie Lite, but I’m having some issues now that the install is complete.
Once Midori opens up (or if I connect to it using a browser on my PC), the screen is just black, and on the Pi I get the messages when the server starts:
:::
Starting MagicMirror: v2.2.2
Loading Config …
Loading module helpers …
No helper found for module: alert.
Initializing new module helper …
Module helper loaded: updatenotification
No helper found for module: clock.
Initializing new module helper …
Module helper loaded: calendar
No helper found for module: compliments.
No helper found for module: currentweather.
No helper found for module: weatherforecast.
Initializing new module helper …
Module helper loaded: newsfeed.
All module helpers loaded.
Starting server on port 8080 …
You’re using a full whitelist configuration to allow for all IPs
Server started …
Connecting socket for: update
Connecting socket for: calendar
Starting node helper for: calendar
Connecting socket for: newsfeed
Starting module: newsfeed
Sockets connected & modules started …:::
I’m not really sure where to go from here but any help would be appreciated.