Navigation

    MagicMirror Forum

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

    ViDiBi

    @ViDiBi

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

    ViDiBi Follow

    Best posts made by 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
      ViDiBi
      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
      ViDiBi
      ViDiBi
    • RE: MMM-RAIN-MAP

      @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
      ViDiBi
      ViDiBi

    Latest posts made by 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
      ViDiBi
      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
      ViDiBi
      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
      ViDiBi
      ViDiBi
    • RE: MMM-RAIN-MAP

      @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
      ViDiBi
      ViDiBi
    • RE: MMM-RAIN-MAP

      @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
      ViDiBi
      ViDiBi
    • RE: MMM-RAIN-MAP

      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
      ViDiBi
      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
      ViDiBi
      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
      ViDiBi
      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
      ViDiBi
      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
      ViDiBi
      ViDiBi