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

    Posts

    Recent Best Controversial
    • RE: How to start MM with a module as default hidden

      @f17mc

      Hi, solution from @Sean is the ‘cleanest’ :) option (haven’t tested but trust Sean if he says so)

      posted in Troubleshooting
      T
      THeStigh
    • RE: How to start MM with a module as default hidden

      I used sendNotification to resolve this :)

      posted in Troubleshooting
      T
      THeStigh
    • RE: Change Compliments

      @dgregory19 As @Mykle1 stated, there is another way.

      Personally, I prefer to have all custom configurations in one single file config.js and all custom css in the custom.css, by this I can add/remove/replicate configurations/modules installed from device to device. Makes it easy to backup :)

      Another tip;
      Above each module in config.js, you can add disabled: false / true, to temporarily make a module not load on MM. Like this:

      		{
      			disabled: false,
      			module: 'MMM-Remote-Control'
      		},
      

      If you need anymore help, please let me know.

      posted in Troubleshooting
      T
      THeStigh
    • RE: Change Compliments

      Yes, you need to create them within config.js

      This is my config (replace ‘bla bla bla’ as you want):

      		module: "compliments",
      		position: "lower_third",
      			config: {
      			compliments: {
      				morning: [
      					"bla bla bla",
      					"bla bla bla"
      				],
      				afternoon: [
      					"bla bla bla",
      					"bla bla bla"
      					],
      				evening: [
      					"bla bla bla",
      					"bla bla bla"
      					]
      			},
      			updateInterval: 30000,
      			remoteFile: null,
      			fadeSpeed: 4000,
      			morningStartTime: 3,
      			morningEndTime: 12,
      			afternoonStartTime: 12,
      			afternoonEndTime: 17
      		}
      	},
      

      Please mark answer as correct and topic as Solved (if this solved your issue) :)

      posted in Troubleshooting
      T
      THeStigh
    • MMM-voice, stop listening on mic / pause / standby?

      Hi,

      Anybody know a way to put MMM-voice on hold?

      Reason is to stop listening on MIC when a command is passed to a different module which also uses mic (I’m activating AssistantMk2, but Voice is occupying the mic at all time).

      Hotword support this feature, but Snowboy doesn’t support newer versions of OS on other platforms than Stretch on Pi/ATB.

      Thanks,
      TheStigh

      posted in Troubleshooting
      T
      THeStigh
    • RE: How to start MM with a module as default hidden

      @dazza120 I’m using Hotword together with AssistantMk2…

      Does Lucy support specifying “start [module] as hidden” ?

      posted in Troubleshooting
      T
      THeStigh
    • RE: How to start MM with a module as default hidden

      I want to start a specific module as hidden, and show it by issuing a voice command.

      Show/Hide is not the issue, this works fine, but I want the module to start hidden as default when starting MM.

      posted in Troubleshooting
      T
      THeStigh
    • How to start MM with a module as default hidden

      Hi all,

      Anybody know how to start MM with a module default state as hidden?

      posted in Troubleshooting
      T
      THeStigh
    • RE: MMM-GoogleAssistant dummy tutorial

      @sweup said in MMM-GoogleAssistant dummy tutorial:

      MMM-GoogleAssistan

      Hi, would recommend have a look at MMM-AssistantMk2, which is well supported.
      Also, there are good documentations available for this one…

      posted in Troubleshooting
      T
      THeStigh
    • RE: Setting Up Magic Mirror on Ubuntu issue

      Guys, I’m giving up this task of getting Debian/Ubuntu running on an amd64 with MMM-Hotword. I again are getting the “invalid pointer” error.

      Perhaps this is happening only on amd64 distro and would not happen on i386 (32bit).
      If I’m going to test it? Maybe, but returning back to my Pi and Tinker Board for now…

      posted in Troubleshooting
      T
      THeStigh
    • 1 / 1