MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. lavolp3
    3. Best
    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: MM Error - .AppleDouble and UnhandledPromiseRejectionWarning

      The issue is already raised
      https://github.com/Jopyth/MMM-Remote-Control/issues/87

      And the solution si down below:

      “It’s this line: var baseUrl = result[0].refs.fetch; for some modules it looks like simple-git fails. Adding a try catch block for it in my PR.”

      posted in Troubleshooting
      lavolp3L
      lavolp3
    • RE: Can't upload pictures to site..

      @BKeyport Thanks!
      And theres the solution.

      Anjin 7. Dez. 2018, 19:37
      I had this problem as well, also impacted image uploading in messages.

      First updated to the newest nodebb release (1.11.0) and Node.js stable @ (11.2).

      Tried to downgrade Node.js back to (10.12) with no love.

      Returned to Node.js stable (11.2), and fixed by simply building sharp locally.

      npm install --build-from-source sharp
      Cheers
      Anjin

      Now we just need someone with forum server access! @paviro @roramirez @MichMich

      posted in General Discussion
      lavolp3L
      lavolp3
    • RE: MMM-AVStock v2.0.0 (npm update required!)

      @sdetweil Highcharts. Quite cool! They have a stockchart mode.
      I learned today ther’s even an ‘organization chart’ mode.

      posted in Productivity
      lavolp3L
      lavolp3
    • RE: MagicMirror freezes in a very odd way

      So I have a solution for now.
      I had the fake kms driver enabled for OpenGL. Mirror worked with these for some time but at some point not anymore.
      Going back to legacy drivers solved the issue for now…

      posted in Troubleshooting
      lavolp3L
      lavolp3
    • RE: Pandora

      @cowboysdude Not using pandora here and until now haven’t made a whole module myself so I have no need for this currently.
      But it’s a very good case for a module. Might try to do one if the 10 other things I’d like to do first with the mirror are finished :-)

      posted in Requests
      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: Forum update weirdness

      @Mykle1 said in Forum update weirdness:

      The good news is I can now upload pix. The bad news (so far) is the following issues.

      I actually had these issues before the update already.
      I was getting used to guess where the closing button is. It is there in the upper right.

      You can change your board appearance to something dark andyou will see the button

      posted in General Discussion
      lavolp3L
      lavolp3
    • MMM-soccer v2

      Description:

      This module is based on @strawberry-3-141 s MMM-soccer but with many more functions and major changes in the background and frontside.

      Download:

      [card:lavolp3/MMM-soccer]

      Screenshots:


      (image upload seems still broken, please check github page for screenshots)

      Features:

      • major leagues and competitions from Europe included in the free API (see Readme)
      • (automatic) league rotation
      • Logos included, colored or b/w
      • flexible width, slim version available
      • LIVE mode (more API calls when live games are shown)
      • table with focus mode
      • Focus on one team per league

      Version 1.0.1

      • initial

      Version 1.0.2

      • bugfix in node_helper
      • UI tweaks (smaller team names)
      posted in Sport
      lavolp3L
      lavolp3
    • RE: module calendar showing full day events one day to long

      @andurii OK I found a way to properly deal with one-day events. Will send a PR to the develop branch.
      If you want to include it already:

      Exchange the if-clause starting at line 292 with this.

      					if(this.config.showEnd){
      						if(event.endDate - event.startDate > oneDay) { 
      							timeWrapper.innerHTML += "-" ;
      							timeWrapper.innerHTML += this.capFirst(moment(event.endDate  , "x").format(this.config.fullDayEventDateFormat));
      						}
      					}
      

      BEWARE OF CHANGING THE MODULE FILES THEMSELVES.
      Only do it if you know what you’re doing.
      (You’re not breaking anything irreversibly however)

      This only shows the end date for a more-than-one-day-full-day-event.
      However, still a workaround. Still searching into the problem itself

      posted in Troubleshooting
      lavolp3L
      lavolp3
    • RE: MMM-Compliments doesn't load

      @lavolp3 For both modules you should add the additional compliments outside of the main module file but inside config.js OR a new referenced json file like this:

              module: "compliments",
              position: "lower_third",
              config: {
                  classes: 'small',
                  remoteFile: 'xxxxx.json',
                  updateInterval: 12*60*60*1000,
              }
      

      The json file sits in the module folder

      posted in Requests
      lavolp3L
      lavolp3
    • 1 / 1