Thanks! Your configuration inspired me to write down and update my own.
I don’t mean to hijack your thread, but since development environments are always a matter of personal preference, I thought I’d share this as an alternative.
Thanks! Your configuration inspired me to write down and update my own.
I don’t mean to hijack your thread, but since development environments are always a matter of personal preference, I thought I’d share this as an alternative.
this is now fixed with https://github.com/MagicMirrorOrg/MagicMirror/pull/3946 and will be in the next release (Jan 1st)
I opened https://github.com/MagicMirrorOrg/MagicMirror/issues/3944
I did not look into details, the changes made in this file caused this.
this is a bug introduced with last mm version.
Let me know if you are willing to open an issue here, otherwise I will do …
this is unrelated to mm, the default url used in the module is https://www.youtube.com/embed/yf5cEJULZXk?si=Dx852YRN5q6NHj0K and I see the same error 153 in my browser.
Clicking on “Watch video on YouTube” will move you to https://www.youtube.com/watch?v=yf5cEJULZXk with the content “This live stream recording is not available.”
So this NASA stream is at least currently not available …
Maybe of interest for @KristjanESPERANTO
you linked the lite versions, for getting the version with desktop lite must be replaced by full in the urls …
if See below for more Configuration Options is really in your config remove it …
@sdetweil said in HDMI turns on without movement:
@karsten13 have you had a chance to test universal pir on Trixie yet?
I’m on it …
@Hobbes-0 said in HDMI turns on without movement:
I tested the offCommand directly in the Terminal, the monitor goes off, and again after a minute or so goes back on. So this does not come from the MM.
@sdetweil so this problem is not related to universal pir or mm
I tested universal pir on mmos, which is on trixie but uses the os lite version, mm and labwc/wayland are started as containers.
I cannot reproduce the unexpected activation there.
(I found another permission problem which I will fix later) fixed
Other difference between trixie and bookworm is a breaking version change of gpiomon so you have to use different commands:
bookworm: gpiomon -r -b gpiochip0 23
trixie: gpiomon -e rising -c 0 23
@sdetweil said in Help to install bluelinky:
bluelinky wans node up to 20.9 or 22, and NOT ANY 21
message comes from mm, he is on an outdated version 2.29.0 …
#server_functions is an alias for js/server_functions.js which is defined in package.json:
"imports": {
"#module_functions": {
"default": "./js/module_functions.js"
},
"#server_functions": {
"default": "./js/server_functions.js"
}
},
Because axios is the only diff your package.json should contain above lines.
I have no idea anymore (maybe corrupt sd card).