@boesemani The only suspicion thing I can see is the Permission denied (publickey) message, but I don’t think it is related to your problem.
You can install MMM-SystemStats and check your RAM and CPU load that way.
@boesemani The only suspicion thing I can see is the Permission denied (publickey) message, but I don’t think it is related to your problem.
You can install MMM-SystemStats and check your RAM and CPU load that way.
@savona Both package-lock.json can just be deleted. Did you intentionally change the files in the default directory?
@boesemani May you please show us your log, you can access it via pm2 log mm if you installed it with the auto install script.
@dazza120 Well, that is wired. Did you use git status to check the status of your directory?
@dazza120 Nice to hear that your issue has already been resolved. How did you update your MagicMirror? Did you just download the files or did you use git?
I recommend you to use git, as it makes the maintenance much easier and you don’t have to deal with manually copying the files.
@mwel1977 The vulnerabilities needs to be fixed by the module developer. Thats not your responsibility, you can just ignore them.
Because of the Node.js version: You don’t have to update to a newer version of Node.js. Latest isn’t always the greatest, there are some known compatibility issues with v11.
@costascontis You can just delete both package-lock.jsonfiles. Everything will work after you have deleted them.
@12wsx Did you try using Chromium as a browser? Midori may have a hard time rendering the page.
@icephreaq What is git status telling you?
@12wsx Are you using some custom CSS?
@sollekram I am happy to assist you wherever I can 😃
@sollekram Hi, I would encourage you to give it a try your self. Programming is something beautiful and leaning something new is always a plus!
@sean said in Grading tabulation:
@ezrael-villan
Should It be done on MagicMirror? (Your boss ordered?)
- If not so, just make a simple Web site with PHP or any other language which you are experienced and display it on your screen.
- If so, make a site also, then load it on MagicMirror as a module.
- Or you can make some simple API Server then use it in your module.
In any case, you might need to decide these;
- How to manage your school data => txt or csv files or web form to DB
- How to store your data into Storage => DB or raw files
- How to derive data from storage => Web page or APIs.
I also want to add that encryption and security is crucial here. You are dealing with sensitive data.
@mykle1 I am currently unable to test it. I quickly checked your code on my phone, but I didn‘t quite got your code :flushed_face:
I am curious, how did you make the voice recognition?
@ezrael-villan Well first of all you will need some sort of API that provides the data. Check what system your school uses.
I think we can assist you with that :grinning_face_with_smiling_eyes:
@dazza120 I had the same problem for our local waste management. I ended up writing a website scraper in PHP on my personal Webserver that provides a custom API.
Is that an option for you or do you need any help with that?
@macnice Hi, is your issue related to the problem described in this thread? You May want to create a new thread if the issue are not related.
@strawberry-3-141 Thanks, again what learned:)
@oththegentel It sounds like your MagicMirror instance is not running.
How did you start MagicMirror, do you have pm2 installed?