A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • 0 Votes
    4 Posts
    7k Views
    Interesting. Could you give https://github.com/electron/electron-quick-start a try to see if that one works?
  • Config Help!

    Solved May 17, 2016, 3:46 PM
    0 Votes
    9 Posts
    8k Views
    @MichMich I tried the jshint and jslint but, was not successful because of my lack of knowledge in this language. I fixed it but basically scrapping the whole file and doing one section at a time. I learnt a whole lot in two hours though haha
  • FontAwesome icons..

    Solved May 17, 2016, 3:01 AM
    0 Votes
    2 Posts
    4k Views
    We do use FontAwesome with the Calendar module. Take a look at how that’s implemented (how to include the font-awesome.css file, and how to allow the user to pick which symbol to use.) [image: 1463470371353-calshot.png]
  • 0 Votes
    6 Posts
    4k Views
    @taztrk please use Markdown on code snippets so it is easier to read :) Looks like your OS or node version is not supported by Electron. Try using Raspbian especially if you do not have much experience.
  • Calling a bitmap image..

    Unsolved May 17, 2016, 2:59 AM
    0 Votes
    1 Posts
    1k Views
    Heya folks, I tried to use the HTML tag to call a normal BitMap, but it just returns on the screen as a square with the normal icon that an image cannot be loaded or found… I have the BitMap within the same directory as the index.html file and still this does not work, I think thought I would test the idea of loading a random image from google image using the exact link… example: This worked straight away for me, but I cannot seem to get it to load regardless of the directory I use where the image is placed within the MagicMirror directory :) If anyone cold help, put me straight that would be awesome!
  • YouTube Video Playlist issues

    Unsolved May 17, 2016, 2:33 AM
    0 Votes
    1 Posts
    2k Views
    Heya folks, Fairly new to MagicMirror2, everything is installed, current version, works a treat, looks awesome too! Anyway I added this code as an tag within a tag, now this is the strange part if I open the index.html file using firefox itself runs as it should and plays the complete playlist, auto plays, repeats… Everything is fine. But once it is opened as it should be on my Raspberry Pi 2 B, it will cue to autoplay the first song/video but then just show a revolving icon meaning it is loading and nothing more. However if I use tab on my keyb and hit the pause button and then hit the enter button again it is quite happy to play the next song/video for me until the end of that said track. Here is the exact HTML You can insert that within a tag if you wish and see if that will play the next track after the first automatically yourself if you wish… Just the mind is boggling here and I’m not sure how or why this is happening… Anyhelp of an example would be awesome :D
  • Raspberry Pi 3 and Chromium

    Solved May 14, 2016, 6:53 PM
    0 Votes
    10 Posts
    7k Views
    @paviro that message is already there. OP must have missed it.
  • timing on weather is off by about 8hours

    Unsolved May 12, 2016, 3:56 PM
    0 Votes
    12 Posts
    9k Views
    @MichMich pi@raspberrypi ~ $ date Sat May 14 09:32:09 EDT 2016 pi@raspberrypi ~ $ and here is the screenshot. if i wake up every day at 9am, i would not notice the 8hrs delay. but since i wake up at 6am, thats when i noticed the delay as seen in previous screenshots [image: 1463232963766-mirror-4.jpg]
  • This topic is deleted!

    May 12, 2016, 3:21 PM
    0 Votes
    1 Posts
    5 Views
  • Getting started tutorial

    Unsolved usage May 9, 2016, 10:05 AM
    0 Votes
    10 Posts
    6k Views
    Taking this topic back to the storage question above, I did a fresh install on another rPi-3 and captured some info. One a stock Raspbian Jessie, running on an 8G card, with all apps updated, nothing removed, once you have MM up and running, you’re looking at the following for storage: [image: 1462937640313-stock-raspbian.png] Now, since you’re likely to only use this for MM and nothing else, there’s no sense in leaving all of the other apps on it that are pre-installed. So, I removed some of the big ones: wolfram-engine scratch nu-scratch sonic-pi idle3 smartsim penguinspuzzle java-common minecraft-pi python-minecraftpi python3-minecraftpi libreoffice* And after running autoremove as well, which cleared even more space removing other unneeded apps, you’re down to this: [image: 1462938076082-slimmed-raspbian.png] That’s 1.3G worth of storage that I just cleared up. So unless you need a larger SD card for other stuff, an 8G works just fine. Potentially even a 4G. You’ll still have plenty of room left after you clean up the installation. Another option is to start with Raspbian Jessie-lite on a 4G card, but then you have to install the X server, desktop environment, and a login manager yourself. Assuming you get it all done correctly, you’ll end up with a very light weight installation of the OS, taking up only 53% of storage (remember, 4G card), with MM running lean and clean on top of that. I did try that as well but ran into issues with electron.js and for the time involved, knowing I wasn’t going to run it on there, it wasn’t worth continuing. I will leave that as an exercise to the brave.
  • System temperature : fetching...

    Unsolved May 6, 2016, 2:59 PM
    0 Votes
    12 Posts
    7k Views
    You can see the logs inside your terminal session. If you use pm2 execute pm2 logs mm to see the log! :)
  • Whitescreen after Reboot

    Solved May 10, 2016, 3:51 PM
    0 Votes
    7 Posts
    4k Views
    @MichMich, oooooh. I was about to start a new topic and demand access to those 'frowned' modules! :)
  • Configuration help needed

    Solved May 10, 2016, 11:10 AM
    0 Votes
    6 Posts
    3k Views
    Honestly, in these cases it’s the best to find the solutions yourself using a lot of googling. Thats the best way to learn new things. :thumbsup:
  • Starting MagicMirror v2 beta

    Solved electron bug May 6, 2016, 9:29 AM
    0 Votes
    22 Posts
    21k Views
    I can also verify this as I just setup a brand new rPi yesterday. Downloaded a fresh copy of jessie, booted up the rPi, did the setup for it, made sure all apps were up to date (with 'sudo apt-get update ; sudo apt-get upgrade' then installed MM as per the wiki’s instructions. Done.
  • 720p TV - Re-adjust Region Sections?

    Unsolved May 7, 2016, 6:43 PM
    0 Votes
    7 Posts
    4k Views
    By the way, while inconvenient every time, you can issue a 'pm2 restart <MM>' (where <MM> is whatever you called your process) to refresh the display and those times would display properly again.
  • Configuring autostart with pm2

    Solved pm2 configuration May 7, 2016, 1:30 PM
    0 Votes
    3 Posts
    11k Views
    Regarding the ‘keyboard and mouse’ part in your post … I use a wireless set. So the rPi is mounted behind the monitor and only has 2 wires on it: power and HDMI. There’s a USB dongle plugged in that’s for the keyboard and mouse which I rarely use. Specially since I log in remotely. The only time I need the mouse or keyboard is if something bad happened and the rPi won’t boot up normally. But other than that, not needed.
  • How to update node.js and electron?

    Unsolved usage May 3, 2016, 4:58 PM
    0 Votes
    3 Posts
    5k Views
    To update electron enter your MagicMirror folder any execute npm install :)
  • Current weather problems

    Solved usage May 6, 2016, 1:28 AM
    0 Votes
    4 Posts
    3k Views
    OHHHHHHHHHH… yep I get it now thank you so much for the help and for the speedy response your mirror creation is the best.
  • performance issues with fx / loading

    Unsolved May 3, 2016, 11:18 AM
    1 Votes
    2 Posts
    2k Views
    I suggest you open a topic on the raspberry pi forum as well… Maybe somebody can elaborate on where we have to look for a solution.