Read the statement by Michael Teeuw here.
Grading tabulation
-
@idoodler if someone can create it for you it would be great but I want to learn how to create it so I can understand how it function
-
@bhepler I think it’s a part of my assignment because our school don’t have a website.
-
@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: -
@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.
-
@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.
-
I have another question.
Is switching interface possible in magic mirror when users are facially recognized ? -
@ezrael-villan - Yes. But that sort of functionality is equivalent to running when you’re still learning to crawl. Get grade data to show up on the MagicMirror interface first, then worry about switching users.