Read the statement by Michael Teeuw here.
Grading tabulation
-
what do you need?
-
@sdetweil Thank you for responding. I am new to making magic Mirror. I really dont know what to do.
I need a module that shows
Course, student name, course number, descriptive title of subjects, F-rating, grades and units. With first semester and second semester.
I have a photo of the layout how can I send it to you? -
@ezrael-villan - For starters, does your school have an API to retrieve that information? Do you have a website where you can pull all that?
Or is part of your assignment to create that kind of API and display it?
-
@ezrael-villan Do you want help on how to create such a “Grade display”, or do you want someone to create it for you?
-
@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 ?