MagicMirror Forum

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

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