A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Problems with port 8080

    4
    0 Votes
    4 Posts
    6k 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
    976 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
    10k 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:"
  • Weather and news not updating

    1
    0 Votes
    1 Posts
    926 Views
    B
    My weather and news loads, but after like 3 hours it stops updating. It just stays on the same temperature. Anyone know what might cause this. Im pretty sure my internet is good and stays connected.
  • Magic mirror booting for first time

    4
    0 Votes
    4 Posts
    3k Views
    K
    So, should I re-install everything with the new guide? If the missing coma doesn’t make it work I will anyway, thank you both!!
  • Noob to programming.

    1
    0 Votes
    1 Posts
    1k Views
    T
    I am trying to add my appid to get the weather app running, but I can’t figure out how to configure it. What commands do I need to use to get the appid in the code and set up my location? This is my first adventure in the world of coding and am completely lost. Any help is appreciated.
  • Analog clock scaling problems

    1
    0 Votes
    1 Posts
    1k Views
    N
    I have my mirror set up to display both analog and digital clocks. The program scales accurately only up to “380px”. Any value higher than 380 though is just repeating the image instead of scaling larger. Any one else have this problem or an idea on a fix? I wanted it to be 600px. The Hour, minute, and second hand continue to increase to the proper size, but my clock face wont go larger than 380 without causing a tile effect
  • npm start dev

    13
    0 Votes
    13 Posts
    15k Views
    KirAsh4K
    @shavesophere said in npm start dev: @KirAsh4 sorry - i stand corrected! but that being said when i first started getting npm ERRS i tried this and it still did not work… anyway, moving forward now! Well yeah, that’s different. If npm is giving you errors, no matter how you attempt to start it, the errors won’t magically go away. That’s like saying, the car won’t start if I’m sitting on the left side, maybe if I sit on the right side it might, but in reality there’s no gas in it. Switching seats isn’t going to fill the gas tank. :)
  • I can't get the weather to load

    1
    0 Votes
    1 Posts
    978 Views
    B
    The Magic Mirror successfully comes up but I can’t seem to get the weather to load. using “npm start dev” to load it I get the following: “->currentweather: Could not load weather. logger.js:23” and “XMLHttpRequest cannot load” “http://api.openweathermap.org/data/2.5/weather...etc...etc” “No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin ‘http://localhost:8080’ is therefore not allowed access” it’s driving me nuts
  • This topic is deleted!

    2
    0 Votes
    2 Posts
    60 Views
  • newsfeed gives an error

    newsfeed parser error
    6
    0 Votes
    6 Posts
    4k Views
    O
    oh thanks… heise produce the error… :-(
  • Blank white display on local machine (pi)

    6
    0 Votes
    6 Posts
    3k Views
    strawberry 3.141S
    there are already built tts and stt modules for magicmirror²