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

    Posts

    Recent Best Controversial
    • RE: Black Fabric for magic mirror

      I just have a black MDF plate cut to the right size.

      posted in General Discussion
      lavolp3L
      lavolp3
    • RE: *NEW LIST 29.06.2021* Two way community order for mirror glass for all european countries - Open until at least 10 people have entered

      @mortenbirkelund said in Two way community order for mirror glass for all european countries - Open until at least 10 people have entered the list:

      I bought the mirror from here, but it is way too dark and not very mirror-like.

      Well, Morten, I have to say this seems to be the best you can get currently apart from the one Chris is offering. Glas-Star has very good prices and the Chrome Spy seems to be one of the best choices currently. But it also depends heavily on lighting. I have it in a bathroom with natural light. ON a sunny day it’s great. On a winter evening it’s difficult. You can see the display behind the glass and the the backlight of the display.
      FI you have a room without natural light the chrome spy might not be the best solution. There is a glass out there with only a few % transmission. That might be better in that case.
      But, don’t expect too much of it…

      posted in Hardware
      lavolp3L
      lavolp3
    • RE: Does "Top_Bar" 5-7 Day Weather Forecast Module Exist?

      @Mykle1 has created one I believe. I’ve seen some of his screenshots show a 1-liner width a multi-day forecast

      posted in Requests
      lavolp3L
      lavolp3
    • RE: MMM-forecast-io -- Localized up to the minute weather

      @code999 it’s in the MMM-forecast-io.js file.

      You can either try to comment out (//) or delete line 397

      forecastBar.appendChild(bar);
      

      (only the bar)
      or line 402

      forecastBarWrapper.appendChild(forecastBar);
      

      (with temps)

      But why are you trying to delete it? It really doesn’t make sense to me and will look kind of ugly I guess.

      posted in Utilities
      lavolp3L
      lavolp3
    • RE: MMM-MyCommute - API Calls and Quota

      @ooom416354 Look into line 173 of the MMM-MyCommute.js

        getData: function() {
      
          //only poll if in window
          if ( this.isInWindow( this.config.startTime, this.config.endTime, this.config.hideDays ) ) {
            //build URLs
      

      Above that you can find the isInWindow()-function that checks if current time is between start and end time.

      posted in Troubleshooting
      lavolp3L
      lavolp3
    • RE: Disappearing module

      please see this thread, seems related to yours

      https://forum.magicmirror.builders/topic/11661/mmm-rain-radar-module-is-suspended

      MMM-Rain-Radar might suspend itself after the 10 minutes because there’s nothing to show.

      If that’s the case, RTFM! Lol!

      posted in Troubleshooting
      lavolp3L
      lavolp3
    • RE: London DLR arrivals

      @pumpy266 tfl-arrivals works for me.
      Have you set

      debug: true
      

      in the config?
      Then you can check for debug messages in the developers console.
      Either by pressing f12 in your browser or by starting the mirror with npm start dev

      posted in Requests
      lavolp3L
      lavolp3
    • RE: Alex with german commands

      @Vauxdvihl I don’t know any of them sorry

      posted in General Discussion
      lavolp3L
      lavolp3
    • RE: London DLR arrivals

      @pumpy266 im trying it out at the moment

      posted in Requests
      lavolp3L
      lavolp3
    • RE: Alex with german commands

      @Vauxdvihl well try one out. I suppose the language is determined by your Alexa setting not by any module setting.
      So you can take any one of them.

      posted in General Discussion
      lavolp3L
      lavolp3
    • 1 / 1