• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

MM won't run, blank screen with cursor showing after updating

Scheduled Pinned Locked Moved Unsolved Troubleshooting
81 Posts 2 Posters 34.0k Views 2 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Online
    sdetweil @jmartin1009
    last edited by Sep 29, 2019, 10:49 PM

    @jmartin1009 yes, what troubles? i have it installed on one of my MagicMirror systems…

    Sam

    How to add modules

    learning how to use browser developers window for css changes

    J 1 Reply Last reply Sep 29, 2019, 10:52 PM Reply Quote 0
    • J Offline
      jmartin1009 @sdetweil
      last edited by Sep 29, 2019, 10:52 PM

      @sdetweil I have it installed but when i run MM, the little microphone says initializing, then ERROR. I used debug: true, and the file said

      1
      1
      1
      1
      1
      1
      
      S 1 Reply Last reply Sep 29, 2019, 10:54 PM Reply Quote 0
      • S Online
        sdetweil @jmartin1009
        last edited by Sep 29, 2019, 10:54 PM

        @jmartin1009 ok. usually this is the device name of the mic…

        run

        arecord -l
        

        to get the list of mic devices

        make sure that is in the MMM-Voice config, mine is

               config: {
                      microphone: '1,0',
        

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        J 1 Reply Last reply Sep 29, 2019, 10:56 PM Reply Quote 0
        • J Offline
          jmartin1009 @sdetweil
          last edited by Sep 29, 2019, 10:56 PM

          @sdetweil

          pi@raspberrypi:~ $ arecord -l
          **** List of CAPTURE Hardware Devices ****
          card 1: Snowball [Blue Snowball], device 0: USB Audio [USB Audio]
            Subdevices: 1/1
            Subdevice #0: subdevice #0
          

          does this mean it is 1 or 1,0?

          S 1 Reply Last reply Sep 29, 2019, 10:57 PM Reply Quote 0
          • S Online
            sdetweil @jmartin1009
            last edited by sdetweil Sep 29, 2019, 10:59 PM Sep 29, 2019, 10:57 PM

            @jmartin1009

            card 1
            device 0

            1,0

            you can also test the mic with

            arecord -D hw:1,0 test.wav
            
            ctrl-break , ctrl-c, or ctrl-z after saying something
            

            then

            aplay test.wav
            

            to hear the recorded voice back

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            J 1 Reply Last reply Sep 29, 2019, 10:59 PM Reply Quote 0
            • J Offline
              jmartin1009 @sdetweil
              last edited by Sep 29, 2019, 10:59 PM

              @sdetweil should i change it in MM’s config file? or MM-voice’s file:MM-voice.js? and if the second, where?

              S 1 Reply Last reply Sep 29, 2019, 11:00 PM Reply Quote 0
              • S Online
                sdetweil @jmartin1009
                last edited by Sep 29, 2019, 11:00 PM

                @jmartin1009 never change anything in the module folder, only the config.js for magic mirror

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                J 1 Reply Last reply Sep 29, 2019, 11:01 PM Reply Quote 0
                • J Offline
                  jmartin1009 @sdetweil
                  last edited by Sep 29, 2019, 11:01 PM

                  @sdetweil so it should look like this?

                  {
                  		        module: 'MMM-voice',
                  		        position: 'upper_third',
                  		        config: {
                  		            microphone: '1,0',
                  		            keyword: 'Magic Mirror',
                  			    timeout: 15,
                  		        }
                      		},
                  
                  S 1 Reply Last reply Sep 29, 2019, 11:02 PM Reply Quote 0
                  • S Online
                    sdetweil @jmartin1009
                    last edited by Sep 29, 2019, 11:02 PM

                    @jmartin1009 yes

                    mine looks like

                        {
                            module: 'MMM-voice',
                            position: 'bottom_bar',
                            config: {
                                  microphone: '1,0',
                                  keyword:        'MAGIC MIRROR',
                                  timeout:        15,
                                  debug: true,
                                  standByMethod: 'hide',
                                  startHidden: false
                            }
                        },
                    

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    J 2 Replies Last reply Sep 29, 2019, 11:04 PM Reply Quote 0
                    • J Offline
                      jmartin1009 @sdetweil
                      last edited by Sep 29, 2019, 11:04 PM

                      @sdetweil okay ,i will run it and see what happens.

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 8
                      • 9
                      • 2 / 9
                      2 / 9
                      • First post
                        17/81
                        Last post
                      Enjoying MagicMirror? Please consider a donation!
                      MagicMirror created by Michael Teeuw.
                      Forum managed by Sam, technical setup by Karsten.
                      This forum is using NodeBB as its core | Contributors
                      Contact | Privacy Policy