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

    Posts

    Recent Best Controversial
    • RE: MMM-AssistantMk2 terminating and not activating by voice after that.

      @BJ-Duncan thats funny… it used to chop off the beginning of the reply… !

      posted in Troubleshooting
      S
      sdetweil
    • 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?

      posted in Troubleshooting
      S
      sdetweil
    • 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 screen

      each 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

      posted in Custom CSS
      S
      sdetweil
    • RE: MMM-DarkSkyForecast - Yet ANOTHER weather module

      @humdinger44 try pm2 list from the MagicMirror folder

      posted in Utilities
      S
      sdetweil
    • 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)

      posted in Utilities
      S
      sdetweil
    • RE: How to change update interval mmm todoist

      @Stoffbeuteluwe

      updateInterval: 5*60*1000,
      

      minutes * seconds/minute * milliseconds/second

      posted in Troubleshooting
      S
      sdetweil
    • RE: How to change update interval mmm todoist

      @Stoffbeuteluwe readme says its configurable

      	updateInterval: 10*60*1000, // Update every 10 minutes
      

      https://github.com/cbrooker/MMM-Todoist

      posted in Troubleshooting
      S
      sdetweil
    • 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

      posted in Troubleshooting
      S
      sdetweil
    • 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.

      posted in Troubleshooting
      S
      sdetweil
    • RE: Error with Hotwords and AssistantMk2

      @blee1997 pm2 list
      pm2 stop ??? ???= Name
      pm2 erase or remove don’t know. Google search or pm2 --help

      posted in Troubleshooting
      S
      sdetweil
    • 1
    • 2
    • 1946
    • 1947
    • 1948
    • 1949
    • 1950
    • 2079
    • 2080
    • 1948 / 2080