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

    danielgr

    @danielgr

    0
    Reputation
    507
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    danielgr Unfollow Follow

    Latest posts made by danielgr

    • RE: Home Assistant Module

      @MrEdOne said in Home Assistant Module:

      @danielgr
      Hi. I have same problem with “Error fetching stats”.
      Can you show your DNS config on MM?

      @FreddanB said in Home Assistant Module:

      @MrEdOne said in Home Assistant Module:

      @danielgr
      Hi. I have same problem with “Error fetching stats”.
      Can you show your DNS config on MM?

      Me too.

      I had no DNS-server at all. Changed to my domain controllers IP who’s the DNS-server in my network and it worked. Can your MM resolve the address to your Home Assistant?

      posted in Requests
      D
      danielgr
    • RE: Home Assistant Module

      @tkoeberl Doh. DNS issues on the MM. Solved.

      Thanks!

      posted in Requests
      D
      danielgr
    • RE: Home Assistant Module

      @tkoeberl
      Wierd. Nope, just small letters and numbers. Yeah if i use the URL and go to http://URL:8123/api/states?api_password=mypassword i can see everything.

      EDIT. Also, http://URL:8123/api/states/sensor.olkyl_temperature?api_password=password is working fine from my browser.

      posted in Requests
      D
      danielgr
    • RE: Home Assistant Module

      @tkoeberl Hi, looks awesome. Cant get mine to work though.
      Did git clone https://github.com/tkoeberl/MMM-homeassistant-sensors.git in the modules folder. I can see a folder called MMM-homeassistant-sensors in the modules folder.

      The config looks like this

      {
        module: 'MMM-homeassistant-feed',
        position: 'top_left',
        config: {
          url: 'http://URL:8123/api/states?api_password=mypassword',
          title: 'HA',
          prettyName: 'true',
          stripName: 'true',
          values: ["sensor.olkyl_temperature"]
        }
      },
      

      And it’s nothing there. Like the module is not there at all.

      If i change

          module: 'MMM-homeassistant-feed',
      

      to

          module: 'MMM-homeassistant-sensors',
      

      I loads and i just get “Error fetching stats”.

      Any idea what i might have done wrong?

      posted in Requests
      D
      danielgr
    • RE: RSS/Newsfeed with rows like calendar?

      As broberg pointed out, i want multiple tiles at once. Like the calendar shows. Sorry if i where unclear.

      posted in Troubleshooting
      D
      danielgr
    • RSS/Newsfeed with rows like calendar?

      Hi,

      Is it possible to get a RSS/Newsfeed with the 10 latest feeds from a RSS-source? Couldn’t find any information about it.

      Thanks!

      posted in Troubleshooting
      D
      danielgr