[calendar] chore: remove requiresVersion: "2.1.0" (#3932)

This is just to reduce a little noise in the dev console. The following
line will not appear with this change:

```shell
module.js:480 Check MagicMirror² version for module 'calendar' - Minimum version:  2.1.0 - Current version: 2.34.0-
```

Since version 2.1.0 is so old, we can surely throw it out without
concern.
This commit is contained in:
Kristjan ESPERANTO
2025-10-27 09:48:17 +01:00
committed by GitHub
parent 9ad5618843
commit 2e795f6552
2 changed files with 1 additions and 2 deletions

View File

@@ -68,8 +68,6 @@ Module.register("calendar", {
updateOnFetch: true
},
requiresVersion: "2.1.0",
// Define required scripts.
getStyles () {
return ["calendar.css", "font-awesome.css"];