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

Help with MMM-EmbedURL

Scheduled Pinned Locked Moved Troubleshooting
28 Posts 3 Posters 6.7k Views 3 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.
  • T Offline
    TK421_VT
    last edited by Dec 16, 2022, 11:38 PM

    I am not going to lie, I wish I understood what you just said.

    S 1 Reply Last reply Dec 17, 2022, 12:10 AM Reply Quote 0
    • S Away
      sdetweil @TK421_VT
      last edited by Dec 17, 2022, 12:10 AM

      @TK421_VT read his instructions. you have to enable electron webView before u can use it in a module

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      T 1 Reply Last reply Dec 17, 2022, 2:59 AM Reply Quote 0
      • T Offline
        TK421_VT @sdetweil
        last edited by Dec 17, 2022, 2:59 AM

        @sdetweil Thank you for trying to help, but even after reading the readme there are terms or concepts I don’t follow.

        This is at the beginning of the config file:

        let config = {
        electronOptions: {
        webPreferences: {
        webviewTag: true,
        }
        },
        address: “localhost”, // Address to listen on, can be:

        Then this in the module:

        {
        module: “MMM-EmbedURL”,
        position: “top_right”,
        header: “Current Weather”,
        embedElementType: “webview”,
        basicElementType: “div”,
        config: {
        updateInterval: 120,
        attributes: [
        “frameborder=0”,
        ],
        embed: [
        “https://www.wunderground.com/dashboard/pws/KVTCAMBR4?cm_ven=localwx_pwsdash”
        ]
        },
        },

        this is what I see in the terminal log:

        [16.12.2022 21:55.38.765] [ERROR] (node:57092) electron: Failed to load URL: https://www.wunderground.com/dashboard/pws/KVTCAMBR4?cm_ven=localwx_pwsdash with error: ERR_BLOCKED_BY_RESPONSE

        W 1 Reply Last reply Dec 17, 2022, 9:31 AM Reply Quote 0
        • W Offline
          wishmaster270 Module Developer @TK421_VT
          last edited by wishmaster270 Dec 17, 2022, 9:32 AM Dec 17, 2022, 9:31 AM

          @TK421_VT Hi,

          your config looks good.
          There is one last thing we can try. Can you please use your IP address (the one of the Pi) instead of localhost at the address setting.

          You can get your IP either by hovering over the network icon in the top right corner of the screen or by entering

          ip a
          

          in the shell.

          I had this changed for some other modules in my config cause of Cross-Origin problems and it is the only thing that is different in my setup.

          T 1 Reply Last reply Dec 17, 2022, 2:47 PM Reply Quote 0
          • T Offline
            TK421_VT @wishmaster270
            last edited by Dec 17, 2022, 2:47 PM

            @wishmaster270 Thanks I will give that a try, I know the IP as I set it statically.

            T 1 Reply Last reply Dec 22, 2022, 1:44 AM Reply Quote 0
            • T Offline
              TK421_VT @TK421_VT
              last edited by Dec 22, 2022, 1:44 AM

              @TK421_VT Sorry for the delay, I have been busy with Holiday stuff. I added the IP address in the config file
              00ba9d0f-db1b-4624-ae57-5d273a951a84-image.png

              it still doesn’t load anything in the top right region.
              30d26cba-872d-4503-9a23-f56a98e2d9b2-image.png

              This is what is in the module section in the config file
              5e8b119a-35f1-4cc2-a9c8-3b7e144fe77b-image.png

              Any other thoughts?

              W 1 Reply Last reply Dec 22, 2022, 9:00 AM Reply Quote 0
              • W Offline
                wishmaster270 Module Developer @TK421_VT
                last edited by Dec 22, 2022, 9:00 AM

                @TK421_VT Hi,

                that’s weird.
                Do you still have Webview enabled in the config with:

                electronOptions: {
                  webPreferences: {
                    webviewTag: true,
                  }
                },
                
                T 2 Replies Last reply Dec 22, 2022, 6:13 PM Reply Quote 0
                • T Offline
                  TK421_VT @wishmaster270
                  last edited by Dec 22, 2022, 6:13 PM

                  @wishmaster270 I will look, I ‘think’ so. but I am not sure.

                  1 Reply Last reply Reply Quote 0
                  • T Offline
                    TK421_VT @wishmaster270
                    last edited by Dec 22, 2022, 9:25 PM

                    @wishmaster270 4837fc51-8285-4256-8090-f0ecbb1bdd52-image.png

                    W 1 Reply Last reply Jan 2, 2023, 10:17 PM Reply Quote 0
                    • W Offline
                      wishmaster270 Module Developer @TK421_VT
                      last edited by Jan 2, 2023, 10:17 PM

                      @TK421_VT Sorry for the late response. I will need to set up a identical environment to debug the problem. I will try to figure things out in the next days.

                      W T 2 Replies Last reply Jan 7, 2023, 2:14 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 2 / 3
                      • 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