A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Combine current weather, time of day, and date in complement json file

    1
    0 Votes
    1 Posts
    826 Views
    C
    I’ve just started to build a MM to my daughter and have some questions. Currently my list of compliments is over 300 so I think it’s best to use I complement json file for them. Is it possible to combine the current weather and “morning/day/afternoon”? if so, can I do that in a compliment json file? if so, is it possible to also add specific dates so I can add like “don’t forget dads birthday tomorrow” “tomorrow it’s fathers day, DON’T buy a new tie to him” Can someone add an example code that I can use
  • "moment npm package" causes black screen after npm start

    3
    2
    0 Votes
    3 Posts
    2k Views
    axellejamousA
    Solved the issue by simply running npm install in the vendor folder. Found thanks to this issue Thought I’d share the solution so maybe noobs like me can use it in the future.
  • Nothing showing but app is running

    16
    0 Votes
    16 Posts
    11k Views
    Mykle1M
    @Fix-Not-Found said in Nothing showing but app is running: how would I go about that? I don’t know that formatting is necessary. However, you could try this and know if you were successful in less than an hour. https://forum.magicmirror.builders/topic/5274/how-to-manually-install-mm-on-your-pi-for-absolute-beginners
  • Possible Error in My Code?

    18
    0 Votes
    18 Posts
    7k Views
    Mykle1M
    @Wiltify said in Possible Error in My Code?: Mykle, thanks for pushing me to learn :) Already a huge fan of this community. Ahh, you’re welcome, mate.
  • Calendar shows "no entries" after MM Update

    37
    0 Votes
    37 Posts
    33k Views
    S
    @tgeimer Thanks for your solution! Saved my day ;)
  • MMM-WunderGround would like to change width

    1
    1
    0 Votes
    1 Posts
    995 Views
    A
    I’d like to use MMM-Wunderground to show a 10 day forecast in horizontal layout. By default it stays within it’s column region parameter — but I’d like to increase the max width for the 10 days forecast feature only (to utilize the area I’ve highlighted in yellow). This would result in an L-shaped region, and I’m not sure if that’s possible. Is there any way I can do this? [image: 1508352574665-mm.jpg]
  • HTTPS and Owncloud calendar + https rss feeds

    9
    0 Votes
    9 Posts
    4k Views
    B
    Ah ok. Thanks for the tip. Since I dont like sharing my private calendar in public, I tried to set it up without sharing the calendar. { url: 'webcal://cloud.linus-schuertz.de/remote.php/dav/calendars/Linus/linusics?export', symbol: 'calendar-o', auth: { user: 'Linus', pass: 'superstrongpassword', method: 'basic' } }, This setup is working! :)) Thanks alot for help!
  • MMM-ProfileSwitcher - Enter and Leave Messages

    2
    0 Votes
    2 Posts
    1k Views
    yawnsY
    @radonk said in MMM-ProfileSwitcher - Enter and Leave Messages: { module: 'MMM-ProfileSwitcher', config: { enterMessages: false, leaveMessages: false, } }, You left out the config part
  • Fix: IE11/Edge display black screen

    1
    0 Votes
    1 Posts
    810 Views
    S
    Re: IE11 / Edge browser black screen When not in developer mode, the Log object does not get created because of an error, because there is no support for console.timeStamp in Edge/IE11. In developer mode it seems it just skips the error. As a result, the call to Log.info throws an exception and halts execution in the init method in main.js which results in a black empty page. commenting out the following line in logger.js fixed the problem. //timeStamp: Function.prototype.bind.call(console.timeStamp, console) It seems Log.timeStamp is not used in MagicMirror and the modules that I use, so commenting it out worked for me. Better solution would be to have a polyfill I think. Stefan
  • Black screen

    4
    1
    0 Votes
    4 Posts
    3k Views
    Mykle1M
    @planet4 said in Black screen: Something was messed up. I hate when that happens. Glad you’re up and running :-)
  • MM restarts all the time after a few settings

    2
    0 Votes
    2 Posts
    1k Views
    Mykle1M
    @terades said in MM restarts all the time after a few settings: I think its the power cable its an bad one… sometimes i see a flash on the top right The “flash on the top right” is telling you that you have insufficient power going to the Pi. Standard power for the Pi is 5V 2.0A to 5V 2.5A. Are you using a power adapter or are you using a USB cable from a USB port?
  • Black Screen after Booting Up

    26
    0 Votes
    26 Posts
    16k Views
    Mykle1M
    @fox said in Black Screen after Booting Up: With pm2 status i get always two MagicMirror/mm instances. If i kill one, it comes back after a few seconds type pm2 stop mm or pm2 stop mm.sh in a terminal
  • MMM-Calendar Multi Dates

    1
    0 Votes
    1 Posts
    995 Views
    C
    In my gmail calendar that is tied to this module I have events/seminars that last multiple days. For example I have a meeting scheduled for 21 Oct 2017 and 22 Oct 2017. In my gmail calendar it spans both days with specific meeting times. My calendar only displays the first day (21 Oct 2017). How can it take into account these multiple days. Thanks carltonb
  • Can not start MM anymore

    2
    0 Votes
    2 Posts
    1k Views
    Mykle1M
    @bd5hty said in Can not start MM anymore: Electron failed to install correctly, please delete node_modules/electron and try installing again Your answer is right there in the error message. Delete the electron folder from inside the node_modules folder. Then run npm install in the MagicMirror directory
  • Big problem with CPU load

    2
    0 Votes
    2 Posts
    2k Views
    Mykle1M
    @DocVooDoo said in Big problem with CPU load: My CPU last is extremely high. For quite some time. I made a screenshot. What exactly can that be? https://forum.magicmirror.builders/topic/4684/electron-cpu-usage
  • Problem with ovelay!

    1
    2
    0 Votes
    1 Posts
    962 Views
    Y
    Earlier I posted a problem with Alert module (https://forum.magicmirror.builders/topic/5013/problem-with-alert-module/6) and I was suggested to check out Elements in dev mode. And now I found the target point. The problem is “overlay”. Either for Alert or while brightness of screen. I twerked some integer values and I find that the overlay starts after leaving some space from left portion and giving it the buggy look. But still I can’t find the solution. I shall be thankful to the community if you can give me some solution. I’m uploading some pics for better understanding [image: 1508091567368-capture5.png] [image: 1508091622980-capture6.png] Checkout that I changed the width, and you can see the overlay starts after leaving some space. It happens for Alert as well as Brightness
  • pm2 doesn't start after mm update

    18
    0 Votes
    18 Posts
    11k Views
    Mykle1M
    @kurt said in pm2 doesn’t start after mm update: Sorry for feeling presure, but you made it again! Works like a charm! Once again Thank you! No worries mate. I’m glad you’re up and running again!
  • Can not start MM anymore

    3
    0 Votes
    3 Posts
    2k Views
    cowboysdudeC
    Other case is don’t install updates if you don’t need to…
  • Very slow performance on Pi 3

    2
    0 Votes
    2 Posts
    4k Views
    Mykle1M
    @Kugelfang said in Very slow performance on Pi 3: Any idears how to solve this? That might be related to this topic. Give it a read and see if it applies to you. https://forum.magicmirror.builders/topic/4684/electron-cpu-usage
  • Since the update calendar too wide

    8
    0 Votes
    8 Posts
    4k Views
    O
    @onetwankyfive Adding the config option after each calendar worked for me. Thanks for the help!