@Cor-Slagmolen what PI is this on?
edit ~/MagicMirror/package.json
change this line
"start": "DISPLAY=\"${DISPLAY:=:0}\" ./node_modules/.bin/electron js/electron.js",
to this
"start": "DISPLAY=\"${DISPLAY:=:0}\" ./node_modules/.bin/electron --disable-gpu js/electron.js",
@mayfield looks like the internet-monitor module is using a library with a deprecated (discontinued) sub library…
the author has to fix that
the GPU errors are noise, incorrect message bug in electron browser nothing we can do about it.
@shurtugal I have forked the module and made some changes and it is working. You can clone my fork until I submit the PR to the module creator and he accepts the changes. Not sure if this will fix the issue of things changing in future but fixes the issue for now.
[image: 1651423070270-a730e80c-0b8d-4e6c-95ee-51109f4d8c34-image.png]
You can find the fork here.
https://github.com/mumblebaj/MMM-eswordoftheday.git
@Nneuland I’ll toss in my two cents but my old router all the ip addresses seemed fixed.
My new router arbitrarily change ip addresses on devices and while I assume it provides some sort of protection to home network it made my life very complicated for a few weeks.
I’ve come back and made static ip addresses for some but not all of the various IoT stuff.
@ntmatter you can also run the fixuppm2 script from my automation library listed as alternative in the mm doc
see https://github.com/sdetweil/MagicMirror_scripts
Thanks for the reply Sam.
I had done that which you instruct.
My problem, I just found, I had forgotten to add “.html” at the end as in “http//:192.168.xx.x:8080/remote.html” which threw this error message:- {“status”:“error”,“reason”:“unknown_command”,“info”:“original input: {}”}
Thank you.
@swvalenti the latest node/npm versions screws up the npm command paths
have to replace / w \\
and u cannot have the leading dot…
grrrr no respect for running syatems
@CarstenD said in MMM-Hue CORS Policy Issue:
There is now a new version available for MMM-Homematic that also works w/o changing the config.
Hi @CarstenD ,
where can I find this new version? At https://github.com/Sickboy78/MMM-Homematic is still the old version.
Sorry, but i don’t get it
Regards
Josef
Irgendwie können hier Bilder nicht hochgeladen werden. Habe die Anordnung in der config geändert aber wenn das Modul “Zeit” eingeblendet wird verschieben sich alle restlichen Module nach unten.