https://github.com/bee-mar/mmm-mmpm
Companion MagicMirror module for the MMPM CLI/UI
https://github.com/bee-mar/mmm-mmpm
Last synced: about 2 months ago
JSON representation
Companion MagicMirror module for the MMPM CLI/UI
- Host: GitHub
- URL: https://github.com/bee-mar/mmm-mmpm
- Owner: Bee-Mar
- License: mit
- Created: 2023-03-05T15:40:40.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-08T21:42:53.000Z (about 1 year ago)
- Last Synced: 2025-03-24T03:34:48.686Z (2 months ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
| Author | Contact |
| --------------- | --------------------------------- |
| Brandon Marlowe | [email protected] |`MMM-mmpm`, is the companion MagicMirror module of the MMPM CLI/UI to enable toggling visibility of
MagicMirror modules. This module requires `mmpm` and MagicMirror to be installed. For instructions to install `mmpm`, see [https://github.com/Bee-Mar/mmpm](https://github.com/Bee-Mar/mmpm).## Installation
```sh
mmpm install MMM-mmpm
```Then append `{ module: "MMM-mmpm" }` to the `modules` array in your MagicMirror `config.js`.
See the related [MMPM Wiki](https://github.com/Bee-Mar/mmpm/wiki/Status,-Hide,-Show-MagicMirror-Modules) page for additional instructions.
## Removal
```sh
mmpm remove MMM-mmpm
```Remove `{ module: "MMM-mmpm" }` from the `modules` array in your MagicMirror `config.js`.