Skip to content
This repository has been archived by the owner on Mar 6, 2022. It is now read-only.

Module not shown anymore after update to MagicMirror v2.13.0 #42

Open
PieBa opened this issue Oct 13, 2020 · 0 comments
Open

Module not shown anymore after update to MagicMirror v2.13.0 #42

PieBa opened this issue Oct 13, 2020 · 0 comments

Comments

@PieBa
Copy link

PieBa commented Oct 13, 2020

Hi,
after updating my MagicMirror to v2.13.0, i got this error:

Uncaught TypeError: Cannot read property 'replace' of undefined
    at cmpVersions (module.js:528)
    at Function.Module.register (module.js:506)
    at MMM-FRITZ-Box-Callmonitor.js:12

As a workaround I added a comment in front of line 12 of file MMM-FRITZ-Box-Callmonitor.js
Now the module shows up again.

MMM-FRITZ-Box-Callmonitor.js after adding comments:

/* global Module */

/* Magic Mirror
 * Module: MMM-FRITZ-Box-Callmonitor
 *
 * By Paul-Vincent Roll http://paulvincentroll.com
 * MIT Licensed.
 */

Module.register("MMM-FRITZ-Box-Callmonitor", {

	// requiresVersion: "2.0.0",        <-- add // at the beginning of this line

	// Default module config.
	defaults: {
		numberFontSize: 30,
		vCard: false,
		fritzIP: "192.168.178.1",
		fritzPort: 1012,

I hope this helps someone.

@PieBa PieBa changed the title Module not shown anymore after Update of Magic Mirror Module not shown anymore after update to MagicMirror v2.13.0 Oct 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant