MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. ViDiBi
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 16
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: [MMM-MieleAtHome] - Show the status of your Miele@Home Devices

      Hi @hypertraxs,

      freut mich, dass dir das Modul gefällt :-)

      Hast du eine Lösung für das Problem mit dem Kommentar? Ich bin Java Skript leider nicht so richtig gewohnt, daher kann es gut sein, dass der Code nicht so der Hit ist :-S

      Wenn du also Verbesserungsvorschläge hast, baue ich sie gern ein :-)

      BG

      Victor

      posted in Utilities
      ViDiBiV
      ViDiBi
    • RE: [MMM-MieleAtHome] - Show the status of your Miele@Home Devices

      Hi @tribun,

      sorry for the late reply but I had a lot to do in the last time :-)

      Are you now able to create for a miele account?

      Because you need one to have access to the miele API :-)

      Have a great day!

      Victor

      posted in Utilities
      ViDiBiV
      ViDiBi
    • RE: [MMM-MieleAtHome] - Show the status of your Miele@Home Devices

      Hi @Tribun,

      Can you try here if you can log into your miele account and try to get any response and a token:

      Miele 3rd Party APi

      Have a great weekend

      Victor

      posted in Utilities
      ViDiBiV
      ViDiBi
    • RE: [MMM-MieleAtHome] - Show the status of your Miele@Home Devices

      Hi @djerik !

      Thank you very much for the nice words :-) And I’m glad you’ve created the first Module for you :-)

      Have a great day! Oh and @dirkie : I hope I’ll soon have some time to look into the Logo issue :-) I haven’t forget about it!

      posted in Utilities
      ViDiBiV
      ViDiBi
    • RE: [MMM-MieleAtHome] - Show the status of your Miele@Home Devices

      Hi @dirkie

      I’m glad you like it :-) MAybe you can share some screenshots?

      Can you also try to change to position of the module? The behaviour is pretty strang, because the HTML Code doesn’t contain the image any more as soon as the devices are online…

      Have a great day!

      Victor

      posted in Utilities
      ViDiBiV
      ViDiBi
    • RE: MMM-RAIN-MAP (new: version 2.x)

      @singhharry12 said in MMM-RAIN-MAP:

      I think I’m too stupid to get an API key. Are there any instructions in German or can someone help me?

      Hi @singhharry12!

      Für dieses Modul brauchst du keinen API Key, es sei denn du möchtest unbedingt GoogleMaps nutzen. Ich würde dir aber alleine wegen der Kosten empfehlen OpenStreetMaps zu nutzen. Das hier ist meine Config:

      {
                  module: "MMM-RAIN-MAP",
                  position: "bottom_right",
                  config: {
                      animationSpeed: 600,
                      displayClockSymbol: false,
                      displayTime: true,
                      extraDelayLastFrame: 1000,
                      height: "420px",
                      lat: 50.31,
                      lng: 11.91,
                      map: "OSM",
                      markers: [
                          { lat: 50.31, lng: 11.91, color: "red" },
                      ],
                      onlyOnRain: false,
                      opacity: 0.65,
                      timeFormat: 24,
                      updateIntervalInSeconds: 300,
                      width: "420px",
                      zoom: 9,
                      zoomOutEach: 1,
                      zoomOutLevel: 3,
                  }
              },
      

      Solltest du aber unbedingt die Google Maps Karte nutzen wollen, musst du dir einen API Key bei Google erstellen und dieser kostet bei Zugriffen etwas… Wenn du das unbedingt willst, sag Bescheid und ich mache dir eine Anleitung auf deutsch :-)

      BG

      Victor

      posted in Utilities
      ViDiBiV
      ViDiBi
    • RE: MMM-RAIN-MAP (new: version 2.x)

      @karsten13 said in MMM-RAIN-MAP:

      @ViDiBi said in MMM-RAIN-MAP:

      lon: 11.91

      I think you have a typo in your config, lon: 11.91 should be lng: 11.91

      That definitely was too easy!!! Thanks! I copied it from another module and didn’t see it :-)

      posted in Utilities
      ViDiBiV
      ViDiBi
    • RE: MMM-RAIN-MAP (new: version 2.x)

      Hi @Jalibu!

      This module is really amazing! Thank you so much!

      Maybe you can help me with one issue: The map doesn’t center correctly on my Mirror… Have I done something wrong:

              {
                  module: "MMM-RAIN-MAP",
                  position: "bottom_right",
                  config: {
                      animationSpeed: 600,
                      displayClockSymbol: false,
                      displayTime: true,
                      extraDelayLastFrame: 1000,
                      height: "420px",
                      lat: 50.31,
                      lon: 11.91,
                      map: "OSM",
                      markers: [
                          { lat: 50.31, lng: 11.91, color: "red" },
                      ],
                      onlyOnRain: false,
                      opacity: 0.65,
                      timeFormat: 24,
                      updateIntervalInSeconds: 300,
                      width: "420px",
                      zoom: 9,
                      zoomOutEach: 1,
                      zoomOutLevel: 3,
                  }
              },
      

      Bild 1
      Bild 2

      Thank you very much :-)

      Victor

      posted in Utilities
      ViDiBiV
      ViDiBi
    • RE: [MMM-MieleAtHome] - Show the status of your Miele@Home Devices

      @evroom said in [MMM-MieleAtHome] - Show the status of your Miele@Home Devices:

      @ViDiBi said in [MMM-MieleAtHome] - Show the status of your Miele@Home Devices:

      just uploaded some screenshots

      Nice!
      I do not have Miele, but Neff and that makes use of Home Connect.
      I see that Bosch, Siemens and Neff are listed, but not Miele.
      Still a nice module for MM, well done.

      Yes I looked into it and Miele seems to have their own environment and is not participating in Home Connect 😔

      And Thank you for the positive feedback 🙂

      posted in Utilities
      ViDiBiV
      ViDiBi
    • RE: [MMM-MieleAtHome] - Show the status of your Miele@Home Devices

      @ViDiBi said in [MMM-MieleAtHome] - Show the status of your Miele@Home Devices:

      Hi!

      This is my first module and I hope you like it :-)

      MMM-MieleAtHome

      If there is anything I can optimize, please let me know! I’m completly new to JavaScrict so maybe there is a lot to do better ;-)

      So far I have one Problem: If I add my module the MMM-ModuleScheduler doesn’t work anymore :-( Maybe someone has an idea?

      Thank you!

      Victor

      Oh and I solved the Problem with MMM-ModuleSchedule 🙂 So now everything works 👌🏼

      posted in Utilities
      ViDiBiV
      ViDiBi
    • RE: [MMM-MieleAtHome] - Show the status of your Miele@Home Devices

      @dirkie said in [MMM-MieleAtHome] - Show the status of your Miele@Home Devices:

      nice addon thank you. will test next week. on your screenshot the icons look very big. I think an option for “use icons” would be nice in order to not overload the screen with information ;)

      Yes! Thats a good idea 🙂 I will try to add this Option soon 🙂

      Hope it works for you 🙂👌🏼

      posted in Utilities
      ViDiBiV
      ViDiBi
    • RE: [MMM-MieleAtHome] - Show the status of your Miele@Home Devices

      Actually this is only working for Miele but I will have a look on HomeConnect :-)

      And sure :-) I just uploaded some screenshots on GitHub and here is a selection (I already wrote to Miele if they can give me some icons, because these are not so amazing):

      Screenshot

      Screenshot

      Screenshot

      posted in Utilities
      ViDiBiV
      ViDiBi
    • [MMM-MieleAtHome] - Show the status of your Miele@Home Devices

      Hi!

      This is my first module and I hope you like it :-)

      MMM-MieleAtHome

      If there is anything I can optimize, please let me know! I’m completly new to JavaScrict so maybe there is a lot to do better ;-)

      So far I have one Problem: If I add my module the MMM-ModuleScheduler doesn’t work anymore :-( Maybe someone has an idea?

      Thank you!

      Victor

      posted in Utilities
      ViDiBiV
      ViDiBi
    • RE: How to Debug with Visual Studio Code

      But the funny thing is, that within the node_helpers the breakpoint works but in the MMM-ModuleName.ja it doesn’t :-(

      posted in Forum
      ViDiBiV
      ViDiBi
    • RE: How to Debug with Visual Studio Code

      @sdetweil Thank you for your help :-) I’ll have a look at your module :-)

      There’s one more thing I was trying: I made a breakpoint in the getDom area of a module and if won’t stop in debugging at that point :-( Is this a bug or just not possible?

      posted in Forum
      ViDiBiV
      ViDiBi
    • How to Debug with Visual Studio Code

      Hi everybody!

      I’m very new to the MagicMirror Project but wanted to develop my own Module, since I got everything running on my Pi :-)

      Now I’d like to use Visual Studio Code to debug existing Modules and then develop my own module. Therefore I need a bit of assistance:

      I copied the MagicMirror Files to a folder and was able to run “npm install” with Power Shell and used this launch.json which I found in the forum to get it run in electron brwoser:

      {
          // Use IntelliSense to learn about possible Node.js debug attributes.
          // Hover to view descriptions of existing attributes.
          // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
          "version": "0.2.0",
          "configurations": [
              {
                  "name": "Launch",
                  "type": "node",
                  "request": "launch",
                  "program": "${workspaceRoot}\\js\\electron.js",
                  "stopOnEntry": false,
                  "args": [],
                  "cwd": "${workspaceRoot}",
                  "runtimeExecutable": "${workspaceRoot}\\node_modules\\.bin\\electron",
                  "runtimeArgs": [
                      ".",
                      "--enable-logging"
                  ],
                  "env": {},
                  "console": "integratedTerminal",
                  "sourceMaps": false,
                  "outDir": null
              },
              {
                  "name": "Attach",
                  "type": "node",
                  "request": "attach",
                  "port": 5858,
                  "sourceMaps": false,
                  "outDir": null
              }
          ]
      }
      

      Do I need do do anything else because if I add only the clock module it says that the node helper is missing for that module…

      No helper found for module: clock.
      

      Can anyone give me some kind of how to do this?

      Thank you so much!

      Victor

      posted in Forum
      ViDiBiV
      ViDiBi
    • 1 / 1