MagicMirror/modules/default/helloworld
Karsten Hassel 27f3c86c41
remove all useless header comments (#3363)
see #3358

used command: `find ./ -type f -exec perl -i -0pe
's/\/\*\s*magicmirror.*?\*\/\s*//si' {} \;`

This is a first draft, I think we should preserve some of the comments.
2024-01-24 21:39:06 +01:00
..
helloworld.js remove all useless header comments (#3363) 2024-01-24 21:39:06 +01:00
helloworld.njk Release v2.25.0 (#3214) 2023-10-01 20:13:41 +02:00
README.md MagicMirror -> MagicMirror² 2022-01-26 23:47:51 +01:00

Module: Hello World

The helloworld module is one of the default modules of the MagicMirror². It is a simple way to display a static text on the mirror.

For configuration options, please check the MagicMirror² documentation.