Read the statement by Michael Teeuw here.
Magic mirror with 2 displays
- 
I used npm start to start both displays
 - 
@Ety60 from the separate mm installation folders, right
~/MagicMirror
and
~/MagicMirror2assuming there is a coding error someplace, rename like this
~/MagicMirror1
and
~/MagicMirror2then there is no, MagicMirror folder to use from
 - 
I have done that but it still uses 1 config file. I have found that it always uses the config file of the MagicMirror that I run first.
 - 
@Ety60 makes no sense. u are doing
cd ~/MagicMirror1 npm startin another window
cd ~/MagicMirror2 npm startright
 - 
thats correct!
 - 
@Ety60 can u show the two console outputs
 - 
There is an error in the second console output. This one:
listen EADDRINUSE: address already in use 128.0.0.1:8080 - 
@Ety60 u have to change the port on the second one as well
sorry, looking back I didn’t mention that
 - 
no problem, I should have looked at the console output earlier. would you just like to tell me which other port I can choose?
 - 
@Ety60 try 8090
 
