@sdetweil Thanks everyone. It is working perfectly now.
Read the statement by Michael Teeuw here.
Best posts made by DanClarkCBET3
Latest posts made by DanClarkCBET3
-
RE: MagicMirror regions
@sdetweil thanks for the help. That cleared the error but my modules are still not being displayed.
-
MagicMirror regions
I have been using Magic Mirror for years. In that time I have made some changes to the setup. One is I added regions to the index.htlm file. Until the latest update they have worked but now I get an error indicating unrecognized region for my modules. Is there a new place that I need to make these changes? Here is a copy of my changes to the index file:
<div class="region fullscreen below"><div class="container"></div></div> <div class="region top bar"> <div class="container"></div> <div class="region top left"><div class="container"></div></div> <div class="region top center"><div class="container"></div></div> <div class="region top right"><div class="container"></div></div> </div> <div class="container"></div> <div class="region middle"><div class="container"></div></div> <div class="region middle left"><div class="container"></div></div> <div class="region middle center"><div class="container"></div></div> <div class="region middle right"><div class="container"></div></div> </div> <div class="region upper third"><div class="container"></div></div> <div class="region lower third"> <div class="container"><br /></div> </div> <div class="region bottom bar"> <div class="container"></div> <div class="region bottom left"><div class="container"></div></div> <div class="region bottom center"><div class="container"></div></div> <div class="region bottom right"><div class="container"></div></div> </div> <div class="region fullscreen above"><div class="container"></div></div>
-
RE: After update 2.23.0 crash
@sdetweil Thanks for the link. The suggested changes corrected my problem. Now the only problem I have is that the Alt key is not working but that is not a big problem.
-
RE: After update 2.23.0 crash
After installing the latest update (04/11/2023 10:00) I can not get Magic Mirror to start on my Windows systems. In this case I’m using the default CSS and config with no added modules. See attached photo. Please help.
-
RE: magic mirror 2.20 cannot find module merge-descriptions
@sdetweil I did not get an indication as to which module was causing the problem. I did get the update to work by doing a complete reinstall.
-
magic mirror 2.20 cannot find module merge-descriptions
Tried updating to version 2.20 on a Windows 10 system. After running NPM install in the MagicMirror directory and all module folders I’m getting t an error indicating: cannot find module merge-descriptions. Anyone have advice?
-
RE: Complete Walkthrough - Install MagicMirror on a PC - Windows 7/10
Is there a way to make a desktop shortcut to start MagicMirror?