@schlomm Did you try the fork on the module list?
https://github.com/MarcLandis/MMM-Buttons
Read the statement by Michael Teeuw here.
Posts
-
RE: Issues with MMM-Button
-
RE: need help installing MMPM - losing my mind
mmpm is a cool project.
Instead this:
python3 -m pip install --upgrade mmpm
This may work (I don’t have time to test it now ):
sudo apt install pipx pipx install mmpm
@bee-mar Can you help here (and maybe update your installation instructions)?
By the way: There is also a manual (like official) way to install modules. You do not need a manager for installing modules.
-
RE: MMM-Wallpaper - wrong path
@sankum said in MMM-Wallpaper - wrong path:
[WARN] No /home/sankum/MagicMirror/modules/MMM-WallPaper/MMM-WallPaper.js found for module: MMM-WallPaper.
There is no module “MMM-WallPaper” (with a
P
instead of ap
) on the module list. Please show whatgit remote -v
outputs when you are in the module’s directory. Did you spell it right in your config file? -
RE: Family Mirror
Really nice! Thanks for sharing and the description with details about the modules! 👏
-
Community task: Check automated translations
Hey everyone,
MagicMirror is currently available in 47 languages. However, a lot of these translations are incomplete. I have used translation tools to fill the gaps and compiled the results in a pull request (https://github.com/MagicMirrorOrg/MagicMirror/pull/3794).
If you know a language other than German, Esperanto and English, please take a look at the PR and give us feedback.
-
RE: MM Windows 11 install - 3rd party modules won't work
@lvolkjr Show us the config of the module from the windows machine. Did you write
apikey
orapiKey
? -
RE: Do you need to list moment and moment-timezone as dependencies in modules?
I underline Sam’s answer. Since moment is no longer being actively developed and the Temporal API is on the horizon, I’m pretty sure
moment
will be replaced at some point. -
RE: MMM-HomeAssistant
@adamambarus Nice! Don’t forget to add it to the module list: https://github.com/MagicMirrorOrg/MagicMirror/wiki/3rd-party-modules :-)
-
RE: MMM-DBF does not work, no error messages
showApp: false,
disabled: true,
is the option setting to disable modules. Where did you findshowApp
?it is showing the timetable app
So it works without the other modules and doesn’t work when you activate the other modules? Can you figure out with which module it stops working?
Is there any way to enable a (verbose) logging output to show what this module does?
Seem that this module doesn’t have debug outputs. Only errors you could see in the browser console.
Also, maybe it is important - when I start up MagicMirror, it gives the following error messages:
I’m quit sure this is unrelated to this issue. You can try using the Wayland start option (
npm run start:wayland
) instead of the default start option (npm run start
). -
RE: MMM-DBF does not work, no error messages
@sletrabf Have you tried deactivating all modules except for MMM-DBF to see if the problem disappears?