Read the statement by Michael Teeuw here.
Issue with MMM-Config
-
I am getting the following issue with the module MMM-Config
I have updated, reinstalled but it seems the issue persists
[2025-04-08 16:00:14.166] [ERROR] (node:3805) UnhandledPromiseRejectionWarning: Error: An error occured: 404
at buildFormData (/home/johanba/MagicMirror/modules/MMM-Config/module_installer/runserver.js:138:11)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
(Useelectron --trace-warnings ...
to show where the warning was created)
[2025-04-08 16:00:14.167] [ERROR] (node:3805) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag--unhandled-rejections=strict
(see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1) -
@Johanba on the road
-
@Johanba the url changed, can you go to the MMM-Config folder and do
git pull
to updatethen restart MagicMirror
-
@Johanba did you get this resolved?
-
HI
@sdetweil getting the following message
johanba@raspberrypi:~/MagicMirror/modules/MMM-Config $ git pull
Your configuration specifies to merge with the ref ‘refs/heads/better_repo_url’
from the remote, but no such ref was fetched. -
@Johanba just git clone. the improvements have all been incorporated
-
@Johanba did you get this resolved?