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

    Flagun

    @Flagun

    0
    Reputation
    595
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Flagun Unfollow Follow

    Latest posts made by Flagun

    • MMM-hass

      Hi,
      I ‘ve noticed there is a new module to read sensors’ states on the MM. (Big thanks to aserramonner for creating it)
      I installed it but I couldn’t read the data from the HA as there was no option in the config to provide api_password.

      I did some reasearch to make the module work. So if you still want to use it you must:

      Go to your module location open node_helper.s file

      change these lines:

      var url = config.host + ':' + config.port + '/api/states/' + devicename;
      

      to:

      var url = config.host + ':' + config.port + '/api/states/' + devicename + '?api_password=yourpassword';
      

      and these:

      var url = config.host + ':' + config.port + '/api/services/' + domain + '/' + service;
      

      to:

      var url = config.host + ':' + config.port + '/api/services/' + domain + '/' + service + '?api_password=yourpassword';
      

      I hope it helps everyone cheers!

      posted in Troubleshooting
      F
      Flagun
    • RE: Wunderlist - your todos on the mirror

      hi guys
      i had to reinstall my mirror today and when i was installing this module there was an error saying that one of the dependicies is obsolete.
      Now the list doesnt fade at some point :(
      Can someone check it please?

      posted in Troubleshooting
      F
      Flagun
    • MMM Wudnerlist does not update

      Hi guys,
      I have this problem with the Wunderlist module that it does not update.
      When I start my mirror it works great, the list update itself and if I add new ToDos it update, but after some time it stop updating and I need to restart the mirror.

      I tried to change the interval but it didn’t make a difference. The day after the restart the module is not updating itself.

      Please help

      posted in Troubleshooting
      F
      Flagun
    • JakDojade - public transport in Poland

      Hi guys,
      can someone make a module for MM that will show information from nearest bus/tram stop for Polish users? Or info when to leave to get a bus to wanted location.
      We have such a site in Poland that provides the information.
      They share their api here: http://jakdojade.pl/pages/api/

      Thanks a lot!

      posted in Requests
      F
      Flagun