You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 6, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
after updating my MagicMirror to v2.13.0, i got this error:
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:
I hope this helps someone.
The text was updated successfully, but these errors were encountered: