{"id":20137319,"url":"https://github.com/tomsimonart/lmpm","last_synced_at":"2025-08-20T20:18:37.509Z","repository":{"id":258597943,"uuid":"85728294","full_name":"tomsimonart/LMPM","owner":"tomsimonart","description":"Led Matrix Plugin Manager (Web server + plugins with SDK)","archived":false,"fork":false,"pushed_at":"2018-06-20T20:53:04.000Z","size":193,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-13T09:45:54.506Z","etag":null,"topics":["api","arduino","led","led-controller","ledmatrix","leds","sdk"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tomsimonart.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-21T16:41:11.000Z","updated_at":"2021-06-25T06:09:05.000Z","dependencies_parsed_at":"2024-10-21T14:26:29.297Z","dependency_job_id":null,"html_url":"https://github.com/tomsimonart/LMPM","commit_stats":null,"previous_names":["tomsimonart/lmpm"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomsimonart%2FLMPM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomsimonart%2FLMPM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomsimonart%2FLMPM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomsimonart%2FLMPM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tomsimonart","download_url":"https://codeload.github.com/tomsimonart/LMPM/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241582522,"owners_count":19985846,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","arduino","led","led-controller","ledmatrix","leds","sdk"],"created_at":"2024-11-13T21:26:33.848Z","updated_at":"2025-03-02T22:45:13.908Z","avatar_url":"https://github.com/tomsimonart.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# :star: LMPM (Led Matrix Plugin Manager)\n\u003cimg align=\"right\" src=\"https://i.imgur.com/tpx3227.jpg\"\u003e\n\nScript your own plugins and display **whatever you want** on a L.E.D. matrix\nand control/interact with your plugins from a web interface.\n\n\u003cimg src=\"https://img.shields.io/badge/platform-linux-lightgrey.svg\"\u003e \u003cimg src=\"https://img.shields.io/badge/release-v0.11.1--alpha-8833bb.svg\"\u003e \u003cimg src=\"https://img.shields.io/badge/license-MIT-blue.svg\"\u003e\n\n##  :computer: Hardware\n* Computer with [python 3](https://www.python.org/downloads/) installed (tested on linux only)\n* [Arduino UNO](https://store.arduino.cc/arduino-uno-rev3)\n* [L.E.D. Matrix](https://www.ebay.com/itm/Provide-Arduino-code-64x16-dot-Matrix-LED-for-diy-Sign-Light-Neon-Bright-UNO-MCU-/271303628009?pt=LH_DefaultDomain_0\u0026hash=item3f2af4d4e9) (only works on this one for now)\n\n\u003cimg src=\"https://i.imgur.com/ONcQDo8.gif\"\u003e\n\n---\n\n# :beginner: Guide\n## :scroll: Installation\n* Clone :\n\n    \u003e```git clone https://github.com/tomsimonart/LMPM.git```\n\n    \u003e```cd ./LMPM```\n\n\u003cimg src=\"https://i.imgur.com/epAzNsI.png\" heigth=\"150\" width=\"370\" align=\"right\"\u003e\n\n* Install python packages (**Using \"**virtualenv**\" is recommended**) :\n\n    \u003e```pip install -r requirements.txt```\n\n    \u003e You also need to install [TKinter](https://wiki.python.org/moin/TkInter) (for the **guishow** feature)\n    \n\n* Upload the arduino sketch to your arduino (tested with **arduino uno**):\n\n    \u003e You can for example use the [Arduino IDE](https://www.arduino.cc/en/Main/Software) or [PlatformIO](https://platformio.org/platformio-ide)\n\n    \u003e The sketch is located in [LMPM/GLM/matrix_IO/matrix_IO.ino](https://github.com/tomsimonart/LMPM/blob/master/GLM/matrix_IO/matrix_IO.ino)\n\n\n## :rocket: Starting\n\n* Start LMPM :\n\n    \u003e```./lmpm```\n\n    the available arguments can be found with :\n\n    \u003e```./lmpm -h```\n\n    some examples :\n\n    \u003e```./lmpm -vvv```\n\n    \u003e```./lmpm -s```\n\n    \u003e```./lmpm -V check -V info -m```\n\n## :earth_africa: Web\n* Url should be\n\n    \u003e **[http://localhost:5000](http://localhost:5000)** (also works for multiple clients)\n\n## :green_book: Documentation\n* Full documentation will *soon* (:feelsgood:) be available [here](https://tomsimonart.github.io/LMPM/)\n\n\n\n#### :+1: Special thanks\n* **Maribib** for his help with the server\n* **Mino** for the guishow feature\n* **Etnarek** and **iTitou** for their help with the arduino code\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomsimonart%2Flmpm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomsimonart%2Flmpm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomsimonart%2Flmpm/lists"}