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

    Topics

    • lavolp3L

      Image in module not showing on mirror browser

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      12
      0 Votes
      12 Posts
      3k Views
      S
      @lavolp3 see also https://forum.magicmirror.builders/topic/18131/possible-cross-origin-issue
    • lavolp3L

      MMM-COVID19-Inc [DE only!]

      Watching Ignoring Scheduled Pinned Locked Moved Health
      1
      1 Votes
      1 Posts
      447 Views
      lavolp3L
      Another (and hopefully the last!) COVID19-related module. https://github.com/lavolp3/MMM-COVID19-Inc This one can show incidence rates of different districts(Landkreise) in Germany. a map of Germany with colored districts. a list of highest/lowest incidence rates. The rates are pulled from a private API that refers to RKI data, but may not be complete / up to date. I just recently found a few data points missing. Screenshot: [image: mmm-covid19-inc-sample.png?raw=true]
    • lavolp3L

      Calendar module fetching errors since 2.15

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      3
      0 Votes
      3 Posts
      686 Views
      S
      @lavolp3 hm… if u turn on debug ( add “DEBUG” to the logLevel variable array in config.js can u identify the calendar entry causing trouble… and be willing to share with me… (chat is good)
    • lavolp3L

      MMM-Picnic

      Watching Ignoring Scheduled Pinned Locked Moved Utilities
      1
      0 Votes
      1 Posts
      386 Views
      lavolp3L
      This is a module that allows you to view your Picnic status using your picnic login data. It uses the npm module picnic-api by MRDVH. Picnic is a groceries delivery service established in Netherlands and Germany. Download the module here Screenshot: [image: picnic_example.png] Version 1.0.0, not tested too much, so let me know any issues you have. Best to post them on github, Im not here that often currently. Enjoy!
    • lavolp3L

      Integrating an npm module that uses import

      Watching Ignoring Scheduled Pinned Locked Moved Development
      13
      0 Votes
      13 Posts
      4k Views
      S
      @lavolp3 i do not know. i consider myself a node rookie, and a typescript noobie. because i am away from my systems i am unable to try different solutions… at least a few more weeks if u try w node serverOnly does it make a difference? there the node engine is running the code, vs the engine thru electron…
    • lavolp3L

      Finding the best commute time using MMM-MyCommute (and a graph)

      Watching Ignoring Scheduled Pinned Locked Moved Transport
      10
      0 Votes
      10 Posts
      4k Views
      lavolp3L
      @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.
    • lavolp3L

      Troubleshooting MagicMirror modules

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      2
      1 Votes
      2 Posts
      2k Views
      FoziF
      @lavolp3 that’s awesome and should be a sticky thread! Thanks for that👍🏻👍🏻
    • lavolp3L

      axios request returns no data, while http request does

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      7
      0 Votes
      7 Posts
      3k Views
      lavolp3L
      @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!!
    • lavolp3L

      MMM-AVStock v2.0.0 (npm update required!)

      Watching Ignoring Scheduled Pinned Locked Moved Productivity
      14
      2
      0 Votes
      14 Posts
      5k Views
      R
      Anyone??? I’ll bump this to see if anyone can help. There has to be a way to get the chart to look better than this. [image: 1706042335602-20240122_113312-copy.jpg]
    • lavolp3L

      [Update to V2.12.0] Husky installation fails on Raspberry Pi 3

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      7
      0 Votes
      7 Posts
      2k Views
      S
      @lavolp3 I agree. people are still trying to install on Jessie, cause they found some old instructions someone wrote I think that stuff should only be installed for prod, not test/development. will have to test that when I get home.
    • lavolp3L

      MMM-Tasmota [beta]

      Watching Ignoring Scheduled Pinned Locked Moved Utilities
      2
      1
      0 Votes
      2 Posts
      961 Views
      T
      Hi all, could someone please post their config.js entry including device config. I am running my solar system on a Gosund 111 with Tasmota and would like to display the power on my mirror. The MQTT broker is running in a Docker container on my Qnap. Thanks a lot in advance. Tino
    • lavolp3L

      MMM-Keyboard (a virtual touch keyboard)

      Watching Ignoring Scheduled Pinned Locked Moved System
      10
      2 Votes
      10 Posts
      3k Views
      S
      @reverendz this is NOT a config.js set of code. from the module readme The keyboard works with MagicMirror’s notification system. You can broadcast notifications from ====>another module<===== using the following parameters this.sendNotification("KEYBOARD", { key: "uniqueKey", style: "default", data: {}, }); and in the parms swype boolean false Activate swipe mode (experimental!) (not implemented yet) alwaysShow boolean false Always show keyboard. (not implemented yet) note, NOT IMPLEMENTED YET so, you SOME other module to invoke the notification maybe command to notification ( so you could do it from a terminal window/ssh session) see the third party list (linked in the header above) and put notification in the search field there are a lot to choose from
    • lavolp3L

      Several issues when using pages

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      1
      0 Votes
      1 Posts
      210 Views
      lavolp3L
      I am trying to build a dashboard with several pages and I recognize general issues with several modules when e.g. MMM-pages is activated. For one of my modules I have heard of the same issues using MMM-page-selector, so I think it is not a module-specific issue but rather issues originating from the show() and hide()-methods Examples: Some modules do not show at all. (MMM-Keyboard, MMM-WeatherBoy). They are suspended but for some reason not resumed. The region does not seem to make a difference. MMM-Bring, which has a touch function, does not work properly within a page. The implemented .onclick-method of the divs only seems to work once, then not anymore wherever I click. The module works as intended when I deactivate MMM-pages. Can anyone confirm this odd behaviour or does anyone know a reason for that?
    • lavolp3L

      Night sky: planets, constellations, satellites

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Requests
      8
      0 Votes
      8 Posts
      1k Views
      Mykle1M
      @lavolp3 said in Night sky: planets, constellations, satellites: Must find API first Ha! :thumbsup:
    • lavolp3L

      MMM-WeatherBoy

      Watching Ignoring Scheduled Pinned Locked Moved Utilities weather module kids graphics
      8
      1 Votes
      8 Posts
      2k Views
      lavolp3L
      @Stoffbeuteluwe This does not send notifications. And since it’s a default module I’m uncertain if I should try getting them inside with the next update just for this cause…
    • lavolp3L

      MMM-soccer v2

      Watching Ignoring Scheduled Pinned Locked Moved Sport
      52
      1 Votes
      52 Posts
      23k Views
      N
      Hey @lavolp3, thank you for the nice module. Is there a way to change the header from ‘MMM-Soccer’ to smth else? I’ve tried to set the header in the config.js but then I have two header. My one an the ‘MMM-Soccer’ header. THX Edit: I found a way. It’s not the finest solution but it works. I changed the header in the ‘MMM-soccer.njk’ file.
    • lavolp3L

      MMM-Buienalarm

      Watching Ignoring Scheduled Pinned Locked Moved Utilities
      10
      1 Votes
      10 Posts
      2k Views
      S
      @tinus playwrite is for mm testing. but you used the wrong command in the module folder do npm install request --save all the other stuff is things u can’t do anything about ( and we can’t suppress the messages) to redo the mm npm insta with developer tools do npm install --only=prod in the MagicMirror folder
    • lavolp3L

      MMM-Comics

      Watching Ignoring Scheduled Pinned Locked Moved Entertainment
      5
      2 Votes
      5 Posts
      2k Views
      lavolp3L
      @cyberphox On first look, should work, will bring it on the list. It would help if you also open an “issue” on github so I have it tracked.
    • lavolp3L

      Obj.constructor is not a function

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      3
      0 Votes
      3 Posts
      615 Views
      lavolp3L
      @sdetweil I have found the problem. I had implemented an emtpy Object in the main module: Module.register("MMM-testmodule", { defaults: { ... }, loading: true, fetchedData: Object.create(null), It didn’t like the Object for some reason. But thanks Sam for offering help! You’re a real lighthouse around here!
    • lavolp3L

      MMM-Celebrations [german only!]

      Watching Ignoring Scheduled Pinned Locked Moved Entertainment
      14
      1
      1 Votes
      14 Posts
      4k Views
      O
      @lavolp3 Are there any options within the custom.css. I want to have the text on the left side. So i have choosen ‘top_left’ but the text spans till the middle. Any ideas? I made a screenshot and want to have the text in the white boarders. [image: 1617054887765-86a757fd-3b21-40bf-950c-4d0a99cf2e8d-image.png]
    • 1
    • 2
    • 1 / 2