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

      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
    • 1 / 1