should be
icons: [{
"default": "http://localhost:8080/cors?url=http://<my-ha-url>:8123/local/images/hem.png"
}]
should be
icons: [{
"default": "http://localhost:8080/cors?url=http://<my-ha-url>:8123/local/images/hem.png"
}]
@ajoreis said in Black screen on the radxa ROCK 2F, using docker:
Segmentation fault labwc
that tells you that labwc
crashes, further investigation without having the used hardware is impossible.
I think the fetch errors are related to https://github.com/MagicMirrorOrg/MagicMirror/issues/3329
you can try the newest electron version or disable ipv6
the docker image karsten13/magicmirror:latest
doesn’t contain python. Simplest solution for this is to use the fat image karsten13/magicmirror:fat
, for more infos: https://khassel.gitlab.io/magicmirror/images/
@sdetweil said in Alt Key Doesn't Open Menu:
I see how to do the disable in code, but we don’t do that.
we are using frame: false
in electronOptions
yes, the docs … no native english speaker so docs are always a struggle. Thanks for the hints, will update …
@sdetweil said in Default weather module stuck loading after latest MM update:
@karsten13 dang I get that wrong EVERY time!
one of the reasons I wrote my own njk …
it is a good idea to put the compliments.json
beside the config.js
.
In the config.js
you have to use
remoteFile: "../../../config/compliments.json"`