• 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.

Communication between modules.

Scheduled Pinned Locked Moved General Discussion
2 Posts 2 Posters 867 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.
  • R Offline
    robrtoprz
    last edited by robrtoprz May 23, 2019, 8:47 PM May 23, 2019, 8:25 PM

    Hi everyone, I’m new on this, I have been working with MM for almost 2 weeks and I’m trying to understand how it works, changing some values of the scripts but I still don’t understand how to communicate modules, because I want to turn on a camera connected in the raspberry pushing a touch button on the screen, so far I have 2 modules, one for pushing buttons which is this: https://github.com/shbatm/MMM-OnScreenMenu#menu-items and this module for the camera: https://github.com/alexyak/camera
    In the camera module I can take a picture saying a word like “Selfie” but instead of that, I want to take a picture by pushing a touch button.

    I found in the js script of the buttons how to trigger actions but I don’t know how to make a line to communicate to the camera or something like that.
    Is this so difficult to do? I appreciate any kind of help. Thank you.

    S 1 Reply Last reply May 24, 2019, 1:57 PM Reply Quote 0
    • S Offline
      sdetweil @robrtoprz
      last edited by sdetweil May 27, 2019, 4:12 PM May 24, 2019, 1:57 PM

      @robrtoprz realy the only documented way to communicate between modules is to send notification messages

      sendNotification(“some_identifier_string”, infomation_data_specific_to_this_identifier)

      so, what message happens when voice says ‘Selfie’??? u send that same message

      What code is listening for ‘Selfie’?? is it a MagicMirror module (like MMM-Hotword)? Or a python script?

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • 1 / 1
      1 / 1
      • First post
        2/2
        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