Mmpm
MagicMirror Package Manager
Install / Use
/learn @Bee-Mar/MmpmREADME
<p align="center">
<!-- badges start -->
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=L2ML7F8DTMAT2¤cy_code=USD&source=ur" target="_blank">
<img src="https://img.shields.io/badge/Donate-PayPal-green.svg" alt="PayPal">
</a>
<a href="http://choosealicense.com/licenses/mit" target="_blank">
<img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License">
</a>
<a href="https://github.com/Bee-Mar/mmpm/actions" target="_blank">
<img src="https://github.com/bee-mar/mmpm/actions/workflows/workflow.yml/badge.svg?master" alt="GitHub Actions">
</a>
<a href="https://hub.docker.com/r/karsten13/mmpm" target="_blank">
<img src="https://img.shields.io/docker/pulls/karsten13/mmpm.svg" alt="Docker Pulls">
</a>
<img src="https://static.pepy.tech/personalized-badge/mmpm?period=total&units=abbreviation&left_color=grey&right_color=blue&left_text=Downloads">
<a href="https://pypi.org/project/mmpm" target="_blank">
<img src="https://img.shields.io/pypi/v/mmpm.svg" alt="PyPI version">
</a>
<!-- badges end -->
<!-- main title/logo -->
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=L2ML7F8DTMAT2¤cy_code=USD&source=ur" target="_blank">
<img src="https://raw.githubusercontent.com/Bee-Mar/mmpm/develop/assets/MagicMirrorPackageManager.svg" alt="MagicMirror Package Manager">
</a>
</p>
| Author | Contact | | --------------- | --------------------------------- | | Brandon Marlowe | bpmarlowe-software@protonmail.com |
MMPM, the MagicMirror Package Manager is a self updating command line and graphical interface designed to simplify the installation, removal, and maintenance of MagicMirror packages.
The MagicMirror Package Manager is featured as an alternative installation method on the MagicMirror Documentation.
<p align="center"> <img src="https://github.com/Bee-Mar/mmpm/blob/develop/assets/MMPM-UI-Homepage.png" alt="MagicMirror Package Manager"> </p>Quick Installation Guide
MMPM can be installed as a Docker image, or through pip.
Docker
docker pull karsten13/mmpm
pip
python3 -m pip install --upgrade mmpm
Ensure Your PATH is Correct
echo 'export PATH="$PATH:$HOME/.local/bin"' >> ~/.bashrc && source ~/.bashrc
Features
- Manage packages: install, remove, update, and upgrade.
- Search and view package details.
- Add custom packages (similar to Ubuntu PPAs).
- CLI tab-autocompletion.
- Easy access to MMPM and MagicMirror configuration.
- Manage MagicMirror: install, upgrade, remove.
- Control MagicMirror modules: hide/show (details)
- Control MagicMirror state: start, stop, restart (supports npm, pm2, docker-compose).
Look to the Wiki
Key Pages:
