@Johannes I wanted my startup to be as ‘clean’ as possible so I did the following:
- Get rid of all the boot text by following https://raspberrypi.stackexchange.com/questions/59310/remove-boot-messages-all-text-in-jessie
- Set my desktop background to be completely black (so you don’t see anything before mm starts
- Hide the taskbar (only appears back if the mouse is moved to the bottom of the screen).
- remove wastebasket from desktop (just right click on it to get option).
By following this now I only see the the ‘acer’ logo which comes from my monitor & can’t be removed, followed by a completely black screen (barring a few small squares as pi boots) then it goes straight in to mm.
Regarding your issue about multiple instances- I think the install script now adds a ‘MagicMirror’ instance to pm2. Then by following the instructions & adding another instance called ‘mm’ I ended up with 2. Think the guide needs to be updated to reflect this. I removed it by using ‘pm2 delete 0’ to remove the 1st instance & then ‘pm2 save’. Hope that is of some help.