Compare commits

...

8 commits

Author SHA1 Message Date
2cf512b70c
Merge branch 'KristjanESPERANTO-review' 2024-12-01 09:20:56 -08:00
Kristjan ESPERANTO
d2c985ebc1 Improve heading 2024-12-01 14:32:56 +01:00
Kristjan ESPERANTO
6d3750b5c6 Optimize format 2024-12-01 14:32:26 +01:00
Kristjan ESPERANTO
26c4edd89e magic mirror -> MagicMirror 2024-12-01 14:30:19 +01:00
Kristjan ESPERANTO
34fa3b9004 Remove superfluous .git 2024-12-01 14:19:14 +01:00
Kristjan ESPERANTO
0a900ce307 Folder -> directory 2024-12-01 14:18:52 +01:00
Kristjan ESPERANTO
5b685dc967 Remove unused URL 2024-12-01 14:10:54 +01:00
Kristjan ESPERANTO
0720028f70 Update URL 2024-12-01 14:10:35 +01:00

View file

@ -1,4 +1,6 @@
## Maintainer needed
# MMM-pages
## Project status
This project is **mature** and in maintence mode only. New features or fixes
will not be actively made. If you'd like to see a feature or fix, please
@ -12,12 +14,10 @@ contribute to this repository before asking for maintainership. As this module
is used by a lot of people, I need to ensure that a new maintainer can write
high quality code and match the standards of the existing codebase.
---
## Description
# MMM-pages
This [MagicMirror²][mm] Module allows you to have pages in your magic mirror!
Want to have more modules in your magic mirror, but want to keep the format?
This [MagicMirror²][mm] module allows you to have pages in your MagicMirror!
Want to have more modules in your MagicMirror, but want to keep the format?
Or, want to have grouped modules that are themed together? Look no further!
![Example](example.webp)
@ -28,7 +28,7 @@ one yourself!
## Installation
In your terminal, go to your MagicMirror's Module folder:
In your terminal, go to your MagicMirror's module directory:
```bash
cd ~/MagicMirror/modules
@ -37,7 +37,7 @@ cd ~/MagicMirror/modules
Clone this repository:
```bash
git clone https://github.com/edward-shen/MMM-pages.git
git clone https://github.com/edward-shen/MMM-pages
```
Configure the module in your config.js file.
@ -52,6 +52,7 @@ To display what page you're on, I'd highly recommend checking out my
## Using the module
To use this module, add it to the modules array in the `config/config.js` file.
Note: module names used in the following example are fictitious.
```js
@ -140,8 +141,8 @@ MMM-pages notifications.
### Initialization
_This section provides documentation on what notifications the module sends on
startup. This section isn't necessary to read for most users._
*This section provides documentation on what notifications the module sends on
startup. This section isn't necessary to read for most users.*
MMM-pages doesn't activate until we receive the `DOM_OBJECTS_CREATED`
notification, as that notification ensures all modules have been loaded. On this
@ -166,7 +167,7 @@ See also FAQ below.
MMM-pages intentionally does not provide methods to interact with the pages.
This is intentional by design, as there are too many ways to interact with a
Magic Mirror. [MMM-page-indicator][page indicator] does provide a way to click
MagicMirror. [MMM-page-indicator][page indicator] does provide a way to click
on the circles to change pages, but this requires the ability to click or tap
on the circles itself. If no other method is available, MMM-pages provides an
automatic rotation feature.
@ -189,6 +190,5 @@ See also FAQ below.
Please make an issue. Thanks!
[example_url]: https://www.youtube.com/watch?v=1NQ-sGtdUdg
[mm]: https://github.com/MichMich/MagicMirror
[mm]: https://github.com/MagicMirrorOrg/MagicMirror
[page indicator]: https://github.com/edward-shen/MMM-page-indicator