Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. lavolp3
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    lavolp3

    @lavolp3

    Module Developer

    127
    Reputation
    788
    Posts
    5055
    Profile views
    8
    Followers
    0
    Following
    Joined Last Online
    Location Moers, Germany

    lavolp3 Follow
    Project Sponsor Module Developer Moderator

    Best posts made by 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
      lavolp3
      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
      lavolp3
      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
      lavolp3
      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
      lavolp3
      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
      lavolp3
      lavolp3
    • RE: About to build for the first time, dont understand the point of the OS.

      As @broberg said: Freedom! You can do anything and you can use the OS itself for any further Raspbian things you would like. (A mirror as a jdownloader host? possible… Measuring temp in bath room directly using the mirror? possible…)
      There are so many possibilities…

      Also, you don’t necessarily have to throw any html or setup a web server. It’s all done automatically at the installation.
      Yes, if you want to go forward there’s a lot to learn, but I have contributed / played with a lot of modules already and not written more than 3 lines of html (albeit lots of JS)

      posted in General Discussion
      lavolp3
      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
      lavolp3
      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
      lavolp3
      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
      lavolp3
      lavolp3
    • RE: Better speech recognition engine?

      Now you have my full attention! 🙂
      Sounds exciting! Good luck with development!

      Do you now jasper?
      “Jasper is an open source platform for developing always-on, voice-controlled applications”
      https://jasperproject.github.io/
      Maybe worth a look?

      E.g.:
      “Julius is a high-performance open source speech recognition engine. It does not need an active internet connection. Please note that you will need to train your own acoustic model, which is a very complex task that we do not provide support for. Regular users are most likely better suited with one of the other STT engines listed here.”
      (from the documentation)

      posted in Development
      lavolp3
      lavolp3

    Latest posts made by lavolp3

    • RE: MMM-Buienalarm

      @MajorC Then you can just wait.
      I guess I’ll push the climacell change to the master branch later since there are already some modules out there that use Buienradar.

      posted in Utilities
      lavolp3
      lavolp3
    • RE: MMM-Buienalarm

      @MajorC said in MMM-Buienalarm:

      lat: 52.55,
      lon: 13.45,

      Is that Berlin?
      The current master branch uses Buienradar (NL) and does not work east of, let’s say Dortmund.
      You could try to switch to the ‘climacell’ branch

      git fetch --all
      git checkout climacell
      git pull
      

      You’d need a climacell api key.
      https://www.climacell.co/weather-api/
      I have not completed the Readme yet in that branch. Will do over the next days.

      posted in Utilities
      lavolp3
      lavolp3
    • RE: Default Calendar doesn't show annually events

      @ghelweg My default calendar shows birthdays very well. Also, the issue in the referred thread did not seem to be a general issue since Sam was not able to reproduce it.
      Are you sure it is a module issue and not one of your (google) calendar?

      posted in Troubleshooting
      lavolp3
      lavolp3
    • RE: axios request returns no data, while http request does

      @sharklaser said in axios request returns no data, while http request does:

      :
      axios.defaults.headers.common[‘User-Agent’] = ‘PostmanRuntime/7.26.2’;

      That was the solution! Thanks!!

      posted in General Discussion
      lavolp3
      lavolp3
    • RE: MMM-rain-forecast

      @MajorC You could try my MMM-Buienalarm. I just recently integrated the climacell API. Not as good as the dutch service but available in all Germany (and Europe.
      Care to try it out?

      posted in Utilities
      lavolp3
      lavolp3
    • RE: MMM-AVStock

      @thymon said in MMM-AVStock:

      Hello @lavolp3

      How follow Bitcoin BTC/EUR ? I can’t find the symbol.

      https://www.alphavantage.co/query?function=SYMBOL_SEARCH&keywords=bitcoin&apikey=NXXXXXXXXXXXXX

      OK to test your beta 🙂

      Try the symbol BTCUSD. Works with many fx.

      posted in Productivity
      lavolp3
      lavolp3
    • RE: Where do I put this.sendNotification?

      @eracerhead these functions (this.sendNotification()) are being used to trigger something in one module from inside another module. It is only needed for module developers.
      You could create e.g. a module with control functions including these.

      posted in Troubleshooting
      lavolp3
      lavolp3
    • RE: Help for a newbie

      you’re looking at a vnc viewer here. I think (!) they create their own resolution. Is the mirror itself behaving the same?
      Have you adjusted resolution of the desktop?
      Menu (raspberry icon top left)-> Preferences -> Screen Configuration

      posted in Troubleshooting
      lavolp3
      lavolp3
    • RE: MMM-NewPIR works only one time

      @hutz10 Have included the module name in your topic header or better responsiveness

      posted in Utilities
      lavolp3
      lavolp3
    • RE: Finding the best commute time using MMM-MyCommute (and a graph)

      @lhoggatt17 I guess you are referring to me?

      I have done some more dev work on the branch but am not using it now.
      Will have a new look on this.

      Have you done npm install after switching to my fork?
      Also can you show me any errors in dev console? See my link below to do troubleshooting on the module.

      posted in Modules
      lavolp3
      lavolp3