Files
MagicMirror/modules/default/alert
Kristjan ESPERANTO 2b08288346 [core] configure cspell to check default modules only and fix typos (#3955)
When I saw PR #3951, I wondered why `cspell` didn't catch these typos
before. Unfortunately, the default modules were excluded from the check.
I have corrected this with these changes.

This even revealed a code error in
`modules/default/weather/providers/overrideWrapper.js`:

- before: `fetchEatherHourly`
- after: `fetchWeatherHourly`
2025-11-08 20:27:34 +01:00
..
2025-08-11 12:49:03 +02:00
2022-01-26 23:47:51 +01:00

Module: Alert

The alert module is one of the default modules of the MagicMirror². This module displays notifications from other modules.

For configuration options, please check the MagicMirror² documentation.