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

Posts

Recent Best Controversial
  • RE: MMM-Fritz-Box-Callmonitor: Notification formatting

    @coernel I now also pushed the changes into the master https://github.com/drtorchwood/MMM-FRITZ-Box-Callmonitor-py3/tree/master

    posted in Troubleshooting
    J
    Jan 0
    Feb 25, 2023, 1:03 PM
  • RE: MMM-Fritz-Box-Callmonitor: Notification formatting

    @wishmaster270
    I uploaded my changes in the branch code_update_2023 and did not pullit to the master of the fork.
    I will have a look at the pull requests tomorrow.

    posted in Troubleshooting
    J
    Jan 0
    Feb 15, 2023, 9:15 PM
  • RE: MMM-Fritz-Box-Callmonitor: Notification formatting

    @coernel Perhaps, my renaming of the module is the problem. On my computer, the module is stilled named “MMM-FRITZ-Box-Callmonitor”. I only renamed it for the branch.
    I will check this in the next days.
    Does python3 fritz-access.py -u '<username>' -p '<password>' work?

    posted in Troubleshooting
    J
    Jan 0
    Feb 10, 2023, 8:30 PM
  • RE: MMM-Fritz-Box-Callmonitor: Notification formatting

    Thanks @coernel
    Here is the fork and the development branch: https://github.com/drtorchwood/MMM-FRITZ-Box-Callmonitor-py3/tree/code_update_2023

    posted in Troubleshooting
    J
    Jan 0
    Feb 5, 2023, 9:38 PM
  • MMM-Fritz-Box-Callmonitor: Notification formatting

    Hi,
    I’m referring to this module (https://github.com/paviro/MMM-FRITZ-Box-Callmonitor). Although it is quite outdated, I still like it and I was able to transfer it to an python3 environment. However, since some update (don’t know which one), the notification (“alert”) is not formatted properly.
    The reason seems to be in line 85 of the file MMM-FRITZ-Box-Callmonitor.js:

    	// Override socket notification handler.
    	socketNotificationReceived: function(notification, payload) {
    		if (notification === "call") {
    			//Show alert on UI
    			this.sendNotification("SHOW_ALERT", {
    				title: this.translate("title"),
    				message: "<span style='font-size:" + this.config.numberFontSize.toString() + "px'>" + payload + "<span>",
    				imageFA: "phone"
    			});
    
    			//Set active Alert to current call
    			this.activeAlert = payload;
    		}
    

    There are two problems: 1) the title is not translated but printed, 2) the message is not formatted but the formatting information is printed verbosely.
    Unfortunately, I’m neither an expert in the MagicMirror syntax nor in javascript. Could somebody give me a hint how I need to adopt the code?

    Thanks

    posted in Troubleshooting
    J
    Jan 0
    Feb 4, 2023, 2:35 PM
  • Read calendar credentials from netrc file

    Hi,

    I was wondering if it would be possible to read the username and password for a web calendar from the ~/.netrc file without giving this information in the MM config file.
    Because wget and curl are reading this file anyhow, it would make maintaining credentials easier.

    posted in Feature Requests
    J
    Jan 0
    Aug 6, 2022, 9:26 PM
  • RE: Pi Zero as MagicMirror Client

    @sdetweil Thanks for the hint. That improved the situation a lot but it is still not sufficient. I have different pages rotating every 10 seconds and I guess that’s too resource consuming. The CPU is 100 % used now.
    Perhaps, I need to wait until the PI Zero 2 is available again (at a reasonable price).

    posted in Troubleshooting
    J
    Jan 0
    Jul 30, 2022, 12:34 PM
  • Pi Zero as MagicMirror Client

    Hey,

    I found an old Pi Zero (not the Pi Zero 2) and wanted to use it as a client for a MagicMirror. The server is running fine. I can access the MM from another computer.
    Now, I started the the Pi Zero (bullseye with desktop) and called the MM page in chromium. However, it is too slow: the page is not completely loaded, the clock is not running smoothly.

    Does anyone know of a better solution (browser options, another browser, less resource usage, …) on a Pi Zero?

    Thanks,
    Jan

    posted in Troubleshooting
    J
    Jan 0
    Jul 29, 2022, 8:33 PM
  • 1 / 1
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy