Potsdam, Germany
Read the statement by Michael Teeuw here.
Posts
-
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.
-
RE: MMM-Fritz-Box-Callmonitor
@gismo2006 Great! Hope it will work flawlessly from now on.
-
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. :)
-
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.
-
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]
-
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
-
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?
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.