A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Loading an image properly

    3
    0 Votes
    3 Posts
    3k Views
    KnoxK
    Thanks for your help strawberry pi. I was having additional issues with the code finding the img. In case this helps someone else, this is what I ended up with: { module: 'helloworld', position: 'top_left', config: { text: "<img src='./config/White.png' height='186' width='341'>" } } ,
  • defecault symbol in module

    1
    0 Votes
    1 Posts
    1k Views
    S
    hello, I have a question i wont to you insert a symbol in front of the email? or ja sybol for a to do list so i have think tis symbol [image: 1476016224466-unbenannt.jpg] thank you
  • iCal calendar problem. Is it just me?

    5
    0 Votes
    5 Posts
    3k Views
    D
    I had the same problem. I removed the calendar url, rebooted, then added the calendar url back in and rebooted again. It seems to be working now.
  • This topic is deleted!

    3
    0 Votes
    3 Posts
    209 Views
  • This topic is deleted!

    2
    0 Votes
    2 Posts
    40 Views
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
  • First Raspberry

    3
    0 Votes
    3 Posts
    2k Views
    KirAsh4K
    @kasy, we need more information here. What hardware are you running on, be specific. What have you done to install MM. What have you done that gives you that message? We aren’t all Gods here … like @MichMich …
  • Blank Screen on Pi 1 after successful Install

    21
    0 Votes
    21 Posts
    18k Views
    K
    Now works fine with iceweasel (Firefox) with plugin R-kiosk plugin.
  • Switched to development branch, mirror stopped launching

    Solved
    3
    0 Votes
    3 Posts
    3k Views
    C
    Should have updated, closed. I thought of it right after I posted, and yeah that took care of the problem. Thanks!
  • Problems with port 8080

    4
    0 Votes
    4 Posts
    7k Views
    KirAsh4K
    If your FitBit application requires running on port 8080, you will run into exactly the problem you have because MagicMirror also runs on that same port. You will have to change one of them. MagicMirror is easy to change, it’s in the config.js file. Change the port setting to something else, like 8081 …or 8585 … or 8123 … doesn’t matter, as long as it’s above 8000, and not 8080 since the Fitbit runs on that port.
  • Wunderlist Sort Order?

    1
    0 Votes
    1 Posts
    1k Views
    L
    Is it possible to change the sort order of items in the wunderlist module? From my tests, it seems the order displayed is from first recorded to most recent. I’d like to have it display the most recently added item at the top. Reason being is I’m trying to do a FreePBX-MM integration. And since I don’t have the knowledge/time to code a proper module, but with wunderlist in the middle it works perfectly. Except that the newest callers are at the bottom of the list…and are not being displayed (only old calls). If this works, I will definietely share more details for everyone else :)
  • Issues with electron.js on installation

    6
    0 Votes
    6 Posts
    4k Views
    A
    @jc21 yes issue was solved once I set my system time
  • Wunderlist acess token

    12
    0 Votes
    12 Posts
    14k Views
    S
    yes right !
  • Prompting login and password

    3
    0 Votes
    3 Posts
    4k Views
    Z
    @KirAsh4 awesome, thank you. I was starting to think that would be the best option. At least it will be be faster the second time around, haha.
  • IO reference error on calendar & newsfeed

    1
    0 Votes
    1 Posts
    1k Views
    A
    Hi everybody, i have a problem with my magic mirror implementation. If I use a fresh download of MM2 and activate in the config file the newsfeed or the calendar, I got an error on the console: ReferenceError: io is not defined Stack: MMSocket() socketclient.js:11 Module<.socket() module.js:160 Module<.sendSocketNotification() module.js:298 .addCalendar() calendar.js:279 .start() calendar.js:67 startModules() loader.js:55 loadModules/loadNextModule/<() loader.js:40 loadFile/stylesheet.onload() loader.js:190 The error occurs on socetclient.js on line 11. My config file: { module: 'newsfeed', position: 'bottom_bar', config: { feeds: [ { title: "New York Times", url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml" } ], showSourceTitle: true, showPublishDate: true } }, { module: 'calendar', header: 'US Holidays', position: 'top_right', config: { calendars: [ { symbol: 'calendar-check-o ', url: 'webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics' } ] } }, If I comment this lines out, the time and the weather is working. I hope you can help me, thank you! ascore5000 Note from admin: Please use Markdown on code snippets for easier reading!
  • MMM-fitbit install issues from a n00b.

    1
    0 Votes
    1 Posts
    1k Views
    T
    Hello. I am a complete n00b to programming and need help making sense of these instructions for a magic mirror module. I used (https://forum.magicmirror.builders/topic/236/complete-setup-tutorial/2) to set up the magic mirror running on a raspberry pi 3. I got all of that working but I cannot figure out how to get this (https://github.com/SVendittelli/MMM-fitbit/) module to work. I am having probelms figuring out how to get the dependencies working. They error out by saying they have no such directory. Could someone please help me figure this out or explain the steps in more detailed so a brand new person in the world of code could understand. Any help is greatly appreciated.
  • Fitbit module problems

    1
    0 Votes
    1 Posts
    1k Views
    T
    I am having trouble installing the fiitbit module linked below. How do I install the dependencies? I am new to coding. Do I have to move the MMM-fitbit folder into the modules folder? The instructions are as follows. python-shell — npm install python-shell python-fitbit — sudo pip install -r python/fitbit/requirements.txt https://github.com/SVendittelli/MMM-fitbit
  • Screen keeps going to black after a few minutes.

    5
    0 Votes
    5 Posts
    11k Views
    cowboysdudeC
    An extreme measure here would be to try this: https://www.raspberrypi.org/forums/viewtopic.php?f=28&t=41898&start=25 xscreensaver can be used right off the menu… you can set/turn on/turn off functions.
  • 0 Votes
    15 Posts
    18k Views
    B
    @KirAsh4 I finally got it running. It turned out that the sync.- problem is well known since May 2016. –> https://www.raspberrypi.org/forums/viewtopic.php?f=28&t=149221 stopped the ntpd with : sudo systemctl stop ntp rather than running ntpdate, ran ntpdate-debian: sudo ntpdate-debian started ntpd sudo systemctl start ntp check sudo ntpq -p Now I´m happy!!
  • Screen blackout issues

    1
    0 Votes
    1 Posts
    1k Views
    T
    Hello. I cannot figure out how to stop the screen from going black after a few minutes. I followed these instructions and it is still doing it. "Step 3 Let’s disable the screen saver and screen blanking as well. This needs to be done in two places. First in the autostart configuration: sudo nano /etc/xdg/lxsession/LXDE-pi/autostart And add the following to the bottom of the file: @xset s noblank @xset s off @xset -dpms Next in the X-windows manager configuration: sudo nano /etc/lightdm/lightdm.conf Scroll down to the [SeatDefaults] section and look for the xserver-command line below that. Change the line to look like this: xserver-command=X -s 0 -dpms (so you’re removing the # on the front, and adding the missing bits at the end.) Again, hit CTRL-X and say Y(es) to saving the file. Step 4 A Raspberry Pi is configured to automatically shutdown parts of the hardware that aren’t actively in use. This includes the WiFi driver. This will cause MagicMiror² to occasionally fail to fetch updates for things like the newsfeed, weather, and others. You can disable the power saving feature for the WiFi from the interfaces configuration file: sudo nano /etc/network/interfaces Find the wlan0 section and add wireless-power off below it:"