Hi @Vauxdvihl,
I had the same problem with another module. You can find what worked for me here: https://forum.magicmirror.builders/topic/11185/electron-browser-outdated
Good luck!
Read the statement by Michael Teeuw here.

Posts
-
RE: MMM-EARTH-Live & MMM-ISS-Live
-
RE: Electron Browser outdated?
@sdetweil: I only updated electron without changing npm and node - so I am still using Node v11.6.0 and npm 6.9.0 on my Mac Mini (24/7 since 2009 :slightly_smiling_face:)
-
RE: Electron Browser outdated?
-
Electron Browser outdated?
Dear all,
I am using this page at night including a module (MMM-SmartWebDisplay from @AgP42) which used to show a livestream from the ISS until the ISS camera payload unfortunately reached its end of live a few weeks ago:
Now I noticed a message in the bottom corner of the livestream, claiming that the browser is outdated.
The link redirects to this website: https://support.video.ibm.com/hc/en-us/articles/360000403129-Supported-Browsers-for-IBM-Watson-MediaI am using MagicMirror² v2.8.0, Node v11.6.0 and npm 6.9.0.
How do I update the electron browser accordingly?Thanks for your support!
-
RE: MMM-DarkSkyForecast - Yet ANOTHER weather module
Dear @j-e-f-f,
thanks for your feedback. I don’t have much coding skills (yet) - but I will try :slightly_smiling_face:
Best,
Phillip -
RE: MMM-DarkSkyForecast - Yet ANOTHER weather module
Dear @j-e-f-f ,
thank you for this great module. I enjoy looking at it every morning :grinning_face:I would like to use real world data from a temperature sensor at our house instead of the “current temperature” data from the weather service.
Would it be possible to optionally add an URL to the config that returns the temperature as plain value (e.g.
15.76
) and replace the corresponding value from the weather service?Thanks for considering this,
Phillip -
RE: MMM-Page-Selector: A page switcher that can set positions of modules
@veldrovive
OK - thanks for the reply anyway! -
RE: MMM-Page-Selector: A page switcher that can set positions of modules
@veldrovive
Thanks again for implementing the current page as “dynamic” class. If I get it right, you had to code procedures to add and remove the page class when switching pages.Ok, the development branch now has support for the new class name changes. When a module is shown on a page, it will be given the class
page_{Current Page}
and then the class will be removed when the module is hidden.Would it be possible to make these procedures accessible via notifications? I am still looking for a way to add and remove classes based on external triggers. A scheme could be like this:
Notification: "MMM_Page-Selector_Update_Class" Payload: {"add":["Module_1_Name:ClassA_to_add", "Module_2_Name:ClassB_to_add"], "remove":["Module_3_Name:ClassC_to_remove", "Module_4_Name:ClassD_to_remove"]}
-
RE: MMM-iFrame-Ping
Dear @agp42,
I am finally getting back at my mirror and get some time to incorporate your updated module. Thanks again for making dynamic URLs possible!Would you mind changing
this.urlToDisplay = payload.url;
tothis.urlToDisplay = payload;
in your code? Thus, one could send a plain url as payload without the need to process it to be in the format{"url":"http://..."}
.
This would make things easier and as the payload will only contain a URL if the notification is iFrame_Ping_URL, this should not cause any problems with other possible content. -
RE: MMM-Lunartic
Fantastic news!! Thanks a lot!
Will you be keeping the “temporary fix” as additional option to visualize the moon? It worked well and has a quality of its own. Maybe it would be possible to rotate it according to the users location and time.