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

      @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
    • 2
    • 2 / 2