A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MM and Apache
-
I have one Raspberry Pi running MagicMirror (for last 2 years) and another Pi running Apache from where I can access some of my own files for my own purpose from anywhere in the world…Is there a way to use Apache on the Pi with Magic Mirror ? Or does Magic Mirror allow me to do what Apache does somehow ? Where are the config files for the web server that runs Magic Mirror ?
Thank you.
-
@justonemore the web server in mm is in code, not config files. it uses the JavaScript express lib
you could create a module that adds extra paths/routes for the files you wish to share
but you can run apache and mm on the same machine. just use different ports. typically apache is on port 80
while mm is on port 8080