@ezrael-villan Do you want help on how to create such a “Grade display”, or do you want someone to create it for you?
Read the statement by Michael Teeuw here.
Posts
-
RE: Grading tabulation
-
RE: News feed and calandar hang after translation
@zipo13 Just to clarify, what exact file did you edit?
-
RE: Problem server client configuration
@bhepler Electron is already a premade solution that works great. However using Chromium in Kiosk mode is also a nice and easy solution. And it may solve the issue here.
@Akkor How to open Chromium in kioksmode on startup: https://raspberrypi.stackexchange.com/questions/40631/setting-up-a-kiosk-with-chromium
-
RE: Notification between modules
@grasshopper001 You are in two different scopes. Try to add
.bind(this)to yoursetInterval’s callback.Also do you see any errors on the browser side?
- Open Chrome and navigate to your MagicMirror’s Webinterface
- Open the Chrome Dev Tools via
F12(on Windows) - Keep an eye out for anything red in the console
- Optional You can also directly debug your modules code in the dev tools.
-
RE: News feed and calandar hang after translation
@zipo13 Hi and welcome to the MagicMirror Forum!
You can debug it very easily:
Node.js side error:
- Execute
pm2 log mm - This shows you the last 15 lines of the error log, it should give you an idea what may be wrong.
Browser side error:
- Open MagicMirror on your local Browser (Chrome is preferred)
- Open the browsers Debugger, reload the page, it should give you an idea what may be wrong.
You can post the results here for further analysis.
- Execute
-
RE: Capitalize the first letter of the day/month in clock module
@el-bardo You never know how other module devs use such functions.
Always use the most non-inversive way which would be the custom CSS way.
-
RE: Capitalize the first letter of the day/month in clock module
@el-bardo I would not recogmend to edit the moment.js library. Yes, it may solve your problem but changes to this library will also affect other modules.
In general it is unsave to just adapt a 3rd party library.
-
RE: Problem server client configuration
@akkor Ok, check the log with the following command:
pm2 log mmOn the top you will see the last 15 lines of the error log.
-
RE: Blank screen after restarting magic mirror?
@sollekram Ok, did you try to reboot your System yet?
-
RE: Introduce yourself!
@ezrael-villan I recogmend you to start a new Topic. This is one is for introducing yourself.
-
RE: Problem server client configuration
@akkor Are you trying to start the MagicMirror via an
SSHconnection?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
npmis 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
pm2mode is set toforkon 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.jsside.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
observingUuidsyou need to add the module position.
Thealertmodule config looks good, what notifications do you want to display?The
mmm-openhabfloorplanmodule 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-ImagePhotosmodule listens to.