• 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
  1. Home
  2. numb3rs
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 1
  • Posts 11
  • Groups 0

numb3rs

@numb3rs

0
Reputation
445
Profile views
11
Posts
0
Followers
0
Following
Joined Jan 2, 2019, 2:02 AM
Last Online Jan 24, 2021, 1:03 PM

numb3rs Unfollow Follow

Latest posts made by numb3rs

  • RE: MMM-Hue-Lights - new module for your Philips Hue lights!

    I just reinstalled magic mirror on the pi. I installed the mmm-hue-lights module. I tried the default config, and my old config and neither seem to work. The module just sits there with ‘Loading…’

    Anybody have ideas?

    I did open debug logs and see the module load.
    ‘Starting module: mmm-hue-lights, version 1.3.2’ with no errors.

    Inserting GET and POST with the user id works fine in the api nginx webpage.

    I just noticed: Someone on GitHub put a bug report in this as well with the same issue.

    posted in Utilities
    N
    numb3rs
    Apr 12, 2020, 3:07 AM
  • RE: MMM-DarkSkyForecast - Yet ANOTHER weather module

    https://openweathermap.org/api

    posted in Utilities
    N
    numb3rs
    Apr 9, 2020, 2:32 AM
  • RE: MMM-Nest-Status - New module for your Nest thermostats and protect smoke detectors!

    With the sell of Nest to Google, is this module still working at all?

    posted in Utilities
    N
    numb3rs
    Apr 9, 2020, 2:09 AM
  • RE: Anybody use Tinycam webserver with their magic mirror?

    @sdetweil im using Arlo with no open API. I do have them in tinycam now. Got a suggestion on what module to use to call a local cam server that authenticates?

    posted in General Discussion
    N
    numb3rs
    Apr 7, 2020, 3:24 AM
  • RE: Anybody use Tinycam webserver with their magic mirror?

    I know this is an old questions. I came looking for the same answer on this today. I am getting ready to go back into my magic mirror project, and think this should be able to be accomplished by using a web draw. Tiny Cam Pro creates a server that is hosting HTML5. I will follow up if this works. If this is repeat information please direct me to where success was already found.

    posted in General Discussion
    N
    numb3rs
    Apr 5, 2020, 2:46 PM
  • Modules suspending and never resuming after HotWord and MK2

    I am using a Sony PS Eye for my mic. I recently installed Hotword and MK2. All modules disappear after some time besides currentWeather. I looked through the console from chromium and found this:

    AssistantMk2 / HotWord
    module.js:154 calendar received a module notification: HOTWORD_PAUSE from sender: MMM-AssistantMk2
    module.js:154 MMM-NetworkScanner received a module notification: HOTWORD_PAUSE from sender: MMM-AssistantMk2
    module.js:205 alert is resumed.
    module.js:205 updatenotification is resumed.
    main.js:275 Will not show updatenotification. LockStrings active: module_4_MMM-iFrame-Ping
    module.js:205 clock is resumed.
    module.js:205 calendar is resumed.
    module.js:205 currentweather is resumed.
    module.js:205 MMM-NetworkScanner is resumed.
    module.js:205 mmm-nest-status is resumed.
    module.js:205 MMM-Hotword is resumed.
    module.js:205 MMM-AssistantMk2 is resumed.
    module.js:154 clock received a module notification: HOTWORD_LISTENING from sender: MMM-Hotword
    
    Then some time more later
    
    alert is suspended.
    module.js:198 MMM-Hotword is suspended.
    module.js:198 updatenotification is suspended.
    module.js:198 clock is suspended.
    module.js:198 calendar is suspended.
    module.js:198 currentweather is suspended.
    module.js:198 MMM-NetworkScanner is suspended.
    module.js:198 mmm-nest-status is suspended.
    module.js:198 MMM-AssistantMk2 is suspended.
    

    CurrentWeather eventually resumes and remains the only module. If I call HotWord and give it a command all the modules resume.

    Full Log from the console can be seen here:

    https://pastebin.com/xCw9J4W2

    My Module Config:

    //Hotword Module
    {
        module: "MMM-Hotword",
        config: {
          record: {
            recordProgram : "arecord",  
            device        : "plughw:1",
          },
          autostart:true,
          onDetected: {
            notification: function (payload) {
              return "ASSISTANT_ACTIVATE"
            },
            payload: function (payload){
              return {
                profile: payload.hotword
              }
            }
          },
        },
      },
    
    //Google Assistant 2
    {
    		module: "MMM-AssistantMk2",
    		position: "bottom_bar",
    		config: {
    		record: {
            recordProgram : "arecord",  
            device        : "plughw:1",
          },
    	screenDuration: 5000,
          notifications: {
            ASSISTANT_ACTIVATED: "HOTWORD_PAUSE",
            ASSISTANT_DEACTIVATED: "HOTWORD_RESUME",
          },
    deviceLocation: {
          coordinates: { // set the latitude and longitude of the device to get localized information like weather or time. (ref. mygeoposition.com)
            latitude: 00.8, // -90.0 - +90.0
            longitude: -00.667821, // -180.0 - +180.0
          },
        },
                    
    }
    },
    

    Any insight would be helpful.
    MagicMirror 2 v 2.6.0
    All Modules Updated

    posted in Troubleshooting
    N
    numb3rs
    Jan 13, 2019, 2:43 PM
  • RE: The latest Install Guide (MM w/ Google Assistant)

    @bachoo786 say “smart mirror” or “snowboy”

    You can also read more on the .umdl and how to obtain a custom .umdl here:
    snowboy.kitt.ai

    More particularly:
    http://docs.kitt.ai/snowboy/#api-v1-train

    posted in Troubleshooting
    N
    numb3rs
    Jan 13, 2019, 4:16 AM
  • RE: The latest Install Guide (MM w/ Google Assistant)

    @leej00
    Testing this now to see if I get the same results.

    @makepluscode
    Can confirm all modules disappear besides the default weather module.

    I have a YouTube playlist playing, and I can still hear the module playing through the speakers, but visually it is no longer there.

    If I give it a keyword voice command it is listening for it will draw the modules again.

    Another observation is every time I give it a voice command it starts my playlist from the top.

    posted in Troubleshooting
    N
    numb3rs
    Jan 13, 2019, 3:58 AM
  • RE: The latest Install Guide (MM w/ Google Assistant)

    A few things you can do:

    Add your location inside the config.js under the module call. You can find this info inside the CONFIGURATION.md
    i.e.
    // — ESSENTIALS / modifying for your environment might be needed.

    Use: https://www.mapdevelopers.com/geocode_tool.php

    deviceLocation: {
      coordinates: { // set the latitude and longitude of the device to get localized information like weather or time. (ref. mygeoposition.com)
        latitude: 00.0, // -90.0 - +90.0
        longitude: -00.00, // -180.0 - +180.0
      },
    },
    

    With MMM-Hotword, using USB mic (plughw:1) you need to use the following:

    //Hotword Module
    {
        module: "MMM-Hotword",
        config: {
          record: {
            recordProgram : "arecord",  
            device        : "plughw:1",
          },
          autostart:true,
          onDetected: {
            notification: function (payload) {
              return "ASSISTANT_ACTIVATE"
            },
            payload: function (payload){
              return {
                profile: payload.hotword
              }
            }
          },
        },
      },
    {
    		module: "MMM-AssistantMk2",
    		position: "bottom_bar",
    		config: {
    		record: {
            recordProgram : "arecord",  
            device        : "plughw:1",
          },
    
          notifications: {
            ASSISTANT_ACTIVATED: "HOTWORD_PAUSE",
            ASSISTANT_DEACTIVATED: "HOTWORD_RESUME",
          },
    deviceLocation: {
          coordinates: { // set the latitude and longitude of the device to get localized information like weather or time. (ref. mygeoposition.com)
            latitude: 00.00, // -90.0 - +90.0
            longitude: -00.00, // -180.0 - +180.0
          },
        },
                    
    }
    },
     
    

    It works. Thank You! I am using the PS Eye as suggested in other forms. My audio out is still set to HDMI because im staging on my TV.

    LPT: Add the following to the MK2 module config so the screens dont toggle so fast:

    screenDuration: 5000, //this is milliseconds
    
    posted in Troubleshooting
    N
    numb3rs
    Jan 13, 2019, 3:36 AM
  • RE: The latest Install Guide (MM w/ Google Assistant)

    Wow this is a great tutorial, and video. I am going to add this to my mirror. Can I ask where you got your USB mic and speaker combo from?

    I especially liked how you showed the troubleshooting, and corrections in your video. So many people edit out the hurdles. Kudos to you my friend! A++

    posted in Troubleshooting
    N
    numb3rs
    Jan 2, 2019, 2:45 AM
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