MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. chris47803
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    C
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 13
    • Posts 44
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Calendar problem

      once a time has passed, (start or end) its not upcoming any more.

      Only be start

      posted in Troubleshooting
      C
      chris47803
    • Calendar problem

      Hello,
      I get my appointments from Outlook.
      I see normal appointments through to the end.
      Series appointments are hidden at the start time.
      Example:
      Series date annually on January 29th from 7 a.m. to 5 p.m.
      This appointment will be hidden from 7 a.m.

      For a one-off appointment from 7 a.m. to 5 p.m., for example, at 4 p.m. there is 1 + hour
      How can I adjust that?

      best regards

      posted in Troubleshooting
      C
      chris47803
    • RE: MMM-FRITZ-Box-Callmonitor

      Now it’s working.

      I uninstalled Python and installed version 0.5.0.

      best regards, Chris

      posted in Troubleshooting
      C
      chris47803
    • MMM-FRITZ-Box-Callmonitor

      Hi there,

      I’m sorry for my bad english.
      I had it translated with google.

      I would like to run the call monitor in my mirror.
      An incoming call is also indicated.
      Unfortunately not missed calls.
      Even if I enter the wrong password, nothing changes on the display.
      I hope you can help me.

      Kind regards

      01.jpg

      config.js

      {
      		module: "MMM-FRITZ-Box-Callmonitor",
      		position: "bottom_left",	// This can be any of the regions. Best results in left or right regions.
      		header: "Letzte Anrufe", // This is optional
      		config: {
      			showContactsStatus: "true",
      			fritzIP: "192.168.2.2",
      			showContactsStatus: "true",
      			maximumCallDistance: "60",
                              maximumCalls: "5",
                              reloadContactsInterval: "1",
      		        username: "pi",
                              password: "*****",
                              //vCard: "/home/pi/MagicMirror/modules/MMM-FRITZ-Box-Callmonitor/vCard Export.vcf",
      			debug: "true",
      			
      		}
      	},
      
      

      MMM-FRITZ-Box-Callmonitor.js

      Module.register("MMM-FRITZ-Box-Callmonitor", {
      
      	requiresVersion: "2.0.0",
      
      	// Default module config.
      	defaults: {
      		numberFontSize: 30,
      		vCard: false,
      		fritzIP: "192.168.2.2",
      		fritzPort: 1012,
      		minimumCallLength: 0,
      		maximumCallDistance: 60,
      		maximumCalls: 5,
      		fade: false,
      		debug: false,
      		fadePoint: 0.25,
      		username: "pi",
      		password: "*****",
      		reloadContactsInterval: 1, // 30 minutes, set to 0 to disable
      		deviceFilter: [], // [] means no filtering
      		showContactsStatus: true
      	},
      
      
      posted in Troubleshooting
      C
      chris47803
    • 1
    • 2
    • 3
    • 4
    • 5
    • 5 / 5