A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • jquery not working on magic mirror

    5
    0 Votes
    5 Posts
    3k Views
    R
    @alexyak thanks, everything is showing up again, except for the mm-hide-all module, and I don’t see any error on the console. But the button in the module just don’t show up.
  • currentweather - temperature (minimum and maximum)

    5
    0 Votes
    5 Posts
    3k Views
    RedNaxR
    @Keromida Do you mean the forecast? http://api.openweathermap.org/data/2.5/forecast?q='Dusseldorf,DE'&lang=DE&units=metric&APPID=<APPID> You can also have a look here: http://openweathermap.org/api
  • Time is not changing

    2
    0 Votes
    2 Posts
    2k Views
    B
    [image: 1471496508131-picsart_08-18-12.01.10.jpg]
  • PIR sensor to cut backlight power

    Solved
    5
    0 Votes
    5 Posts
    5k Views
    MrHM
    @TomasZmuda Great! Thank you so much! option 1 only cuts 12v to the inverter, not the main board so should have the same effect as option 2 but if I can drop the relay it’s one less thing to power so with your help I will go for option 2 for sure :) thanks again!
  • Not displaying characters with accents (é,á,ó etc)

    6
    0 Votes
    6 Posts
    7k Views
    silverbackS
    @MichMich Thanks. But shouldn’t it work by default? RSS feed is from a Dutch site (Tweakers) EDIT: Never mind. Fixed.
  • Calendar error: 'Invalid UNTIL value'

    1
    0 Votes
    1 Posts
    1k Views
    N
    I have updated my config.js to load my own calendar hosted in iCloud. I’ve got the URL correct but on the mirror I Just see: Nigel Calendar Loading… Looking at the command line output using ‘node serverstart &’ I can see the following: Whoops! There was an uncaught exception… [Error: Invalid UNTIL value: 20160730T115959] Any suggestions on what I need to do to correct this? When I look in my calendar there is no entry for that date.
  • Installation Error

    4
    0 Votes
    4 Posts
    3k Views
    F
    thank you very much :) so i have another try to use arch linux than :) just install lxde light and autostart it should fix my problems. thought the script will install/check if all requirements (like x11/lxde) are installed
  • config not working.

    4
    0 Votes
    4 Posts
    3k Views
    R
    For future reference, paste your code first on JSHint. It will tell you if you have any errors.
  • npm error

    2
    0 Votes
    2 Posts
    3k Views
    KirAsh4K
    Do not install MagicMirror² as the root user. Bad idea. Root user should not be used for anything other than regular maintenance of the rpi itself, such as package and firmware updates. Please delete that entire folder '$ rm -rf /root/MagicMirror/', log in as the regular pi user and run the MagicMirror² installation script from that account. Running 'npm install ; npm start' also needs to happen from that pi user account, from with in the '/home/pi/MagicMirror' folder.
  • Calendar Module : in x days give bad value

    2
    0 Votes
    2 Posts
    3k Views
    KirAsh4K
    The calculations are correct for how a computer calculates it: Birthday A : august 10 - shows today Birthday B : august 11 - shows tomorrow Birthday C : august 12 - shows in 1 day? Show display "in 2 days" Birthday D : august 14 - shows in 3 days? Show display “in 4 days” Calculations are done starting at the next midnight. So: Birthday A : august 10 - shows today -- at the next midnight, it's day 0 Birthday B : august 11 - shows tomorrow -- at midnight, it will be day 0 + 1, so 'in 1 day' or 'tomorrow' Birthday C : august 12 - shows in 1 day? Show display "in 2 days" -- at midnight, it will be day 0 + 2, so 'in 2 days' Birthday D : august 14 - shows in 3 days? Show display “in 4 days” -- at midnight, it will be day 0 + 4, so 'in 4 days' The way the calculations are done isn’t perfect, but it’s how Moment.js returns those values, based on midnight.
  • Deploying to heroku troubleshooting

    12
    0 Votes
    12 Posts
    8k Views
    D
    @gndimitro awesome!
  • Brightness Issues

    3
    0 Votes
    3 Posts
    3k Views
    MrHM
    since it’s only visible on hdmi connection check if your screen have some sort of auto-contrast/brightness mode activated or something like that. Never experienced this behaviour. Check with another display to make sure?
  • Voice control module issue

    4
    0 Votes
    4 Posts
    2k Views
    A
    Check this troubleshooting page on the Evan’s web site: http://docs.smart-mirror.io/docs/configure_the_pi.html
  • Translate errors in "NEWS"

    4
    0 Votes
    4 Posts
    3k Views
    G
    @Snoevit I did try it, but I probly made something wrong cause now it’s working. Thanks alot! :)
  • calendar *.ics file from local path

    Solved
    9
    0 Votes
    9 Posts
    12k Views
    KirAsh4K
    I did it for you. For future reference, you will have to set the topic as a question first, then you can change it later to solved. On the bottom right of the posts, there are three dots in a vertical line. Click on that to change the topic to a question (which will mark it 'Unsolved'), then when you’re ready to change it, click on the three dots again and you’ll have an option to set it to 'Solved'.
  • Can't make it work/start

    2
    0 Votes
    2 Posts
    2k Views
    L
    FIXED the issue was in the node packet. By downloading out of the installer i solved the issue
  • System temperature really hot

    11
    0 Votes
    11 Posts
    9k Views
    KirAsh4K
    With mine, as the temperature started to get higher and higher, the HDMI started dropping out. It would cause the monitor to blank out momentarily. It would stop late in the evening and be fine, but then during the day I would start seeing it again. Boosting the HDMI signal on the rpi didn’t help (in fact it made the temperature go up a bit higher even), but whenever I just blew across the rpi’s CPU, it would stop. That’s how I realized it was just getting too hot, even at the default speed. Now that I put it in a case with a fan, I haven’t had any issues.
  • Unrecognized Config file

    14
    0 Votes
    14 Posts
    8k Views
    KirAsh4K
    Likely a bug recently discovered. Follow the instructions in the first post here to try the 'develop' branch: https://forum.magicmirror.builders/topic/445/looking-for-beta-testers
  • Newsfeed loses feeds

    2
    0 Votes
    2 Posts
    2k Views
    KirAsh4K
    Try the 'pm2 logs' and see if that sheds any light.
  • Strange weather bug?

    15
    0 Votes
    15 Posts
    8k Views
    ?
    I’m joining the club in having the same issue with weather not updating. In my mirror it’s only the weather forecast that is updating. The current temperature is stale and have been so since I last restarted the mirror app.