Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. acimail01
    MagicMirror² v2.15.0 is available! For more information about this release, check out this topic.
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 17
    • Best 0
    • Groups 0

    acimail01

    @acimail01

    0
    Reputation
    256
    Profile views
    17
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    acimail01 Follow

    Latest posts made by acimail01

    • RE: Login upon facial recognition

      there is probably no such complex. but a start would be https://github.com/nischi/MMM-Face-Reco-DNN

      posted in Requests
      A
      acimail01
    • RE: MMM-AssistantMk2

      does anyone have any idea how to trigger sound output with the Assitantmk2?

      posted in System
      A
      acimail01
    • RE: MMM-AssistantMk2

      Can you trigger a sound output from a recipe while the Assistantmk2 is active?
      For me sound output only works when the assistant is not active e.g. when I trigger sound output via web service (e.g. MMM-Sound or MMM-Text-To-Speech).
      My use case is:
      A recipe that listens to “mirror mirror on the wall” and then either plays an mp3 / wav or speak TTS

      posted in System
      A
      acimail01
    • RE: Mmm-calendarext one day difference between ics file and MagicMirror display

      try set locale or forceLocalTZ like:

      config: {
      		locale			: "de_DE",
      		forceLocalTZ	: true,
      
      posted in Productivity
      A
      acimail01
    • RE: need help trying to understand this error... and how to fix it.

      have the same problem.did you solve it?

      posted in Troubleshooting
      A
      acimail01
    • RE: Which controller board for display / Welches Controller Board für display

      Yes this is a real problem with the display and controller.
      Try to contact a controller seller on eBay (e.g. https://www.ebay.de/usr/csmqshop) and give them your display number. With luck, he could help you.

      posted in Hardware
      A
      acimail01
    • RE: MMM-AssistantMk2

      How can I stop a video?
      config is

      youtubeAutoplay	: true,
      pauseOnYoutube : false,
      

      But it does not help.

      posted in System
      A
      acimail01
    • RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras

      works with

      		{
      			module: "MMM-RTSPStream",
      			position: "middle_center",
      			config: {
      				autoStart			: true,
      				rotateStreams		: false,
      				rotateStreamTimeout	: 30,
      				moduleWidth			: 354,
      				moduleHeight		: 240,
      				localPlayer			: 'omxplayer',
      				shutdownDelay		: 0,
      
      					stream1: {
      						name: 'Test Stream',
      						url: 'file:///home/pi/MagicMirror/modules/MMM-RTSPStream/Videos/Feuer.mp4',
      					},
      				}
      		},
      

      but no sound !

      in bash console works with: omxplayer -o alsa Feuer.mp4
      How to set hdmi sound as default ?

      posted in Utilities
      A
      acimail01
    • RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras

      Is it possible to define a stream for playing a local file (e.g. .mp4 or .avi)?

      posted in Utilities
      A
      acimail01
    • RE: How to load config data from file?

      thank you but wont work also.
      Error:
      ReferenceError: $ is not defined at loadJSON

      I want to have all API keys and passwords from a common location and not scattered in the config.js, Hence the thought with a (yml) file.
      maybe this can be solved via an array variable in the config.js or similar.

      posted in Troubleshooting
      A
      acimail01