• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
  1. Home
  2. AAPS
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
A
Offline
  • Profile
  • Following 0
  • Followers 1
  • Topics 17
  • Posts 103
  • Groups 0

AAPS

@AAPS

7
Reputation
2.8k
Profile views
103
Posts
1
Followers
0
Following
Joined Dec 17, 2016, 2:15 AM
Last Online Jul 29, 2020, 9:24 PM

AAPS Unfollow Follow

Best posts made by AAPS

  • RE: How to set ipWhitelist for all device can acess to MagicMirror v2?

    @morozgrafix Thanks! I am pretty late, but congrats to you and all the other new moderators.

    posted in Troubleshooting
    A
    AAPS
    Feb 3, 2017, 4:42 AM
  • RE: How To Add IFRAME Code to Calendar

    That’s cool. I also found a website where I can just get the .ics file, so I’ll play around with it, and see what works.

    posted in General Discussion
    A
    AAPS
    Jan 22, 2017, 5:44 PM
  • Magic Mirror With Amazon Alexa

    Hi all,

    I was wondering if it was possible to incorporate the Amazon Echo Dot into the Magic Mirror. If anyone has any ideas, please tell me.

    posted in Requests
    A
    AAPS
    Dec 21, 2016, 12:42 PM
  • RE: [Remote-Control] Shutdown, Configure and Update your MagicMirror

    After updating MM from Remote-Control, when I rebooted I got a black screen. I realized that npm install was necessary, so everything works now. Only I thought that updating from Remote-Control would allow me to completely update without having to touch my mouse and keyboard. Is it supposed to?

    posted in System
    A
    AAPS
    Apr 1, 2017, 10:22 PM
  • RE: Backing Up Magic Mirror

    Oh. I understand now.

    posted in General Discussion
    A
    AAPS
    Feb 8, 2017, 9:44 PM
  • RE: Wider Veriety of Modules For Different Kinds of People

    I was doing some research, and I found what’s called an “Air Bar”.
    https://www.amazon.com/Neonode-Airbar-15-6-Display-touch/dp/B01N3MHMSF/ref=sr_1_1?ie=UTF8&qid=1483878889&sr=8-1&keywords=air+bar
    Does anyone know if it is possible to add that to the magic mirror in any way to make it touchscreen? I’m thinking of developing a module for it if it is possible to use the Air Bar. Also, if anyone has any cool ideas for modules related to the ones I’ve suggested, just post them here.

    posted in Requests
    A
    AAPS
    Jan 8, 2017, 12:42 PM
  • Backing Up Magic Mirror

    I was wondering how to backup my SD card. I already have Win32DiskImager installed on my computer, but I wanted to know how exactly to set up a backup in case something happens to my raspberry pi.

    posted in General Discussion
    A
    AAPS
    Feb 8, 2017, 9:25 PM
  • RE: Wider Veriety of Modules For Different Kinds of People

    @cowboysdude I completely agree! Working on my Magic Mirror is the highlight of my day. I just wanted to suggest different ideas that popped into my head (many of which already became modules before or soon after I posted here), and I do recognize the work that many people put in to this project daily. :smiley:

    @slametps I didn’t do anything to alter the config file except change what was already there for the calendar module. I fixed settings from the top right corner of prayerwebcal.appspot.com. Once I got everything the way I wanted, I just replaced the default calendar with my new url.

    {
                    module: "calendar",
    
    		header: "Prayer Times",
    
    		position: "top_left",
    
    		config: {
    
    			calendars: [
    
    				{
    
    					symbol: "calendar-check-o ",
    
    					url: "http://prayerwebcal.appspot.com/0.ics?x=0.0&y=0.0&z=-300&s=0&j=0"
    
    				}
    
    			]
    
    		}
    
    	},
    
    posted in Requests
    A
    AAPS
    Feb 19, 2017, 1:34 PM
  • RE: HUGE FLAW IN MY PLAN

    I installed the module, but when I go to the website it says : “This device is not allowed to access your mirror.
    Please check your config.js or config.js.sample to change this”

    What does this mean? What can I do to fix it?

    posted in Troubleshooting
    A
    AAPS
    Jan 2, 2017, 3:10 AM

Latest posts made by AAPS

  • RE: 2.1.1 Update Error Install/postinstall cannot run & grunt-yamllint@0.2.0 error. Screenshot.

    @Mar What happens when you try npm start?

    posted in Troubleshooting
    A
    AAPS
    Apr 2, 2017, 10:08 PM
  • RE: [Remote-Control] Shutdown, Configure and Update your MagicMirror

    After updating MM from Remote-Control, when I rebooted I got a black screen. I realized that npm install was necessary, so everything works now. Only I thought that updating from Remote-Control would allow me to completely update without having to touch my mouse and keyboard. Is it supposed to?

    posted in System
    A
    AAPS
    Apr 1, 2017, 10:22 PM
  • RE: MMM-PrayerTime

    @slametps Thanks! This’ll work much better than the calendar method.

    posted in Education
    A
    AAPS
    Mar 15, 2017, 1:00 PM
  • RE: MMM-PrayerTime

    @slametps While looking at this on GitHub, it seems like it plays Adhan as well. Is this correct? If so, could I make it not play Adhan, or does it come standard with the module?
    I’ve been looking for a module like this since I started. Thank you. :grinning:

    posted in Education
    A
    AAPS
    Mar 15, 2017, 11:16 AM
  • RE: Github Tutorial

    Now I know that my problem wasn’t that I was not signed in. I probably shouldn’t try to have two versions of the mirror (one as a backup on GitHub and one that is showing). Maybe this is somehow messing things up for me.

    posted in Feature Requests
    A
    AAPS
    Mar 4, 2017, 2:24 AM
  • Multiple Magic Mirrors

    Currently I have two Magic Mirrors on my raspberry pi (one in desktop). My main mirror is not on GitHub. The other one was forked from the main project. My issue is that when I do npm install && npm start or just npm start from the second one’s directory, it only shows my first mirror. Does anyone know why this happens? Is there such thing as npm uninstall or npm stop ?

    posted in Troubleshooting
    A
    AAPS
    Feb 26, 2017, 11:35 PM
  • RE: Github Tutorial

    @strawberry-3.141 Come to think of it … It didn’t even show the changes when I did git status. I wonder why this is. Yes I did commit my files.

    posted in Feature Requests
    A
    AAPS
    Feb 26, 2017, 10:51 PM
  • RE: Github Tutorial

    @strawberry-3.141 Oh yeah! when I do git push it asks me for my user and password. However, it says that everything is up to date when it isn’t. Maybe I did something wrong.

    posted in Feature Requests
    A
    AAPS
    Feb 26, 2017, 10:47 PM
  • RE: Github Tutorial

    @strawberry-3-141 ( or anyone else who knows what they’re doing )
    The only way I was able to make the changes I wanted was to go on GitHub.com
    I would like to be able to push changes from my pi, but I think that doesn’t work since I can’t sign in. What do I do?

    posted in Feature Requests
    A
    AAPS
    Feb 26, 2017, 10:39 PM
  • RE: Github Tutorial

    I am also new to GitHub. It won’t let me do git push because I am not signed in. However, I don’t know how to sign in without creating another account. Could someone point me in the right direction?

    posted in Feature Requests
    A
    AAPS
    Feb 25, 2017, 1:23 AM
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy