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

    Posts

    Recent Best Controversial
    • RE: MMM-MyHomeWizard

      @vansman said in MMM-MyHomeWizard:

      current_voltage data

      What do you mean with current_voltage data?
      When I look into HomeWizard, I don’t see this.

      If you mean active_voltage, than I don’t see any use to know that my voltage is 230V, because if I’m right than this never changes (I hope ;-))

      posted in Productivity
      htilburgsH
      htilburgs
    • RE: MMM-MyGarbage trash icons no color

      @JerryP
      Nice to see that everything works again.
      I did an update of the original version where you also can choose to use and iCal Calender.

      See https://github.com/htilburgs/MMM-MyGarbage for the complete explanation of the config options.

      I’m currently working on an update where you can choose how many garbage bins you like, the name and the color.
      But as with everything, it’s a hobby and I don’t have time every day, so slowly by slowly


      Goed om te horen dat alles weer werkt.
      Ik heb een update van de 1e originele versie gemaakt, waar je ook een iCal kalender kunt gebruiken.

      Zie https://github.com/htilburgs/MMM-MyGarbage voor de complete mogelijkheden van de configuratie opties.

      Ik ben momenteel bezig met een update, waarbij je zelf het aantal bakken, de naam en de kleuren kunt kiezen.
      Maar zoals met veel dingen, het blijft een hobby en ik heb helaas niet alle tijd van de wereld.

      posted in Troubleshooting
      htilburgsH
      htilburgs
    • RE: MMM-MyHomeWizard

      @vansman
      Oké, sounds good. Succes!

      posted in Productivity
      htilburgsH
      htilburgs
    • RE: MMM-MyHomeWizard

      @vansman
      Did it work?

      posted in Productivity
      htilburgsH
      htilburgs
    • RE: MMM-MyHomeWizard

      @vansman
      In the Homewizard app on your phone, you have to activatie the use of local api. What I think is strange is that when you go to

      http://192.168.178.152/api/v1/data
      

      that you don’t get any data. This mechanisme is the same as in MMM-Homewizard (see the config for your first app)

      Activating Local API
      Go to Settings > Meters > ‘‘Your meter’’, and enable Local API for the P1 Meter and/or the Water Meter at the botom of the page.

      The same for the Watermeter. If they are off, they don’t work.

      posted in Productivity
      htilburgsH
      htilburgs
    • RE: MMM-MyHomeWizard

      @MZ-BER
      It is measured with the P1 meter.
      It does both.

      posted in Productivity
      htilburgsH
      htilburgs
    • RE: MMM-MyHomeWizard

      @vansman
      The first thing I see in your configuration is

      position: 'right'
      

      As far as I know, that doesn’t work in MagicMirror and you should get an error when you’re loading MagicMirror.

      [2026-02-17 18:10:22.072] [WARN]  [check_config] Module 5 ("MMM-MyHomeWizard") uses unknown position: "right" 
      [2026-02-17 18:10:22.073] [WARN]  [check_config] Known positions are: fullscreen_below, top_bar, top_left, top_center, top_right, upper_third, middle_center, lower_third, bottom_bar, bottom_left, bottom_center, bottom_right, fullscreen_above 
      

      Can you change this to top_right and try what does happens?

      Checking your IP Addresses:
      You can check if your IP Addresses give information. Put in the next URL in a browser. If the IP Address is correct, you should get something like:

      P1 Meter: http://192.168.178.152/api/v1/data/
      Water: http://192.168.101.14/api/v1/data/

      Result:

      
        "wifi_ssid": "WiFi Network Name",
        "wifi_strength": 100,
        "smr_version": 50,
        "meter_model": "Sagemcom T210-D ESMR5.0",
        "unique_id": "ID",
        "active_tariff": 2,
        "total_power_import_kwh": 18833.243,
        "total_power_import_t1_kwh": 10804.883,
        "total_power_import_t2_kwh": 8028.36,
        "total_power_export_kwh": 0.166,
        "total_power_export_t1_kwh": 0.166,
        "total_power_export_t2_kwh": 0,
        "active_power_w": 398,
        "active_power_l1_w": 257,
        "active_power_l2_w": 27,
        "active_power_l3_w": 113,
        "active_voltage_l1_v": 230,
        "active_voltage_l2_v": 231,
        "active_voltage_l3_v": 230,
        "active_current_a": 1.726,
        "active_current_l1_a": 1.117,
        "active_current_l2_a": 0.117,
        "active_current_l3_a": 0.491,
        "voltage_sag_l1_count": 4,
        "voltage_sag_l2_count": 4,
        "voltage_sag_l3_count": 4,
        "voltage_swell_l1_count": 0,
        "voltage_swell_l2_count": 0,
        "voltage_swell_l3_count": 0,
        "any_power_fail_count": 54,
        "long_power_fail_count": 9,
        "total_gas_m3": 5595.841,
        "gas_timestamp": 260217182000,
        "gas_unique_id": "ID",
        "external": [
          {
            "unique_id": "ID",
            "type": "gas_meter",
            "timestamp": 260217182000,
            "value": 5595.841,
            "unit": "m3"
          }
        ]
      }
      
      {
        "wifi_ssid": "WiFi Network Name",
        "wifi_strength": 86,
        "total_liter_m3": 19.652,
        "active_liter_lpm": 0,
        "total_liter_offset_m3": 0
      }
      
      posted in Productivity
      htilburgsH
      htilburgs
    • RE: MMM-MyHomeWizard

      @vansman
      Good morning. This can be a lot of things. You provided no info.
      Can you pleaase post your config (without any personal info)
      When you start MM with PM2, than please stop it.
      Go to ~/MagicMirror folder and start npm start dev and look if there are any errors.

      posted in Productivity
      htilburgsH
      htilburgs
    • RE: MMM-MyWeatherForecast

      @KristjanESPERANTO
      Thanks for the advice.
      I put a comment in the readme and placed the module in the 3rd-party module list.

      posted in Utilities
      htilburgsH
      htilburgs
    • RE: MMM-MyGarbage

      @mickecarlsson
      That is the risk of editing the .js file. ;-)
      I’m glad you remembered and that you have corrected it.
      Have fun!

      posted in Utilities
      htilburgsH
      htilburgs
    • 1 / 1