An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        




PayPal


MagicMirror Package Manager

| 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`.