I rebooted my MagicMirror and the “problem” doesn’t appear anymore now. Hope it stays this way, but still wondering what has happened.
Read the statement by Michael Teeuw here.
Posts
-
RE: MagicMirror crash core.xxxx
-
MagicMirror crash core.xxxx
My MagicMirror currently keeps crashing and generates core.xxxx files in the MagicMirror folder.
When I open the file with gdb, I get this:gdb) core core.279811 warning: Can't open file anon_inode:[io_uring] during file-backed mapping note processing [New LWP 279811] [New LWP 279819] [New LWP 279842] [New LWP 279818] [New LWP 279820] [New LWP 279812] [New LWP 279822] [New LWP 279841] [New LWP 279821] [New LWP 279824] [New LWP 279840] [New LWP 279830] [New LWP 279843] Reading symbols from /home/pi/MagicMirror/node_modules/electron/dist/electron... (No debugging symbols found in /home/pi/MagicMirror/node_modules/electron/dist/electron) [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/aarch64-linux-gnu/libthread_db.so.1". Core was generated by `/home/pi/MagicMirror/node_modules/electron/dist/electron js/electron.js --ozone-platform=wayland'. Program terminated with signal SIGSEGV, Segmentation fault. #0 0x000000556a30595c in uv.loop_interrupt () [Current thread is 1 (Thread 0x7f94d2b020 (LWP 279811))]What is going on?
-
RE: Swap 2 modules on loading 1 module
@sdetweil I Will give both of them a look and let see what I come up with. Thanks for the reply.
-
RE: MMM-MyTasklist
@Getinthegames
Thank you, that was the reason for me to create this module, simplicity.
I didn’t need all the extras, just a simple list. -
Swap 2 modules on loading 1 module
Currently my mirror is full with the needed apps. I like to swap out one module on load of an other module.
For example:
Left under is Module A. When I start a number on Spotify my module MMM-OnSpotify pops up (as expected) but it goes over Module A that is already in the Left under corner.Question:
Is there a way that let Module A temporary disappear, until MMM-OnSpotify disappears after stopping playing music on Spotify?Default situation:

Situation with listening to Spotify:

