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

    Posts

    Recent Best Controversial
    • Help with MMM-EmbedURL

      I am new to MM and need help. I am trying to embed a WeatherUnderground url of my personal Weather station to my MM. I have loaded the module and added the basic code to my config file, but I get nothing. It sounds like it might be an issue with Embed sites that forbid embedding and Cookie banners, but I don’t understand how to remove it. I see the Chrome extension Requestly, but I don’t understand how or where to use it.

      Here is an example of a webpage that I want to use: https://www.wunderground.com/dashboard/pws/KVTCAMBR4?cm_ven=localwx_pwsdash

      Any help would be greatly appprecated.

      posted in Troubleshooting
      T
      TK421_VT
    • RE: Help with MMM-EmbedURL

      @wishmaster270 said in Help with MMM-EmbedURL:

      embedElementType: “webview”

      I am guessing I run Requestly on the PI itself on the default Browers? I don’t currently have Firefox or Chrome loaded on it (not that it is that hard to install).

      Honestly, I have no idea if I am running in Server Mode. I install the basic 64 bit PI OS. I am guessing that is not the Server Mode?

      I tried adding WebView to the Config file with no change:

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

      Thoughts?

      posted in Troubleshooting
      T
      TK421_VT
    • 1 / 1