This link gives the elaboration of what problem I’m facing
Read the statement by Michael Teeuw here.
Posts
-
Problem with Network Scanner
-
Problem with ovelay!
Earlier I posted a problem with Alert module (https://forum.magicmirror.builders/topic/5013/problem-with-alert-module/6) and I was suggested to check out Elements in dev mode. And now I found the target point.
The problem is “overlay”. Either for Alert or while brightness of screen.
I twerked some integer values and I find that the overlay starts after leaving some space from left portion and giving it the buggy look. But still I can’t find the solution. I shall be thankful to the community if you can give me some solution.
I’m uploading some pics for better understanding

Checkout that I changed the width, and you can see the overlay starts after leaving some space.
It happens for Alert as well as Brightness -
Updating Mirror
Is it necessary to update my magic mirror? If no, then how to remove the alert of update that comes over my magic mirror? Its kinda hindrance to my mirror.
-
RE: Problem with Alert Module
See the inspecting of elements, can anyone help me ??

-
RE: Problem with Alert Module
@broberg Actually the problem is something else. Because when I decrease the light intensity from MMM-Remote Module, the left portion remains untouched
-
RE: Problem with Alert Module
@broberg I added following code to my custom css
body { margin-top: 20px; margin-left: 8px; margin-right: 8px; } -
Problem with Alert Module
I have a problem with Alert module, I’m using a module for background image. Now whenever I have alert on my magic mirror, I partially covers the screen
How to cop with it??

-
RE: IP White List
@krisalexroberts said in IP White List:
amazon
I don’t think this is optimal solution, can’t we have port open for everyone? Like make it open to world, just like a website? It would be fun actually. By doing so I can watch my magic mirror anywhere I want.
-
RE: IP White List
@psteimann I’m using MMM-IFTTT module, this module require to set Webhooks as actions and my DNS as URL endpoint. I have checked my settings and the port forwarding and firewall are all set. But MagicMirror refuses the connection from IFTTT IP address. Because the IP address of IFTTT is not in whitelist.
-
RE: Issue with White list IP(s) not working :(
How to white list all IP(s), to make magicmirror public??
-
IP White List
How to allow my MagicMirror to be internet accessible?
I’m using duckdns and port forwarding, I need any ip to access my MagicMirror. How to do it? -
Alert Module
I’m using Random Background Module for a background picture
https://github.com/Ultimatum22/MMM-RandomBackgroundBut whenever I use the Alert notification, the notification covers the whole mirror except some portion, some of the area is left by the Alert and it doesn’t look nice.
-
Interacting With MM Modules with external script
I have a voice controlled personal assistant running on python on my raspberry pi. I need to control the Magic Mirror with my voice assistant. I know there are voice modules available with Magic Mirror but what if I want to integrate MM with my external voice assistant? How to interact MM with external running script ?
-
RE: Realtime Parameters Parsing
@Sean
what if i reinitialize the module after parsing the value or what if I just refresh the module after parsing the value ? -
RE: Realtime Parameters Parsing
@Sean The
iFrameis just an example I’m giving here. My question is for every module, like a youtube module or google maps module or any other module. Is it possible to change parameters of any module at runtime ? -
RE: Realtime Parameters Parsing
@Sean can you please tell me a method to parse configuration after a module has been started ?
-
Realtime Parameters Parsing
How to parse parameters to a module in realtime?
For e.g. I want to parse the url to iFrame module from a website, and I need it to change go to the current url parsed without restarting the whole MagicMirror -
RE: Except a module in getModules()
@strawberry-3.141 No there were no errors but I didn’t hide my modules