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

    Posts

    Recent Best Controversial
    • RE: MMM-iFrame-Ping

      @rudibarani
      Hello,
      I guess I managed what you asked, could you please test it before I release it ?
      This new version is here : https://github.com/AgP42/MMM-iFrame-Ping/tree/dev
      Only the file MMM-iFrame-Ping.js has been modified, so you can copy/paste it on your MM directly and restart your MM.

      Then to allow URL modification through Remote-Control you can use the following request :

      http://192.168.xx.xx:8080/remote?action=NOTIFICATION&notification=iFrame_Ping_URL&payload={%22url%22:%22https://magicmirror.builders/%22}
      

      or

      http://192.168.xx.xx:8080/remote?action=NOTIFICATION&notification=iFrame_Ping_URL&payload={%22url%22:%22https://www.youtube.com/embed/Qwc2Eq6YXTQ?autoplay=1%22}
      

      (edit : the forum text editor seams not to like my link : this strange symbol “&not” has to be remplaced by “& not” (without the space…))
      (edit2 : the “%22” is the URL-encoded form of the symbol ". You can also try directly with ", and if it is not working try with %22 instead)

      It’s a cool new functionality ! :smiling_face:

      posted in Utilities
      A
      AgP42
    • RE: MMM-iFrame-Ping

      :smiling_face:

      Here it is :
      https://github.com/AgP42/MMM-SmartWebDisplay

      Enough screen for today, I will create the post for this new module on the coming days.
      I tried to write the readme file as good as possible, but I will have to work on it again.

      Please test it and let me know if any bug…

      posted in Utilities
      A
      AgP42
    • RE: MMM-SmartWebDisplay : display web contents (including YouTube) on your MM

      Hello everyone and happy new year !

      @Serge said in MMM-SmartWebDisplay : display web contents (including YouTube) on your MM:

      Is it possible to add time delay in config.js file in order to make more easier integration of PIR modules and SWD module?
      Also, it would be good to have the ability to switch-off the Presence notification dependency.
      Sometime I just want to run youtube (say classic music) even when the display is turned off (as a background music)
      Such command/config will let do that.

      It would have been better to change the behavior of the PIR module, but it is also possible to change it on the SWD module and yes it also can be possible to totally deactivate it to let the youtube music run in background.
      I will try to find some time this week to add those modifications.

      @Serge said in MMM-SmartWebDisplay : display web contents (including YouTube) on your MM:

      Also, as an idea for the function “continuous play”. Function will allow module to pause current video when the screen turned off by PIR and continue to play it again when screen turned on by PIR.
      Now video starts from the beginning each time the module getting an user presence notification.

      I already answer this several time and it is even written on the documentation, the module itself don’t have access to the video, so it is not possible to play/pause the video itself. To do so I should have implemented the youtube API (and all other video api !). The play/pause function is about the url rotation and not about the video playing itself. And this is something I unfortunately cannot change… sorry !

      posted in Utilities
      A
      AgP42
    • 1
    • 2
    • 2 / 2