• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Making a dashboard for a company

Scheduled Pinned Locked Moved General Discussion
8 Posts 6 Posters 1.5k Views 6 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    kayakbabe @MagicBeginner
    last edited by kayakbabe Jun 27, 2022, 10:43 PM Jun 27, 2022, 10:42 PM

    @MagicBeginner I actually think the mm will work great… provided that you have a way to access the data you want to display.

    For example, my company uses SAGE 500 ERP and it does have an api that we can connect to and get info. The downside is that the person handing the SAGE 500 programming must create that api point.

    If the company you are working for has that capability, then you can display whatever data they want you too. JSON is pretty easy with the mirror modules. You’ll just have to build a module for it. And there are lots of third party modules that you can dig into for examples of how to do that.

    If they don’t already have some kind of ERP or CMS sytem already (which would make the most sense for them to enter and keep a database of historical information in) then you’ll have to build that for them too. Though you probably won’t want to do all this on a raspberry pi, the sd cards can get corrupted and all the data will be gone.

    You have some choices to make about it and how serious they are about historical data tracking could impact the cost of the project for them. (reliable server, backups, automated backups, etc)

    1 Reply Last reply Reply Quote 0
    • M Offline
      MagicBeginner
      last edited by Jun 29, 2022, 6:47 AM

      Thank you very much everyone for your replies ! It comforts me in the choice to use MM. As for the database, it’s a small structure so they’re not using any ERP or (I believe) any custom API, so it should be to get the output of some relatively simple SQL requests that I’ll use to make the dashboard.

      If it turns out to be too complicated, I still have the option to try something in Python, but the advantage of MM in my opinion is its modules system.

      S K 2 Replies Last reply Jul 3, 2022, 12:59 PM Reply Quote 0
      • S Offline
        sebamen @MagicBeginner
        last edited by Jul 3, 2022, 12:59 PM

        @MagicBeginner If data are in MySQL you can use MMM-MysqlQuery module and display them in few minutes. At least it gives you time to develope your own module.

        HTH
        Sebastian

        1 Reply Last reply Reply Quote 1
        • K Offline
          kayakbabe @MagicBeginner
          last edited by Jul 6, 2022, 11:13 PM

          @MagicBeginner Quite a few of the third party modules actually access a python script to do some processing. The gestures and sensor modules are great examples of that. If you need to use python in combination with the mm.

          B 1 Reply Last reply Jul 6, 2022, 11:36 PM Reply Quote 0
          • B Offline
            bugsounet Banned @kayakbabe
            last edited by Jul 6, 2022, 11:36 PM

            Hi, I have code an magic TV with MagicMirror app (v2. 13, never update it!) for my company.
            It display some information (read directly from database,) and slide show photos, internal document.
            It’s just an rpi3B+ used in local (for technician hall) with an 27’ screen computer and remotely (server mode for hall of the company) with a 100’ smart tv
            Works fine since ~2y now

            1 Reply Last reply Reply Quote 1
            • 1 / 1
            1 / 1
            • First post
              8/8
              Last post
            Enjoying MagicMirror? Please consider a donation!
            MagicMirror created by Michael Teeuw.
            Forum managed by Sam, technical setup by Karsten.
            This forum is using NodeBB as its core | Contributors
            Contact | Privacy Policy