A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Wunderlist acess token

    12
    0 Votes
    12 Posts
    15k 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
    No one has replied
  • Fitbit module problems

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • 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
    19k 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
    No one has replied
  • Weather and news not updating

    1
    0 Votes
    1 Posts
    972 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
    No one has replied
  • 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
    16k Views
    K
    @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
    1k 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
    4k Views
    strawberry 3.141S
    there are already built tts and stt modules for magicmirror²
  • 2nd Page

    4
    0 Votes
    4 Posts
    3k Views
    K
    As he said, there is no mechanism to do that. However, using the carousel module, you can trigger all of the current modules to turn off and a different set to be displayed, effectively giving you a ‘2nd page’. If you are talking about having something totally different, non-MagicMirror, on a ‘2nd page’, there is no way to do that.
  • Clock stops working/stack several times a day

    1
    0 Votes
    1 Posts
    1k Views
    M
    Hi Hello i’ve got a problem… more than once a day the clock quits working… sometimes after a few hours pm2 restarts automatically and the clock works again for a while… Platform [ Raspberry Pi 3]: with the latest jessie-updates, uses just for magicMirror and as OpenVPN gateway (using pivpn) Magicmirror Modules: *clock (analog and digital) *calendar *weather & weather forecast *compliment *rss monitor-switch off is via pir and python solved… can anyone help me please, or does anyone have any idea?
  • local pictures, displayed on the mirror.

    4
    0 Votes
    4 Posts
    3k Views
    D
    @GHLasse Thank you. I will test it later.