MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. paphko
    • Profile
    • Following 0
    • Followers 1
    • Topics 4
    • Posts 27
    • Best 3
    • Controversial 0
    • Groups 1

    paphko

    @paphko

    8
    Reputation
    1815
    Profile views
    27
    Posts
    1
    Followers
    0
    Following
    Joined Last Online
    Website paphko.blogspot.de

    paphko Unfollow Follow
    Module Developer

    Best posts made by 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
      paphko
      paphko
    • MMM-WeatherChart

      I created a module that lists a nice weather chart from www.yr.no, optionally with or without border: mmm-weatherchart

      0_1471381678951_weatherchart1.png
      0_1471381717178_weatherchart2.png

      posted in Utilities
      paphko
      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
      paphko
      paphko

    Latest posts made by paphko

    • 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
      paphko
      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
      paphko
      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
      paphko
      paphko
    • RE: MMM-OpenhabFloorplan

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

      posted in Utilities
      paphko
      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
      paphko
      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
      paphko
      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
      paphko
      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
      paphko
      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
      paphko
      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
      paphko
      paphko