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: 8kb "compliments module" works. 204kb "compliments module" fails to display. how to fix?

      @steed Although I think your way should have worked out if not for a small error (below), @bhepler 's advice is much better, because otherwise you will have a problem as soon as you want to update the mirror software.
      The module’s own .js files themselves are part of the git workflow, if you change them locally and are not common to using git, you’ll be in a fine mess later on and will not know what to do.
      Therefore, it’s ideal to use the config.js or custom.css for changes because they will be ignored by the git workflow.

      However in your approach you have only one small mistake

      	remoteFile: "~/home/pi/MagicMirror/modules/default/compliments/remote_compliments.json",
      
      

      should read

      	remoteFile: "/home/pi/MagicMirror/modules/default/compliments/remote_compliments.json",
      
      

      The “~” leads to your home/pi directory therefore it was redundant and the system was looking for /home/pi/home/pi/…

      OR just use this

      	remoteFile: "remote_compliments.json",
      
      
      posted in Troubleshooting
      lavolp3L
      lavolp3
    • RE: New Project! I think!

      Well there is an MMM-OpenHab module already.
      You might find a way to use it or expand it.

      Regarding speech commands: It might be possible to use one of the local speech recognition modules here (Lucy?) to send commands to the Openhab module or even to your local Openhab server. You wouldn’t have to use google then…
      Just a thought and not very much thought through…

      posted in General Discussion
      lavolp3L
      lavolp3
    • RE: MMM-AVStock

      For all you chart lovers and technical freaks out there the AVStock module now has fancy candle stick charts (also available in black+white).

      0_1549557513800_63b69a93-4691-4af4-8409-8caf97ba1df9-image.png

      Isn’t this just beautiful??
      Sorry, needed to beat the drum a bit.

      Planned PR’s:

      • Charts for 5min, 15min, 60min
      • include startdate and enddate for chart.
      • include max and min value labels in chart.
      posted in Productivity
      lavolp3L
      lavolp3
    • RE: pm2 doesn't start after mm update

      Hi Kurt,

      if I understand correctly your mirror doesn’t show up despite your pm2 “starting” it successfully!?

      the run-start.sh shell script seems to be the problem.
      This is the content:

      if [ -z "$DISPLAY" ]; then #If not set DISPLAY is SSH remote or tty
      	export DISPLAY=:0 # Set by defaul display
      fi
      electron js/electron.js $1
      

      I would assume electron has some problem starting…

      posted in Troubleshooting
      lavolp3L
      lavolp3
    • RE: Minutely Rain forecast (for Germany)

      Thanks for the great hint @pjkoeleman !
      I have forked this and with a minor tweak it’s also possible to scrape german weather data.

      Now I just need to figure out how to put this in a graph as a MM module.
      If anyone can give me a hint for how to draw graphs, I’d highly apreciate it.

      posted in Requests
      lavolp3L
      lavolp3
    • RE: MM Error - .AppleDouble and UnhandledPromiseRejectionWarning

      @bolish First, try another one

      find . -maxdepth 2 -exec grep -nwl  .then 2>/dev/null {} +
      

      Promises are not always processed by a Promise function, but I also by calling something and then calling .then().
      Actually I know these bastards for two or three days now, so I’m far from being an expert

      posted in Troubleshooting
      lavolp3L
      lavolp3
    • RE: Wunderlist shuts down May 6th

      I’m interested as well.
      Let’s work on it first thing next year :-)

      posted in General Discussion
      lavolp3L
      lavolp3
    • RE: MMM-AVStock

      @bclinton11 Just read that DJI stopped working this April.
      So I don’t know either which works now. Can confirm that none of the above work.

      posted in Productivity
      lavolp3L
      lavolp3
    • RE: Complete Walkthrough - Install MagicMirror on a PC - Windows 7/10

      Thanks Mykle1 for this great tutorial. You are the man!
      Working great on Win 10 Pro 64 bit

      posted in Troubleshooting
      lavolp3L
      lavolp3
    • RE: DailyDilbert

      @maximillium I did it like this but had to search for a while as well.

      You can put this in your custom.css and use whatever value you prefer

      .MMM-DailyDilbert #dilbert-content {
        width: 900px;
      }
      

      A tip if you’re interested:
      If you open the mirror in your browser (I’m using chrome mirror_ip:8080) and open the developer’s console with F12 you can see all the css involved (in the “styles” tab). Then you can right-click on the image and press “investigate” or whatever it’s called in english and you can see all the css affecting this picture. You can even toggle properties on/off live. Just discovered all the possibilites with this function working on this problem.

      posted in Requests
      lavolp3L
      lavolp3
    • 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