-
MMM-Kermis
MMM-Kermis
This a module for Magic Mirror².
This displays the Carnivals (Kermis), you can add, update and delete through a webinterface.
This module is only available in Dutch.
Installation
Clone this repository in your modules folder, and install dependencies:
cd ~/MagicMirror/modules git clone https://github.com/htilburgs/MMM-Kermis.git cd MMM-Kermis npm installUpdate
When you need to update this module:
cd ~/MagicMirror/modules/MMM-Kermis git pull npm installConfiguration
Go to the MagicMirror/config directory and edit the config.js file.
Add the module to your modules array in your config.js.{ module: "MMM-Kermis", position: "top_left", header: "Mijn Kermissen", disabled: false, config: { refreshInterval: 60 * 1000 // 1 minuut } },Load Webinterface for updating the Carnivals (Kermissen)
Open a browser and type
http://serverip address:3001
So if for example you’re MagicMirror is on 192.168.0.48 then you go tohttp://192.168.0.48:3001
The Webinterface for MMM-Kermis will be loaded and you will be able to:add Kermis
complete Kermis
delete Kermis
edit Kermis
sort Kermis information
All the updates are instantly published on your Mirror
Versions
v1.0.0 - Initial release
v1.1.0 - Update for Chromium, install fonts-noto-color-emoji -
RE: MMM-MyTasklist
@meikelrix @chrisfr1976
MMM-MyTasklist is updated to v1.2.1 with correct language support in the Webinterface -
RE: MMM-MyTasklist
@chrisfr1976
That was the reason for me to create this (Simple) module.
Just this and nothing more.On my site, the language is saved in the tasks.json and reloaded when I reload the page. I have to check. I’m Currently in a short holliday, but if you can you can make an issue in github so I don’t forget. I come back to you.
-
RE: MMM-MyTasklist
I Just published v1.2.0
This is an update with EDIT possibility in the Webinterface -
RE: MMM-MyTasklist
@karsten13
I know that is an option. The fast fix now is that I have changed the port to 8448 -
RE: MMM-MyTasklist
@sdetweil
Oké, I didn’t know. Let me see in an hour.
Is there a rule for the Ports? Which I can use or not use? -
MMM-MyTasklist
MMM-MyTasklist
This a module for Magic Mirror².
This displays a simple Tasklist, you can update through a web frontend.
Installation
Clone this repository in your modules folder, and install dependencies:
cd ~/MagicMirror/modules git clone https://github.com/htilburgs/MMM-MyTasklist.git cd MMM-MyTasklist npm installUpdate
When you need to update this module:
cd ~/MagicMirror/modules/MMM-MyTasklist git pull npm installConfiguration
Go to the MagicMirror/config directory and edit the config.js file.
Add the module to your modules array in your config.js.{ module: "MMM-MyTasklist", position: "top_left", header: "MyTaskList", disabled: false, config: { tasksFile: "modules/MMM-MyTasklist/tasks.json", updateInterval: 300000, showCompleted: true, maxTasks: null } },Load Webinterface for updating the Tasklist
Open a browser and type
http://serverip address:8448
So if for example you’re MagicMirror is on 192.168.0.48 then you go tohttp://192.168.0.48:8448
The Webinterface for MyTasklist will be loaded and you will be able to:- choose language for the Webinterface
- add tasks
- complete tasks
- delete tasks
- edit tasks
- move the order from tasks by drag-and-drop
- filter on all, active or done tasks
All the updates are instantly published on your Mirror
NOTE:
With a touchscreen you’re able to check the checkboxes on the Mirror to complete the task.
All these changes are instantly published to the WebinterfaceVersions
v1.0.0 - Initial release
v1.1.0 - Update Look & Feel
v1.1.1 - Change Webinterface port from 8123 to 8448
v1.2.0 - Add possibility to edit the tasks in the Webinterface
v1.2.1 - Update language selector didn’t work correct in Webinterface (always dutch after reload) -
RE: MMM-Chores - Manage and keep track of your household Chores
@PierreGode
Tested and works. Thanks! -
RE: MMM-Chores - Manage and keep track of your household Chores
@PierreGode said in MMM-Chores - Manage and keep track of your household Chores:
@htilburgs
You can set it in the web in config page > Display Settings > Date format > Unassigned > SaveI’m sorry for this late reaction. I’ll try this tomorrow (monday) when I have access to my mirror. Currently not at home. I let you Guys know the results.
-
RE: MMM-Chores - Manage and keep track of your household Chores
@pierregode
I’m using dateFormatting: “” in my config, but I stil got the date on the dashboard. Do I somethine wrong?{ module: "MMM-Chores", position: "top_left", header: "Takenlijst", config: { updateInterval: 60 * 1000, adminPort: 5003, showDays: 365, showPast: true, dateFormatting: "", } },
-
RE: MMM-NOAA3 - Revived
@mumblebaj
I see It.
I don’t what was wrong, you sas the messages for MM in console. Thanks for looking into It, maybe It was a one the thing. -
RE: MMM-NOAA3 - Revived
The problem is with Weatherbit.
When I try Piratesky, everythings works fine… -
RE: MMM-NOAA3 - Revived
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading ‘icon’)
at Class.processWeather (MMM-NOAA3.js:210:20)
at Class.socketNotificationReceived (MMM-NOAA3.js:173:18)
at module.js:240:9
at Socket. (socketclient.js:32:4)
at Emitter.emit (index.js:136:20)
at Socket.emitEvent (socket.js:553:20)
at Socket.onevent (socket.js:540:18)
at MMSocket.socket.onevent (socketclient.js:26:11)
at Socket.onpacket (socket.js:508:22)
at Emitter.emit (index.js:136:20)