I am not going to lie, I wish I understood what you just said.
Read the statement by Michael Teeuw here.
Posts
-
RE: Help with MMM-EmbedURL
-
RE: Help with MMM-EmbedURL
I don’t have a start-up script running yet, I manually launch it with: npm run start as I am still configuring things.
Is there something I am missing as to why I should?
-
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?
-
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.