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

    Posts

    Recent Best Controversial
    • RE: MMM-OpenhabFloorplan

      @teddy Sorry for the late reply, I didn’t check the forum for quite a while. But from your post, I don’t know how to help. It’s as if you say “my car is not working, what am I doing wrong?”
      If you want some help, please check logs for errors and post them here.

      @zdenek It should be possible to run openhab on the same RPi. I didn’t try it but I don’t see any reason why it should not work. You only have to change the port of one of them because both use 8080 by default.

      posted in Utilities
      paphkoP
      paphko
    • RE: MMM-openhabfloorplan: Updates don't show up

      Sorry that I did not reply earlier - I simply didn’t see this topic. If you have bugs, either trigge rme with a PM, post your issue in the original thread, or in the github project.

      Please change the ‘draft’ option to ‘false’, otherwise you are still in draft mode where the actual values are of course not shown ;-)

      posted in Troubleshooting
      paphkoP
      paphko
    • RE: MMM-OpenhabFloorplan

      @schummi84 @YourhighnessLeender : OH2 has a slightly different JSON format in items response which I had to deal with. Please pull latest changes, set new ‘version’ option is your config, and try again.

      posted in Utilities
      paphkoP
      paphko
    • RE: MMM-OpenhabFloorplan

      @schummi84 I’ll test that as soon as I find some time - maybe tomorrow, maybe next week.

      posted in Utilities
      paphkoP
      paphko
    • RE: MMM-OpenhabFloorplan

      @schummi84 Please open http://192.168.2.122:8080/rest/items to get a (huge) list of all items that are available via the REST API. I realized that items that are automatically created via the Paper UI get an auto-generated name. However, you should be able to find them in the huge list of all items by searching the item labels.

      For example, the Paper UI created yahoo weather item ‘Luftfeuchtigkeit’ has item name ‘yahooweather_weather_berlin_humidity’ on my setup. Then the item URL for such an item would be: http://192.168.2.122:8080/rest/items/yahooweather_weather_berlin_humidity

      posted in Utilities
      paphkoP
      paphko
    • RE: MMM-OpenhabFloorplan

      @schummi84 that sounds strange, it seems as if the rest api does not cover all items. I’ll try to check that as soon as I find some time.

      posted in Utilities
      paphkoP
      paphko
    • RE: MMM-OpenhabFloorplan

      @schummi84 Please make sure your openhab installation has the REST API installed/enabled. You can check that in a browser, e.g.: http://localhost:8080/rest/items/Light_Garden_Garage
      The result should be similar to this:

      {
        "link": "http://localhost:8080/rest/items/Light_Garden_Garage",
        "state": "OFF",
        "type": "Switch",
        "name": "Light_Garden_Garage",
        "label": "Garage",
        "tags": [
          "Lighting"
        ],
        "groupNames": [
          "Garden",
          "Lights"
        ]
      }
      

      Does that work for you? If so, please write the URL of one of your items.

      posted in Utilities
      paphkoP
      paphko
    • RE: MMM-OpenhabFloorplan

      @schummi84 did you try the adjustments explained in this issue? https://github.com/paphko/mmm-openhabfloorplan/issues/1

      posted in Utilities
      paphkoP
      paphko
    • RE: MMM-WeatherChart

      @racampbellky I don’t think so. But you may check the website of yr.no, maybe you find a setting to use Fahrenheit in that diagram: http://www.yr.no/place/United_States/New_York/New_York/hour_by_hour.html
      If so, it should be possible.

      posted in Utilities
      paphkoP
      paphko
    • RE: Something I'm working on ...

      Nice step, a dedicated module database :-)
      However, via chrome for Android, I am not able to upload an image for my module…

      posted in Announcements
      paphkoP
      paphko
    • RE: [Remote-Control] Shutdown, Configure and Update your MagicMirror

      Nice work, this module is a handy one!
      I have another feature request: HIDE_ALL and SHOW_ALL to hide / show all modules at once :-)

      posted in System
      paphkoP
      paphko
    • RE: MMM-tvservice

      @Alvinger Sorry, my fault - I indeed thought that this were the configuration of the MMM-tvservice module O:-)
      But for more convenient configuration of your module, you could consider adding some delegate to the schedule for the proposed format ;-)

      posted in System
      paphkoP
      paphko
    • RE: MMM-tvservice

      I like the idea of having fixed times to switch the mirror on and off, thank you for contributing this module :-)

      But your config looks unnecessarily complex. I would suggest such a format:

          config: {
              notification_schedule: [
                  { HDMI_ON: "30 6 * * *" },
                  { HDMI_OFF: "0 23 * * *" },
              ]
          }
      
      posted in System
      paphkoP
      paphko
    • RE: Motion Detector

      I just tried this module but cpu load made me stop using it. Please tell me, how busy is your Raspberry with and without the motiondetector module? Mine is as follows on a Raspberry Pi 2:

      • With motiondetector enabled, there is always an electron process with ~100% cpu
      • With motiondetector disabled, I observed one or two electron processes with up to 15% cpu

      I used a dedicated motion daemon on my old version of the mirror to switch on the screen on motion and I think I will set it up again. IIRC, it used ~40% cpu on a (single-core) Raspberry Pi 1 B+. What is your opinion?

      posted in Utilities
      paphkoP
      paphko
    • RE: MMM-OpenhabFloorplan

      @shashank If you get the light states in openhab, then yes. But I don’t have any experience with Zwave devices on openhab, I would suggest to research in the openhab community and ask there how to set it up: https://community.openhab.org

      posted in Utilities
      paphkoP
      paphko
    • RE: Motion Detector

      Just as a side note, I have the same issue that my RasPi screen does not switch on again after a random time. But I am running v1 of the mirror (so not this motion detector module) and I use motion for motion detection. My guess is that this is an issue with the RasPi firmware because it was working fine several months ago (and I was frequently updating RasPi firmware)…

      posted in Utilities
      paphkoP
      paphko
    • RE: MMM-OpenhabFloorplan

      @Mitchfarino said in MMM-OpenhabFloorplan:

      I’ve not really looked at openhab - what do you have in your current set up?

      I use Anel and MiLight for the lights, OneWire for temperatures, and a shell script for setting reed contacts via REST API.

      posted in Utilities
      paphkoP
      paphko
    • MMM-OpenhabFloorplan

      A magic mirror is the ideal place for showing the state of lights, window contacts, and other labels from openhab on a floorplan of your house / apartment! I already implemented this inside main.js of the old version of the magic mirror, but this does not work with MM2. So I re-implemented the entire module to be properly configurable and with push events via http requests instead of polling. This way, state changes of lights / window contacts / labels are immediately updated on the magic mirror :-)

      To comfort configuration of the module, there is a draft mode which shows all configured items:

      0_1473878320905_openhabfloorplan-draft.png

      In regular mode, lights are only shown if they are switched on, window and door contacts are only shown if they are open, and labels are shown with their actual contents.

      0_1473878356074_openhabfloorplan-running.png

      Labels can actually be configured for any item, for example:

      • Currently played title from sonos speaker or another internet radio
      • Current channel on your LG, Samsung, or Panasonic TV
      • Fan speed of your Swegon ventilation system
      • Current state of your Somfy Rollershutters
      • Basically each item which is fed by an openhab binding

      Check out the module page for instructions how to set up your individual floorplan.
      Please vote this topic up, if you installed and enjoy this module :-)

      posted in Utilities
      paphkoP
      paphko
    • RE: How to receive push notifications from another server?

      @strawberry-3.141 Awesome, thank you! That’s exactly what I was looking for :-)

      posted in Development
      paphkoP
      paphko
    • 1 / 1