MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. navyvette87
    3. Topics
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    N
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 16
    • Posts 39
    • Groups 0

    Topics

    • N

      PC to Pi app

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      6
      -1 Votes
      6 Posts
      914 Views
      BKeyportB
      @bigschucks you do realize that putty and termius is SSH clients, right?
    • N

      updating without losing settings in config, and js files?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      10
      0 Votes
      10 Posts
      5k Views
      N
      This is gold. Thank you Sam!
    • N

      Changing wether API?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      4
      0 Votes
      4 Posts
      2k Views
      Mykle1M
      https://github.com/cowboysdude/MMM-NOAA also uses the Weather Underground API and it seems to be a very popular module with excellent support from the author
    • N

      what mic?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      5
      0 Votes
      5 Posts
      3k Views
      Mykle1M
      @cruunnerr said in what mic?: In some cases it could be, that USB mic’s got a little more latency I can confirm this. I’ve been doing a lot of voice work recently and there is a noticeable lag when using a USB microphone. If you’re using a Pi then you don’t have any choice but to use USB. :-/
    • N

      One more change hopefully

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      9
      1
      1 Votes
      9 Posts
      3k Views
      cruunnerrC
      glad to hear that. moreover u did a great job with your mirror ;)
    • N

      New ticker?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      3
      0 Votes
      3 Posts
      2k Views
      brobergB
      there is also an option to activate “description” in the newsfeed module to get more information. (if the rss-source have put anything in the description that is)
    • N

      I messed up

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      5
      0 Votes
      5 Posts
      2k Views
      Mykle1M
      @cruunnerr said in I messed up: i think the process of pm2 is called MagicMirror Ahhh, thanks for putting me straight. I don’t do automatic installations anymore. I’ve only installed PM2 manually and use the commands that I stated. Good catch @cruunnerr! :-)
    • N

      Alexa KittAi

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      1
      0 Votes
      1 Posts
      1k Views
      N
      When I try to start the wake word I get this. Is there a way to reload or check the install of kitt_ai. Alexa works when using the onscreen button otherwise. pi@raspberrypi:~ $ cd ~/Desktop/alexa-avs-sample-app/samples pi@raspberrypi:~/Desktop/alexa-avs-sample-app/samples $ cd wakeWordAgent/src && ./wakeWordAgent -e kitt_ai INFO:main: Starting Wake Word Agent INFO:WakeWordAgent: State set to IDLE(2) ALSA lib pcm_dmix.c:1052:(snd_pcm_dmix_open) unable to open slave ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.hdmi ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.hdmi ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.modem ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.modem ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.phoneline ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.phoneline ALSA lib confmisc.c:1281:(snd_func_refer) Unable to find definition ‘defaults.bluealsa.device’ ALSA lib conf.c:4528:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory ALSA lib conf.c:4996:(snd_config_expand) Args evaluate error: No such file or directory ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM bluealsa ALSA lib confmisc.c:1281:(snd_func_refer) Unable to find definition ‘defaults.bluealsa.device’ ALSA lib conf.c:4528:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory ALSA lib conf.c:4996:(snd_config_expand) Args evaluate error: No such file or directory ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM bluealsa ALSA lib pcm_dmix.c:1052:(snd_pcm_dmix_open) unable to open slave Expression ‘paInvalidSampleRate’ failed in ‘src/hostapi/alsa/pa_linux_alsa.c’, line: 2043 Expression ‘PaAlsaStreamComponent_InitialConfigure( &self->capture, inParams, self->primeBuffers, hwParamsCapture, &realSr )’ failed in ‘src/hostapi/alsa/pa_linux_alsa.c’, line: 2714 Expression ‘PaAlsaStream_Configure( stream, inputParameters, outputParameters, sampleRate, framesPerBuffer, &inputLatency, &outputLatency, &hostBufferSizeMode )’ failed in ‘src/hostapi/alsa/pa_linux_alsa.c’, line: 2838 ERROR:Failed to open PortAudio stream.Invalid sample rate ERROR:KittAiSnowboyWakeWordEngine: Initialization error:Failed to open PortAudio stream. ERROR:WakeWordAgent: exception in constructor: Failed to open PortAudio stream. ERROR:main: Exception happened: Failed to open PortAudio stream. INFO:Shutting down Wake Word Agent pi@raspberrypi:~/Desktop/alexa-avs-sample-app/samples/wakeWordAgent/src $
    • N

      Margin Adjust

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      2
      0 Votes
      2 Posts
      3k Views
      Mykle1M
      @navyvette87 In the body of your custom.css file: body { margin: 5px; height: calc(100% - 10px); width: calc(100% - 10px); } Adjust accordingly.
    • N

      Font Help Info

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      5
      1 Votes
      5 Posts
      2k Views
      D
      When you close the browser, MM is still running as a server/process in the background. If you stop and start it or directly restart it, there is no need to restart the Pi. What restarting the Pi does is just a very complicated way to stop the MM process. ;) Do you use PM2 to start MM on boot? Use pm2 restart mm See here: https://github.com/MichMich/MagicMirror/wiki/Auto-Starting-MagicMirror Or with npm, stop the package and start it again. Btw.: what text box? The console?
    • N

      config setup

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      2
      0 Votes
      2 Posts
      1k Views
      N
      OK i retried it with all the ’ replaced with ", still nothing. When i restart it after saving the config, it startes with a disk chk, then continues. When I replaced with the ", it restarts, but when I try to run node serveronly, it says syntax error.
    • N

      Device ID for Alexa

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      3
      0 Votes
      3 Posts
      2k Views
      tbbearT
      @navyvette87 hi, the device id is how u called ur divice(product) during the amazon developer setup their u can find it but they changed the name its called Product ID now.
    • N

      Google Assistant w/ Magicmirror

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      8
      0 Votes
      8 Posts
      8k Views
      ?
      @navyvette87 This script will try to open browser on your device, but via ssh it will fail. There is another way to auth in that case, but just execute directly on rpi is the easier way.
    • N

      Module placement

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      3
      0 Votes
      3 Posts
      1k Views
      N
      @strawberry-3.141 Thx that’s awesome
    • N

      added new module/not showing up

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      9
      0 Votes
      9 Posts
      4k Views
      N
      @Mykle1 Thanks everyone, got it all together, got the New York Times feed at the bottom, interesting quotes in the middle. Time, date, calendar on left top. Weather top right. Now on to find a screen.
    • N

      Setting up Magic Mirror remotely?

      Watching Ignoring Scheduled Pinned Locked Moved Solved General Discussion
      16
      0 Votes
      16 Posts
      6k Views
      MikgaboM
      NEVER MIND…FIGURED IT OUT :)
    • 1 / 1