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

    ViDiBi

    @ViDiBi

    3
    Reputation
    19
    Profile views
    16
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online
    Location Germany

    ViDiBi Unfollow Follow

    Best posts made by 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
    • 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
    • [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

    Latest posts made by ViDiBi

    • 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