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.

    MMM-iFrame-Ping

    Scheduled Pinned Locked Moved Utilities
    58 Posts 12 Posters 37.6k Views 13 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.
    • L Offline
      lpgjg
      last edited by

      Nothing happens when I hit “ctrl” and then the letter ”i” while the mirror is running. Or was I actually suppose to add the plus sign “+”…and I tried that as well. Only thing that works is ctrl Q.

      As to my configuration. I assume this is what you are asking for:

      {
      module: ‘MMM-iFrame-Ping’,
      position: ‘bottom_right’, // This can be any of the regions.
      config: {
      // See ‘Configuration options’ for more information.
      url: “https://www.youtube.com/embed/LH4Y1ZUUx2g?list=PLw-VjHDlEOguL2K_NwIl_tYcs9_FSt5v_&autoplay=1&modestbranding=1&iv_load_policy=3”, //url to display
      height:“80%”,
      width:“80%”,
      autoRefresh: false, //set to false for video
      updateInterval: 1, //in min. Only if autoRefresh: true
      displayLastUpdate: true,
      width: “100%”, // Optional. Default: 100%
      height: “400px”, //Optional. Default: 100px
      scrolling: “no”
      }

      S A 2 Replies Last reply Reply Quote 0
      • S Offline
        sdetweil @lpgjg
        last edited by sdetweil

        @lpgjg ctrl-shift-i (letter I) to open the dev window, then select the console tab

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • A Offline
          AgP42 Project Sponsor Module Developer @lpgjg
          last edited by

          @lpgjg
          This video is not available on youtube, so yes it is normal that the magicmirror cannot load it.

          Is it a private video ?

          1 Reply Last reply Reply Quote 0
          • Mykle1M Offline
            Mykle1 Project Sponsor Module Developer @sdetweil
            last edited by

            @sdetweil said in MMM-iFrame-Ping:

            I’m 67… some of us are older…

            I’m the youngest of my older friends. (60)

            Create a working config
            How to add modules

            1 Reply Last reply Reply Quote 0
            • L Offline
              lpgjg
              last edited by

              I guess I am the baby of the group after all at 58.

              AgP42
              The videos are all from YouTube and do not seem to be private. I have tried this three amongst quite a few others. If someone has a pop play list that works, can you please give it to me. I can try it.

              https://www.youtube.com/watch?v=LH4Y1ZUUx2g&list=PLw-VjHDlEOguL2K_NwIl_tYcs9_FSt5v_
              https://www.youtube.com/watch?v=JGwWNGJdvx8&list=PLMC9KNkIncKtPzgY-5rmhvj7fax8fdxoj
              https://www.youtube.com/watch?v=WXBHCQYxwr0&list=PL4o29bINVT4EG_y-k5jGoOu3-Am8Nvi10

              I right click on the video while its playing and then click on copy embed code, from there I copy the src and input that into iFrame and/or iFramPing. Which gives me the “video unavailable” when I start the mirror.

              When I do the exact same for the following YouTube videos, the vids play fine.

              https://www.youtube.com/watch?v=I_bOFxxqXOg&list=PL6GgLDsVQ7J-JEVldGtzIVlmC1MbvIZbO
              https://www.youtube.com/watch?v=M3AYuDFdf88&list=PLwMdN-ylsjO5633clbN4nkygVXHpbcFwX

              I will try the ctrl-shift-i and will be back soon…hopefully.

              1 Reply Last reply Reply Quote 0
              • L Offline
                lpgjg
                last edited by

                Wow…did not expect that screen to pop up? Hope I got what you asked for.

                Filter:
                Load script: modules/MMM-iFrame//MMM-iFrame.js
                module.js:477 Module registered: MMM-iFrame
                loader.js:152 Bootstrapping module: MMM-iFrame
                loader.js:157 Scripts loaded for: MMM-iFrame
                loader.js:197 Load stylesheet: modules/MMM-iFrame/MMM-iFrame.css
                loader.js:159 Styles loaded for: MMM-iFrame
                loader.js:161 Translations loaded for: MMM-iFrame
                loader.js:182 Load script: modules/MMM-iFrame-Ping//MMM-iFrame-Ping.js
                module.js:477 Module registered: MMM-iFrame-Ping
                loader.js:152 Bootstrapping module: MMM-iFrame-Ping
                loader.js:157 Scripts loaded for: MMM-iFrame-Ping
                loader.js:197 Load stylesheet: modules/MMM-iFrame-Ping/MMM-iFrame-Ping.css
                loader.js:159 Styles loaded for: MMM-iFrame-Ping
                loader.js:161 Translations loaded for: MMM-iFrame-Ping
                MMM-iFrame-Ping.js:30 Starting module: MMM-iFrame-Ping
                module.js:156 MMM-iFrame received a system notification: ALL_MODULES_STARTED
                module.js:156 MMM-iFrame received a system notification: MODULE_DOM_CREATED
                module.js:156 MMM-iFrame received a system notification: DOM_OBJECTS_CREATED
                module.js:154 MMM-iFrame received a module notification: WEATHER from sender: MMM-NOAA3
                module.js:154 MMM-iFrame received a module notification: CALENDAR_EVENTS from sender: calendar
                MMM-iFrame.js:26 update0
                MMM-iFrame.js:26 update1
                MMM-iFrame.js:26 update2
                MMM-iFrame.js:26 update3
                MMM-iFrame.js:26 update4
                MMM-iFrame.js:26 update5
                MMM-iFrame.js:26 update6

                Actually been trying both the MMM-iFrame & MMM-iFrame-Ping.

                1 Reply Last reply Reply Quote 0
                • A Offline
                  AgP42 Project Sponsor Module Developer
                  last edited by

                  Please try only one module at the time : or iFrame or iFrame-Ping but not both on the same config file.

                  All the 5 link you gave bellow are also working fine in my browser, but the first one you gave previously didn’t work.

                  1 Reply Last reply Reply Quote 0
                  • L Offline
                    lpgjg
                    last edited by

                    At first I did only try one module at a time , removing one complete before trying the other. I’ve only recently installed a few at a time just to try different links on each module try to triple my combinations.

                    I see no difference if I try one at a time or three at the same time. Even have MMM-SmartWebDisplay installed now and it also behaves the same way.

                    But i will try one at a time again when I get home later.

                    Wondering if its a Canadian copy right thing? Any Canadians on here have these modules running properly. If so, would love to see which playlists you have running.

                    Was there any errors on the info I provided?

                    1 Reply Last reply Reply Quote 0
                    • J Offline
                      JeroenV99
                      last edited by

                      Anyone can help me?:slightly_smiling_face:

                      i want to put my google spreadsheets on my Magic Mirror and I thought it would be best with iframe

                      but when i put my link in the config there is no new item on my mirror

                      https://docs.google.com/spreadsheets/d/e/2PACX-1vTd-e8mpbbkZSfsZzQHrIevINnb-DVZnm5mPOmX3FqzS6yp6q_mxd0SnBbZ-hurB_7ET3sZDH_GFXil/pubhtml?gid=0&single=true
                      0_1553070813490_4a834d4c-11d9-4c83-81b1-c45436915682-image.png

                      A 1 Reply Last reply Reply Quote 0
                      • A Offline
                        AgP42 Project Sponsor Module Developer @JeroenV99
                        last edited by

                        @JeroenV99

                        I also have an empty page with your link, so normal that the iFrame don’t display it !

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