MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. AgP42
    3. Posts
    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-SmartWebDisplay : display web contents (including YouTube) on your MM

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

      @AgP42

      Hi!

      Love the module, very well done!

      I am using MMM-TelegramBot to control my Mirror, did you ever look into seeing if you could intergrate your module with Telegram?

      Thanks

      :)

      Hi,

      yes I remember that I had a look on it some months ago and by that time I thought it will not be very complicated to do…
      I don’t really have much time thoses weeks (even months…), but yes someday I may develop that interface ;-)

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

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

      @AgP42

      Hello again, I’m trying to use the embeded calls “SWD_…” but there is something I’m not getting.

      [...]
      

      Lists are starting correctly but when calling SWD_PAUSE it’s doing nothing and SWD_PLAY restart the list at beginning. Any clue?

      Hello,

      yes, it is (unfortunately) the normal behavior, as written on the documentation :

      - Play(or restart)/Pause/Stop the update and rotation of URLs
      

      In fact I cannot stop the video itself, as it would imply to be connected to YouTube API. Here we “just” display the video. The function “play/pause” are for the rotation of the videos or playlist. If you want to stop the video, the best way will be to have an empty playlist that you can start to stop everything else.

      I know it is bad looking and not intuitive, but I cannot do better with the technical solution with iFrames…

      Sorry !

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

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

      @sdetweil

      Yes, I restarted my Pi and normal link is playing video now
      https://www.youtube.com/embed/JGwWNGJdvx8?autoplay=1

      ~~My playlist is still not working
      https://www.youtube.com/embed/0-rG98j2DWE?list=PLa51J4RKCoTXCfr-qubj2FUgPADypF3Gk?autoplay=1~~

      scratch that it’s working!!! :-) something must needed a refresh in the services

      Great !

      Happy to read that ! Enjoy your wonderfull Mirror :smiling_face_with_open_mouth_smiling_eyes:

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

      Hi @Chris62 ,

      unfortunately it is not easy, this is due to safety mechanisms of iframes that prevent to send password…

      Personally I just removed the password of my camera :face_screaming_in_fear:

      But you can try some cleverer solutions, search google for “iframe password” or “iframe authentifaction” and you can try to get some clues.
      Here is one answer that I found interesting : https://stackoverflow.com/questions/15639280/basic-authentication-for-a-url-in-an-iframe

      If you find a way, please let us know !
      (and if it include some change on the code, I can also implement it, but so far I didn’t find any technical way…)

      Good luck !

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

      @smassy

      the configuration of MMM-SmartWebDisplay seams ok

      I don’t know the module MMM-Assistant2, is it this one : https://github.com/eouia/MMM-AssistantMk2 ?
      If not, can you send me the link on it’s documentation ?

      To be able to send a new url to display to the MMM-SmartWebDisplay, the configuration has to be exactly like that :
      {notification: “SWD_URL”, payload: {url:[“https://magicmirror.builders/”]}}
      This line means : send to the system a “notification” (it is a MagicMirror mecanism) with the topic “SWD_URL” (so my module knows that this notification is for him), and then you have to send a “payload” (extra infos) with the URL you want to use.

      Does that helps ? If yes please let us know the solution !

      Bye,
      AgP

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

      @lukas1760 : Normaly yes, any html/css/javascript file can be executed.

      Did you test to be able to confirm that it works ?

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

      @peterh and @zjonesz : Unfortunatelly I don’t know also how to solve it…

      Maybe someone have a solution ?

      (I have to admit that I am not using that module myself anymore…)

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

      @Anthony : Yes absolutely ! Did you try it and can confirm it works fine ?

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

      @Zwirbel Great, thanks that you could confirm it’s works, thanks ! :smiling_face_with_smiling_eyes:

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

      Hello,

      sorry guys not having answering before, I will try to answer all your questions now !

      posted in Utilities
      A
      AgP42
    • 1 / 1