Read the statement by Michael Teeuw here.
MMM-SmartWebDisplay is not running under 2.31.0
-
After the update to MM 2.31.0 MMM-SmartWebDisplay is gone. All the other modules don´t make any problems.
Any Idea?? -
@Volkae can you show the config of the module?
if you look at the developer window (ctrl-shift-i) console tab
can you see any errors , add smart to the filter field -
{ module: 'MMM-SmartWebDisplay', position: 'middle_center', // This can be any of the regions. config: { // See 'Configuration options' for more information. logDebug: false, //set to true to get detailed debug logs. To see them : "Ctrl+Shift+i" height:"600px", //hauteur du cadre en pixel ou % width:"400px", //largeur updateInterval: 0, //in min. Set it to 0 for no refresh (for videos) NextURLInterval: 0, //in min, set it to 0 not to have automatic URL change. If only 1 URL given, it will be updated displayLastUpdate: false, //to display the last update of the URL displayLastUpdateFormat: 'ddd - HH:mm:ss', //format of the date and time to display url: ["rtsp://XXXXXXXXXXXXXXXXXXX/h264Preview_01_sub"], //source of the URL to be displayed scrolling: "no", // allow scrolling or not. html 4 only shutoffDelay: 10000 //delay in miliseconds to video shut-off while using together with MMM-PIR-Sensor } },
-
@Volkaeplease always use code block for config and log info
paste text into message editor, blank line above and below
select text just paste
hit button </>
to wrap selection in code block -
With a
https
address the module works on my system with MM v2.30.0 and v2.31.0. Does it work if you use ahttps
address instead artsp
one?Like this:
url: ["https://www.openstreetmap.org/export/embed.html?bbox=-151.34765625000003%2C-39.77476948529546%2C142.20703125000003%2C75.00494000767517&layer=mapnik"],
-
@sdetweil
okay, sorry, I will do my very best next time -
@KristjanESPERANTO
I made a complete MM-new install on a new SD-Card. With your url it works. With my url it does not work. On my other MM with 2.30.0 my url works fine. -
@Volkae I can’t get an rtsp stream work with MMM-SmartWebDisplay neither with MM 2.30.0 nor with 2.31.0. With MMM-MPlayer it works, but that module doesn’t have the same features as MMM-SmartWebDisplay.
-
@KristjanESPERANTO
Oh, I see.
RTSP-Stream is running under 2.27.0.Now MMM-SmartWebdisplay is only running under 2.27.0 and MMM-PublicTransportHafas is only running under 2.31.0 ☹️
-