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

    lavolp3

    @lavolp3

    Module Developer
    147
    Reputation
    5.2k
    Profile views
    892
    Posts
    11
    Followers
    0
    Following
    Joined
    Last Online
    Location Moers, Germany

    lavolp3 Unfollow Follow
    Project Sponsor Module Developer Moderator

    Best posts made by lavolp3

    • RE: Rude Module Developers

      So I did a little research and I can’t really comprehend.
      I cannot find any developer being just a little rude to you at all!

      “Feel free to fork the module and customize it for your own needs.”

      Rude?

      Only one developer suggesting (!) to you to make your own fork. While I think working with PR’s and improving the original module is better I guess you can just respect his view.

      Sorry but we’re all at the beginning at some point (I am as well).
      Pointing out someone as rude just because he is not interested in doing the work you suggested is a bit off.

      Go ahead, learn more Javascript, do forks and send PR’s.
      It’s fun!

      posted in General Discussion
      lavolp3L
      lavolp3
    • RE: [MMM-Showtimes] Local Cinema Showtimes

      @seann
      My suggestion: Fire up the mirror UI on your browser, press F12, move the move over your module, right click -> inspect.
      Then look at the styles section and play with switching styles on and off.
      Then you can use whatever you need in your own css overwriting main.css in your module.

      posted in Entertainment
      lavolp3L
      lavolp3
    • RE: MMM-Powerwall

      I want to have a powerwall, a solar panel and a tesla just to try out this module!

      posted in Utilities
      lavolp3L
      lavolp3
    • RE: MMM-Random Fact

      @lavolp3
      PR sent
      https://github.com/cowboysdude/MMM-rfacts/pull/12

      It seems I have done a bit too much JS programming in recent months… Lol.

      @cowboysdude have a look at it and let me know what you think.

      posted in Education
      lavolp3L
      lavolp3
    • RE: MMM-rainfc wouldn't start/show

      Please note there is a more recent module also using the buienradar API called MMM-rain-forecast.

      Apart from that can you please post the config entry and confirm that you have cloned the module to the MagicMirror/modules folder and not to the MagicMirror folder itself? :-)

      posted in Troubleshooting
      lavolp3L
      lavolp3
    • RE: Considering taking donations to support the MagicMirror project. Interested in your thoughts!

      0_1550007639198_e2a7dad3-7ad2-4768-9999-c7c584f3b279-image.png

      (Sorry, too tempting…)

      I’d definitely donate. I love this whole project.

      posted in MagicMirror
      lavolp3L
      lavolp3
    • RE: MMM-WeatherDependentClothes - Be properly dressed

      @mikey20333 Try out my troubleshooting manual in my signature
      “How to troubleshoot modules”

      posted in Utilities
      lavolp3L
      lavolp3
    • RE: New Install From Raspbian Stretch

      Guys be careful with the npm vulnerabilities!
      It’s not advisable to always fix all of them.
      E.g. if a vulnerability wants to have a most recent version of an important dependency, fixing it might even break your working MM because MM can’t work with this new dependency.

      If you’re not completely sure what you’re doing then leave them.
      They are not errors after all, your modules should work with these vulnerabilities as well.

      posted in Troubleshooting
      lavolp3L
      lavolp3
    • RE: Rainalarm (Buienalarm in Dutch)

      @cirdan

      Hi cirdan,
      I’d like to say THANK YOU for the module. I was searching for this for about a year now, also made a thread here asking for it.
      Let me also say, this also works for parts of Germany close to the Netherlands (I live close to Duisburg).

      I would suggest to present this in the “modules” section for more recognition.
      I’d also like to contribute to it, thinking about the possibility for users to show bar graphs or line graphs.
      Will send a pull request on github when successful.

      posted in Requests
      lavolp3L
      lavolp3
    • MMM-Comics

      [card:lavolp3/MMM-Comics]

      MMM-Comics

      A module for MagicMirror2 that displays several comic strips (sources updated on demand)

      Description

      Based on (and forked from) andrecarluccis MMM-DailyDilbert module, this is a module for MagicMirror2 that displays the current daily or random comic strips from famous cartoons. You can choose to display a coloured or a b/w version of the comic strips (b/w does not always work that well, try it out).
      Additionally you can choose a daily time frame at which the current daily comic is being shown (supported only for dilbert, dilbert_de and xkcd). For the rest of the day, or if the comic is archived, a random comic is picked.

      Screenshot

      Example image

      Have fun!

      posted in Entertainment
      lavolp3L
      lavolp3

    Latest posts made by lavolp3

    • RE: Image in module not showing on mirror browser

      @sdetweil What’s the CORS service in MM?
      I see I have been away for a while…

      posted in Troubleshooting
      lavolp3L
      lavolp3
    • RE: Image in module not showing on mirror browser

      @bugsounet Hi thanks for the help.
      Will consider reworking the code, but as said, it does work on an external browser, so the code itself should not be the issue, would it?
      Rather the interpretation by the browser or any frontend behaviour when downloading the file.

      posted in Troubleshooting
      lavolp3L
      lavolp3
    • RE: Image in module not showing on mirror browser

      @sdetweil that’s what I usually do, but here the error is not reproducible on any other browser. But I can try to use electron’s developers tab.

      However, I strongly suspect the reason is @MMRIZE 's CORS issue.
      But have no real idea how to solve that.

      Anybody want to give me a hint?

      posted in Troubleshooting
      lavolp3L
      lavolp3
    • Image in module not showing on mirror browser

      HI,
      I have an issue where an image is not loading on the browser of the mirror itself, while on Firefox on my laptop, it shows.

      The image is loaded in MMM-Sonos:

                          if (item.track.albumArtURI !== null && item.track.albumArtURI !== undefined && item.track.albumArtURI.trim() !== "") {
                              albumCover.innerHTML = `<img src="${item.track.albumArtURI}" width="80" height="80">`;
                          } else {
                              albumCover.innerHTML = `<img src="SonosRadio.png" width="80" height="80">`;
                          }
                          container.append(albumCover);
      

      It seems to be some browser problem, because as said, on a laptop browser the image is shown.

      Any ideas?

      Thanks,
      Dirk

      posted in Troubleshooting
      lavolp3L
      lavolp3
    • RE: Failed Update

      @sdetweil Sam, sorry for the confusion, everything is working. A said I had installed node 18 and then it all worked. I didn’t need help, just wanted to point out that node 20 seems to not be working with some systems. But as I see you got that covered in your script.

      posted in Troubleshooting
      lavolp3L
      lavolp3
    • RE: Failed Update

      @sdetweil Sorry I have BUSTER installed. My mistake.

      Here the lastlog

      Upgrade started - Wed Nov  1 10:25:06 CET 2023
      system is Linux magicmirror 5.10.103-v7+ #1529 SMP Tue Mar 8 12:21:37 GMT 2022 armv7l GNU/Linux
      the os is Distributor ID: Raspbian Description: Raspbian GNU/Linux 10 (buster) Release: 10 Codename: buster
      n (node version manager tool) not installed, doing test run, install skipped
      doing test run = true, NO updates will be applied!
      Check current Node installation ...
      Node currently installed. Checking version number.
      Minimum Node version: v18.18.0
      Installed Node version: v16.20.2
      Node should be upgraded.
      
      Upgrade started - Wed Nov  1 10:45:19 CET 2023
      system is Linux magicmirror 5.10.103-v7+ #1529 SMP Tue Mar 8 12:21:37 GMT 2022 armv7l GNU/Linux
      user requested to force apply changes
      the os is Distributor ID: Raspbian Description: Raspbian GNU/Linux 10 (buster) Release: 10 Codename: buster
      node not installed, trying via apt-get
      Reading package lists... Building dependency tree... Reading state information... nodejs is already the newest version (20.9.0-1nodesource1). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
      npm not installed, trying via apt-get
      npm NOT installed now, install now
      Reading package lists... Building dependency tree... Reading state information... Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: npm : Depends: nodejs (>= 6.11~) Depends: node-abbrev (>= 1.1.1~) but it is not going to be installed Depends: node-ansi-regex (>= 3.0~) but it is not going to be installed Depends: node-ansistyles (>= 0.1.3~) but it is not going to be installed Depends: node-aproba (>= 1.2~) but it is not going to be installed Depends: node-archy (>= 1.0~) but it is not going to be installed Depends: node-cacache (>= 10.0.4~) but it is not going to be installed Depends: node-bluebird (>= 3.5.1~) but it is not going to be installed Depends: node-call-limit (>= 1.1~) but it is not going to be installed Depends: node-chownr (>= 1.0.1~) but it is not going to be installed Depends: node-config-chain (>= 1.1.11~) but it is not going to be installed Depends: node-detect-indent (>= 5.0~) but it is not going to be installed Depends: node-detect-newline (>= 2.1~) but it is not going to be installed Depends: node-editor (>= 1.0~) but it is not going to be installed Depends: node-fs-vacuum (>= 1.2.10~) but it is not going to be installed Depends: node-fs-write-stream-atomic (>= 1.0.10~) but it is not going to be installed Depends: node-glob (>= 7.1.2~) but it is not going to be installed Depends: node-graceful-fs (>= 4.1.11~) but it is not going to be installed Depends: node-has-unicode (>= 2.0.1~) but it is not going to be installed Depends: node-hosted-git-info (>= 2.6~) but it is not going to be installed Depends: node-iferr (>= 0.1.5~) but it is not going to be installed Depends: node-inflight (>= 1.0.6~) but it is not going to be installed Depends: node-inherits (>= 2.0.3~) but it is not going to be installed Depends: node-ini (>= 1.3.5~) but it is not going to be installed Depends: node-npm-package-arg but it is not going to be installed Depends: node-promzard but it is not going to be installed Depends: node-jsonstream (>= 1.3.2~) but it is not going to be installed Depends: node-json-parse-better-errors (>= 1.0.1~) but it is not going to be installed Depends: node-lazy-property (>= 1.0~) but it is not going to be installed Depends: node-libnpx (>= 10.0.1~) but it is not going to be installed Depends: node-lockfile (>= 1.0.3~) but it is not going to be installed Depends: node-lru-cache (>= 4.1.1~) but it is not going to be installed Depends: node-mississippi (>= 3.0~) but it is not going to be installed Depends: node-mkdirp (>= 0.3.3) but it is not going to be installed Depends: node-move-concurrently (>= 1.0.1~) but it is not going to be installed Depends: node-nopt but it is not going to be installed Depends: node-normalize-package-data (>= 2.4~) but it is not going to be installed Depends: node-gyp (>= 3.6.2~) but it is not going to be installed Depends: node-resolve-from (>= 4.0~) but it is not going to be installed Depends: node-encoding but it is not going to be installed Depends: node-errno but it is not going to be installed Depends: node-npmlog (>= 4.1.2~) but it is not going to be installed Depends: node-once (>= 1.4~) but it is not going to be installed Depends: node-opener (>= 1.4.3~) but it is not going to be installed Depends: node-osenv (>= 0.1.5~) but it is not going to be installed Depends: node-path-is-inside (>= 1.0.2~) but it is not going to be installed Depends: node-promise-inflight (>= 1.0.1~) but it is not going to be installed Depends: node-ansi but it is not going to be installed Depends: node-qw (>= 1.0.1~) but it is not going to be installed Depends: node-read (>= 1.0.7~) but it is not going to be installed Depends: node-read-package-json (>= 2.0.13~) but it is not going to be installed Depends: node-request (>= 2.83~) but it is not going to be installed Depends: node-retry (>= 0.10.1~) but it is not going to be installed Depends: node-rimraf (>= 2.6.2~) but it is not going to be installed Depends: node-safe-buffer (>= 5.1.1~) but it is not going to be installed Depends: node-semver (>= 5.5~) but it is not going to be installed Depends: node-sha (>= 2.0.1~) but it is not going to be installed Depends: node-slide (>= 1.1.6~) but it is not going to be installed Depends: node-sorted-object (>= 2.0.1~) but it is not going to be installed Depends: node-from2 but it is not going to be installed Depends: node-stream-iterate but it is not going to be installed Depends: node-ssri (>= 5.2.4~) but it is not going to be installed Depends: node-strip-ansi (>= 4.0~) but it is not going to be installed Depends: node-tar (>= 4.4~) but it is not going to be installed Depends: node-text-table (>= 0.2~) but it is not going to be installed Depends: node-uid-number (>= 0.0.6~) but it is not going to be installed Depends: node-unique-filename (>= 1.1~) but it is not going to be installed Depends: node-unpipe (>= 1.0~) but it is not going to be installed Depends: node-boxen (>= 1.2.1~) but it is not going to be installed Depends: node-import-lazy but it is not going to be installed Depends: node-is-npm (>= 1.0~) but it is not going to be installed Depends: node-latest-version (>= 3.0~) but it is not going to be installed Depends: node-semver-diff (>= 2.0~) but it is not going to be installed Depends: node-xdg-basedir (>= 3.0~) but it is not going to be installed Depends: node-validate-npm-package-name (>= 3.0~) but it is not going to be installed Depends: node-which (>= 1.3~) but it is not going to be installed Depends: node-wrappy (>= 1.0.2~) but it is not going to be installed Depends: node-write-file-atomic (>= 2.3~) but it is not going to be installed E: Unable to correct problems, you have held broken packages.
      doing test run = false
      Check current Node installation ...
      Node currently installed. Checking version number.
      forcing low Node version
      Minimum Node version: v18.18.0
      Installed Node version: V1.0.0
      Node should be upgraded.
      

      That was the last failed upgrade. Node V1.0.0 lol. Node 20 was installed.
      After that I manually purged Node, installed Node 18 and did the npm run install-mm

      posted in Troubleshooting
      lavolp3L
      lavolp3
    • RE: Failed Update

      @sdetweil
      Sam, I did an update yesterday and found Node 20.8 not working on my raspbian bullseye install.
      I had an issue mentioned by someone else here before referring a missing GLIBCXX_3.4.26 file.
      I needed to purge and install node 18.x. Then it worked.
      Possible that this happens for more users with Raspbian
      Bullseye.
      I see your upgrade script requests Node 20.8.
      Not sure if that may be an issue for other people as well?

      posted in Troubleshooting
      lavolp3L
      lavolp3
    • RE: MMM-WetterOnline does not load

      @sil3ntstorm Looks like you need tio change the city to “hemau”.
      If the link works, the module only needs the city name.

      city: "hemau",
      
      posted in Troubleshooting
      lavolp3L
      lavolp3
    • RE: My Bathroom Mirror

      @sil3ntstorm That should be MMM-OpenWeatherForecast
      https://github.com/jclarke0000/MMM-OpenWeatherForecast

      posted in Show your Mirror
      lavolp3L
      lavolp3
    • RE: Football (soccer) broken since update

      @dawookie1979 You can try my module MMM-soccer.
      See the link :backhand_index_pointing_down_light_skin_tone: in my signature.

      posted in Showcase
      lavolp3L
      lavolp3