@ezrael-villan I recogmend you to start a new Topic. This is one is for introducing yourself.
Read the statement by Michael Teeuw here.

Posts
-
RE: Introduce yourself!
-
RE: Problem server client configuration
@akkor Are you trying to start the MagicMirror via an
SSH
connection?You can’t start an MagicMirror instance via
SSH
: https://github.com/MichMich/MagicMirror#installation -
RE: Unable to install dependencies!
@umeeq This script requires that
npm
is already installed. Please double check that. -
RE: Capitalize the first letter of the day/month in clock module
@el-bardo Please show us the relevent parts of your
config.js
. Are you using the default clock?From my head I can only think of custom CSS to archive capitalization:
text-transform: capitalize;
-
RE: Blank screen after restarting magic mirror?
@sollekram Just make sure you only one method of starting MagicMirror. I prefere
pm2
. Did you start MagicMirror wit any other method exceptpm2
? prior topm2 restart mm
? -
RE: Blank screen after restarting magic mirror?
It looks like you have multiple instances of MagicMirror running. I am not quite sure about that, but I the
pm2
mode is set tofork
on my Pi. -
RE: Introduce yourself!
Hi everyone!
I am David Gölzhäuser, 21 Years old from Bavaria (Germany) and working as a Software Developer in the Austrian Home Automation Company Loxone.
I made my first MagicMirror this year and I am planing on making more for our apartments next year to greet our visitors:)
I have already contributed to a number of MagicMirror modules and even the MagicMirror project itself.
You can find me on my Website
Oh, and here are the modules I made :winking_face:
[card:idoodler/MMM-Loxone][card:idoodler/MMM-RPI-LED]
-
RE: Blank screen after restarting magic mirror?
Did you install any new module? Please check the log via
pm2 log mm
. On the top there is the trailing last 15 lines of the error log, check it you may see some error on thenode.js
side.If you can’t see anything wrong you may want to look into the Webinterface and check if the browsers developer console throws an error.
-
RE: MMM-Loxone
@meininger Hey, I just published an update of
MMM-Loxone
. Please update your MagicMirror, it fixes some connection issues. -
RE: MMM-Loxone
@bobbythemoh If you use the the
observingUuids
you need to add the module position.
Thealert
module config looks good, what notifications do you want to display?The
mmm-openhabfloorplan
module looks cool. I will definetly look into it :thumbs_up:You can create a python periodicaly fetches the statistic files from your Miniserver (http://192.168.0.200/stats) and creates an image from it, saves in the directory the
MMM-ImagePhotos
module listens to.