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

    Posts

    Recent Best Controversial
    • RE: Where are you from?

      Potsdam, Germany

      posted in General Discussion
      J
      Jopyth
    • RE: WeatherForecast reporting incorrect weater

      @maesterjay I am not saying I can explain what you found. Again, I experienced a similar thing, I had the 7 degrees on my mirror (and also checked the API output manually - which also said 7 degrees). At the same time I went on to the website (as you did) and there everything was ok. I do not know where this mismatch between API and website comes from.

      But at the time I found the issues I described, I went through the code myself and had a detailed look into the API, the endpoints of the API are definitely the correct ones chosen, it is just, that they output different data, than the website does for whatever reason. Maybe they are calculated separately, or are refreshed at different times? It might be worth a shot, and ask the openweathermap guys.

      I think the exact number matching is a coincidence, since the three hourly data is not even pulled from the API in the magic mirror source code, also there are different endpoints for the current weather, the daily forecast, and the three hourly forecast, they can not be mixed up, and the latter does not even appear in the source code.

      posted in Troubleshooting
      J
      Jopyth
    • RE: MMM-Fritz-Box-Callmonitor

      @gismo2006 Great! Hope it will work flawlessly from now on.

      posted in Troubleshooting
      J
      Jopyth
    • RE: 1.1k members and a short update regarding myself

      We should organize a dev meeting once we are enough builders in the Berlin area. :)

      posted in Forum
      J
      Jopyth
    • RE: WeatherForecast reporting incorrect weater

      I experienced a similar issue, my mirror showing me regularly 7 degrees celsius, although it was 30 degrees outside. This happened every 2nd update, then it jumped to the normal amount again. At that time I found a post, which basically said, they use data from private weather stations (which can produce unreliable data) and a sophisticated model, which might sometimes be wrong. Sounds like nothing we can change, except try different weather APIs.

      posted in Troubleshooting
      J
      Jopyth
    • MMM-Trello - Another tool for todos connected to the mirror

      Put your Trello cards on your mirror. They will rotate, showing one card after the other. Currently due dates and checklists added to the card can also be shown.

      [card:Jopyth/MMM-Trello]

      posted in Productivity
      J
      Jopyth
    • RE: MMM-Fritz-Box-Callmonitor

      The module was updated a few days ago, to update the way the FRITZ!Box is accessed. If you navigate to the MMM-FRITZ-Box-Callmonitor folder and pull and reset the git, the install should be clean though. You can do this with code on the bottom of this post.

      Can you check the output of the console? If you use pm2 start mm to start your mirror, please execute the following on your mirror, to restart it, clear the logs, and show the log files while the mirror starts up:

      pm2 stop mm && pm2 flush && pm2 start mm && pm2 logs mm

      Is there any error appearing, that is related to this module? Please make sure that you remove any private information if you want to post the output here. Also can you show the config options you use (replace username and password with XXX)?

      Clean installation:

      cd modules/MMM-FRITZ-Box-Callmonitor
      git reset --hard
      git pull
      # do the installation again
      npm install
      # this should not be neccesary again
      # sudo apt-get install python-dev libxml2-dev libxslt1-dev zlib1g-dev && sudo pip install fritzconnection
      
      posted in Troubleshooting
      J
      Jopyth
    • RE: MMM-FRITZ-Box-Callmonitor

      The user needs rights to read and write FRITZ!Box Settings (FRITZ!Box Einstellungen). Otherwise it seems to be right. Can you activate this and try again?

      0_1475047646485_settings.png

      On a side note: loadSpecificPhonebook is currently not used in the code, so you may remove it. It just loads all available phonebooks from the FRITZ!Box.

      Please post again if you encounter any problems.

      posted in Troubleshooting
      J
      Jopyth
    • 1
    • 2
    • 24
    • 25
    • 26
    • 27
    • 28
    • 28 / 28