@BJ-Duncan thats funny… it used to chop off the beginning of the reply… !
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-AssistantMk2 terminating and not activating by voice after that.
-
RE: MMM- EARTH not starting
@chris1971 I suspect that there is a variable naming problem between the two modules… the javascript namespace is all one big library… so, if module A uses a variable name and module B uses the SAME variable name, oops… last one in wins…
if you move the module entries in config.js around so, whichever is last now is closer to the top does the behavior change?
-
RE: Can't put separate pages in one page for scrollable website
@TrevorNoah sorry, not quite sure what you mean.
your module output is put into one of the MM regions… by position: in config.js
unless u use one of the fullscreen regions, you don’t have access to the whole screeneach region will be scrollable, vertically when the content goes over the screen size.
can u explain what “the class position to relative” and "text the design everything gets mashed together " means… maybe a screen shot
-
RE: MMM-DarkSkyForecast - Yet ANOTHER weather module
@humdinger44 try pm2 list from the MagicMirror folder
-
RE: MMM-DHT-Sensor Update how to
@Stef you go to the module folder and do a git pull to get THAT modules updates. (and recheck if u need to do an npm install there too)
-
RE: How to change update interval mmm todoist
@Stoffbeuteluwe readme says its configurable
updateInterval: 10*60*1000, // Update every 10 minutes -
RE: Proper way to have module loading screen
@isaac2004 said in Proper way to have module loading screen:
I have not figured out a way to have multiple divs in my module container and flip visibility from that event
what is the problem?
when u start to load the map , it is hidden and the loading div is shown.
then in your tileloaded event trigger, you would document.getElementByID(the loading div) and hide it,
then show the tile div…I hide/show two different images directly without problem and another design is to have two divs and toggle them
-
RE: Proper way to have module loading screen
@isaac2004 this is probably a side effect of the updateDom/getDom cycle.
are you doing the changes directly to the dom when the map has loaded?
or using updateDom() to signal? if using updateDom() to signal, there is a timing bug,
make sure to have some delay value, like updateDom(10). else there is a compare race condition. -
RE: Error with Hotwords and AssistantMk2
@blee1997 pm2 list
pm2 stop ??? ???= Name
pm2 erase or remove don’t know. Google search or pm2 --help