@sdetweil
No Not yet.
Read the statement by Michael Teeuw here.

Posts
-
RE: Update fail
@sdetweil
GoodmorningI run the
git pull && npm install --only=prod --omit=dev
And i remana the MAP and than
git clone https://github.com/MichMich/MagicMirror cd MagicMirror/ npm install --only=prod --omit=dev
Same result alt the end…
-
Update fail
please Help.
I just run the update tot V.2.20
but now the mirror is brokkenpi@raspberrypi:~ $ pm2 logs mm [TAILING] Tailing last 15 lines for [mm] process (change the value with --lines option) /home/pi/.pm2/logs/mm-out.log last 15 lines: 4|mm | [03.07.2022 22:23.06.022] [LOG] Starting MagicMirror: v2.20.0 4|mm | [03.07.2022 22:23.06.033] [LOG] Loading config ... 4|mm | [03.07.2022 22:23.06.043] [LOG] Loading module helpers ... 4|mm | [03.07.2022 22:23.06.048] [LOG] No helper found for module: alert. 4|mm | [03.07.2022 22:23.06.067] [LOG] Initializing new module helper ... 4|mm | [03.07.2022 22:23.06.070] [LOG] Module helper loaded: updatenotification 4|mm | [03.07.2022 22:23.06.160] [LOG] Initializing new module helper ... 4|mm | [03.07.2022 22:23.06.161] [LOG] Module helper loaded: MMM-Spotify 4|mm | [03.07.2022 22:23.06.168] [LOG] Loading module helpers ... 4|mm | [03.07.2022 22:23.06.169] [LOG] No helper found for module: alert. 4|mm | [03.07.2022 22:23.06.170] [LOG] Initializing new module helper ... 4|mm | [03.07.2022 22:23.06.171] [LOG] Module helper loaded: updatenotification 4|mm | [03.07.2022 22:23.06.172] [LOG] Initializing new module helper ... 4|mm | [03.07.2022 22:23.06.173] [LOG] Module helper loaded: MMM-Spotify 4|mm | [03.07.2022 22:23.06.483] [LOG] Launching application. /home/pi/.pm2/logs/mm-error.log last 15 lines: 4|mm | '/home/pi/MagicMirror/js/electron.js', 4|mm | '/home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.js', 4|mm | undefined 4|mm | ] 4|mm | } 4|mm | [03.07.2022 22:23.06.186] [ERROR] MagicMirror² will not quit, but it might be a good idea to check why this happened. Maybe no internet connection? 4|mm | [03.07.2022 22:23.06.187] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues 4|mm | MESA-LOADER: failed to retrieve device information 4|mm | MESA-LOADER: failed to retrieve device information 4|mm | MESA-LOADER: failed to retrieve device information 4|mm | MESA-LOADER: failed to open kms_swrast (search paths /usr/lib/arm-linux-gnueabihf/dri:\$${ORIGIN}/dri:/usr/lib/dri) 4|mm | failed to load driver: kms_swrast 4|mm | MESA-LOADER: failed to open swrast (search paths /usr/lib/arm-linux-gnueabihf/dri:\$${ORIGIN}/dri:/usr/lib/dri) 4|mm | failed to load swrast driver 4|mm | /home/pi/MagicMirror/node_modules/electron/dist/electron exited with signal SIGINT
What’s going wrong???
-
RE: How to set up a cron job for rebooting the server?
-
RE: New Weather Module - Migration
@Canguingo
I’dint use a new key. The old one was working fine.
After I update the Mirror to 2.19 and change the config. -
RE: New Weather Module - Migration
@DarrenHill
The config is “apiKey” and in the old config i’ts “appi”So please check the typing.
-
RE: New Weather Module - Migration
@Canguingo said in New Weather Module - Migration:
Hi there,
I have made the latest update of MM and got an error because the Weather Module is Deprecated (wonder whether this could be updated in the last update of MM as it is an standard module, anyway).
I am trying to add the config file the following code:
{
module: “weather”,
position: “top_right”,
config: {
type: “forecast”,
location: “Amsterdam,Netherlands”,
locationID: “”,
apiKey: “abcde12345abcde12345abcde12345ab”
}
}as suggested in https://docs.magicmirror.builders/modules/weatherforecast.html#migration.
but this doesn’t solve the issue.
Is there any way to migrate from the old version of Weather Module to the new one?
Many thanks in advance!
{ module: "weather", disabled: false, //false, true position: "top_right", config: { type: 'forecast', location: "Heemskerk", locationID: "2754696", apiKey: "https://openweathermap.org/api", fade: false, colored: true, }},
-
RE: MMM-MyVolvo
@MZ-BER
Nice…
But in The Netherlands it’s nopt working
I think it’s the license plate…
The original MMM-volvooncall is working fineIs there a way to use the dutch License plate
k567jx
vlc list is working fine/MagicMirror/modules/MMM-MyVolvo $ voc list /usr/local/lib/python3.7/dist-packages/aiohttp-4.0.0a1-py3.7-linux-armv7l.egg/aiohttp/client.py:977: RuntimeWarning: coroutine 'noop' was never awaited self._resp.release() RuntimeWarning: Enable tracemalloc to get the object allocation traceback K567JX (XC40/2021) YV1XZ11V1M*******
-
RE: Any modules that could display a livestream
the config is on top