MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Newbie007
    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 5
    • Posts 20
    • Groups 0

    Newbie007

    @Newbie007

    0
    Reputation
    191
    Profile views
    20
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Newbie007 Unfollow Follow

    Latest posts made by Newbie007

    • RE: how i do change font and it's size of a module?

      What should be the module name if I want to increase the font of default helloworld module?

      posted in Troubleshooting
      N
      Newbie007
    • How do you ensure jumper cables don't fall off bread board?

      I have quite a messy setup and there have been instances of loose connection in the bread board.

      So wanted to know what are the options for securing the connection I do not want to keep removing mirror from wall just to check connection

      posted in Troubleshooting
      N
      Newbie007
    • RE: MMM-Hotword won't recognize the hotword

      @Sean yes this worked thanks!

      I didn’t even realise the first config was for v1

      posted in Troubleshooting
      N
      Newbie007
    • RE: MMM-Hotword won't recognize the hotword

      Do you mean I should change like this in config.js file?

      //useWelcomeMessage: "brief today",
      				profiles: {
      					"computer" : {
      						lang: "en-IN"
      					}
                                     profiles: {
      					"smart_mirror" : {
      						lang: "en-IN"
      					}
      				},
      
      posted in Troubleshooting
      N
      Newbie007
    • MMM-Hotword won't recognize the hotword

      I guess I successfully install mmm-assistantmk2 along with mmm-hotword. I followed this method for installation.

      I configured my config file and I can see Google logo on my MM screen as well, however no matter how much I shout “Computer” or “Smart Mirror” there is no detection.

      Is there any way I can debug and see what’s going on? Or what did I misconfigure?

      Config.js

      {
      	module: "MMM-Hotword",
      	config: {
      		record: {
      			recordProgram : "arecord",  
      			device        : "plughw:1"
      				},
      			autostart:true,
      			onDetected: {
      				notification: (payload) => {
      					return "ASSISTANT_ACTIVATE"
      					},
      				payload: (payload) => {
      						return {
      						  profile: payload.hotword
      						}
      					}
      				},
      		},
      },
      {
      	module: "MMM-AssistantMk2",
      	position: "bottom_left",
      	config: {
      		deviceLocation: {
      			coordinates: { // set the latitude and longitude of the device to get localized information like weather or time. (ref. mygeoposition.com)
      			latitude: , // -90.0 - +90.0
      			longitude: 	, // -180.0 - +180.0
      				},
      				},
      				record: {
      					recordProgram : "arecord",  
      					device        : "plughw:1",
      				},
      				notifications: {
      					ASSISTANT_ACTIVATED: "HOTWORD_PAUSE",
      					ASSISTANT_DEACTIVATED: "HOTWORD_RESUME",
      				},
      				useWelcomeMessage: "brief today",
      				profiles: {
      					"default" : {
      						lang: "en-IN"
      					}
      				},
      		}
      },
      

      Edit 1 : I ran using npm start dev and I got this error [HOTWORD] No model to load

      Edit 2 : I added cuple of models in config file, running npm start says it detected hotword but received no response.

      [HOTWORD] Detected: computer
      [HOTWORD] stops.
      [HOTWORD] Final Result: { detected: true, hotword: 'computer', file: null }
      
      posted in Troubleshooting
      N
      Newbie007
    • RE: Monitor goes to sleep within minutes

      @sdetweil said in Monitor goes to sleep within minutes:

      @Newbie007 said in Monitor goes to sleep within minutes:

      but I followed this method as well and forgot about it.

      I don’t see a ‘method’ there… its a 4 page topic

      I thought I linked you to a comment in that thread which details how to use PIR sensor to turn on/off monitor along with LED lights which is apart from PIR-Sensor module.

      I commented out the module but forgot about the standalone script. Now we are good.

      Thanks for your help!

      posted in Troubleshooting
      N
      Newbie007
    • RE: Monitor goes to sleep within minutes

      @sdetweil said in Monitor goes to sleep within minutes:

      PIR-Sensor

      Damn! You are right.

      I commented whole PIR-Sensor in config.js but I followed this method as well and forgot about it.

      Currently I have unplugged my PIR, let me plug it again and report back to you.

      But in mean time how can I disable this?

      posted in Troubleshooting
      N
      Newbie007
    • RE: Monitor goes to sleep within minutes

      This is what I got

      lxsession screen saver already disabled
      
      posted in Troubleshooting
      N
      Newbie007
    • RE: Monitor goes to sleep within minutes

      @sdetweil said in Monitor goes to sleep within minutes:

      MM is showing black screen

      I actually doubt that cause before going to sleep my monitor shows the default “HDMI” text which is usually shown before boot as well

      posted in Troubleshooting
      N
      Newbie007
    • RE: Monitor goes to sleep within minutes

      I am not even sure how to wake up the screen, I don’t have keyboard just the mouse moving that doesn’t help

      posted in Troubleshooting
      N
      Newbie007