@sdetweil Yes, I did add that to config.js. It is nice to have done something right for a change. :)
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-ISS-Live error 153
-
RE: MMM-ISS-Live error 153
@sdetweil Yes, that is where I downloaded from.
-
MMM-ISS-Live error 153
Running MM V2.33.0 on Docker. I installed MMM-ISS-Live but it only shows this error message: “Error 153
Video player configuration error”I have done some research and found that I need to add " referrerpolicy=“strict-origin-when-cross-origin” " to the IFrame. I looked at the MMM-ISS-Live.js file, found a section dealing with IFrame and inserted the policy statement following the format of the other Iframe statements. That change alone did not fix the problem, same error message after restarting MM.
I noticed several references to electron and now I’m wondering if this module will even run under Docker.
Any suggestions/thoughts greatly appreciated.
RonR -
RE: New modules don't display
I wanted to mark this one solved,but couldn’t get to it. I found a spelling error that fixed it. Bottom does not have 3 t’s :)
Now there is a problem with the video not playing and I’m looking for a work around. I think it is way out of my knowledge base to fix it though.Thanks for replying.
-
New modules don't display
Running MM on docker. Trying to install a new module, MMM-ISS-Live, download it into magicmirror/mounts/modules/MMM-ISS-Live. Ran npm install and updated config.js for the new module.
When I restart the mm module and open MM the default modules are there but nothing for the module I just installed. MM logs does not show any errors for the module. The quadrant, bottom_left, is empty so no conflicts there.
Any ideas on where to look for the problem?
Ron R
-
RE: MM with Docker
@sdetweil Sam, I can’t believe how simple it was and I just over looked it in the docs. Thanks for being so patient with me.
-
RE: MM with Docker
@schlomm Thanks, I understand, download new module files.
Ron R
-
RE: MM with Docker
@sdetweil Sam, I installed your config module but it does not display on the screen. I tried moving it to the bottom-right but no difference. I tried to reinstall it w/ npm install, no help.
This is the portion of the config.js for MMM-config. I added the restart entry because I wanted it to restart after an change to the file.
{
module:“MMM-Config”,
position:“bottom_right”,
// the QR code (if requested) will appear here
config:{
restart:“docker”,
}
{,As far as I know I have followed all the directions.
-
RE: MM with Docker
@sdetweil Sam, It is working WOW. :) Now the question is can I move the modules I have on the old system over to this one and modifiy the config file? I’m going to install your config module also.
Ron
-
RE: MM with Docker
@sdetweil Sam, I saw your module yesterday while browsing the 3rd party modules list. I will definitely take download your module. Thanks.