@strawberry-3-141 Thank you for updating this!
Read the statement by Michael Teeuw here.
Posts
-
RE: Can't get update alert to go away
@cowboysdude Possibly restarting MM might make the message go away as well? Does that module check to see if you ever updated while the mirror is running and turns itself off automatically or just warn of a new update?
-
RE: MMM-Carousel not displaying
@pastormingle Well, instead, I’d expect at least newsfeed, calendar, and helloworld (since that isn’t on the readme) to work as those are either default modules or one you likely added. But that lis:
['helloworld','calendar'], ['weatherforecast', 'MMM-Trello', 'planetrise', 'newsfeed'], ['MMM-fitbit']
Only works with the names of the modules you have, so if you don’t have MMM-fitbit installed, calling it is pointless and nothing would display.
-
RE: MMM-Carousel not displaying
@pastormingle Do you have MMM-Fitbit, etc as modules on your mirror?
-
RE: Default newsfeed module showing old news
@exndfan I can confirm, had an article from NYT from April 2020 show up recently on mine.
-
RE: Monitors and Burn In?
@droidus There’s a couple of modules that will move other modules’ positions slightly to try and prevent burn-in.
-
RE: HELP i have tryed to reinstall MM and now doesn't start
@killk How did you install MagicMirror on a Windows device? By default and by most of the documentation, this is an application to run on a Linux device, most commonly on a Raspberry Pi.
-
Updated to 2.17 but MM not launching
Instead, I have a window labeled Electron running with nothing displayed. I did a git pull && npm install to do the update and had to remove both instances of package-lock.json (in the root MM folder and in the vendor subfolder) to do the update and I don’t remember modifying those. Is there some additional steps I need to do to make Electron behave?
-
RE: MMM-CalendarExt2
@bkeyport actually, that might be @pkup10 's problem: he didn’t put a position item in his config. MM won’t display it without knowing where to display it.
-
RE: MMM-Bring (2 lists)
@mdlefevere Can you do like has been done for others who want to duplicate a module and have 2 copies of the module folder, one named slightly differently than the other (MMM-Bring2 for example) with that folder having the MMM-Bring.js renamed to also be that new name and the “module register” entry also updated to the new one. Then you’d have the config for it with that new name and the other list name as well as the original?
Does that make sense?