• 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. 5M3D1N4
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
5
Offline
  • Profile
  • Following 0
  • Followers 0
  • Topics 2
  • Posts 5
  • Groups 0

5M3D1N4

@5M3D1N4

0
Reputation
230
Profile views
5
Posts
0
Followers
0
Following
Joined Nov 7, 2018, 7:24 AM
Last Online Aug 18, 2024, 6:48 AM

5M3D1N4 Unfollow Follow

Latest posts made by 5M3D1N4

  • RE: MMM-QuotesFromReddit

    @bthuilot I know this is years later but is this module not available anymore?

    posted in Entertainment
    5
    5M3D1N4
    Mar 29, 2024, 9:09 PM
  • RE: MMM-Remote-Control works on Remote Interface but not on Mirror

    @lavolp3 thank you for helping me on this! I figured out the issue with pm2 logs

    0|mm       | Starting module: MMM-Glock
    0|mm       | Connecting socket for: MMM-MyCalendar
    0|mm       | Starting node helper for: MMM-MyCalendar
    0|mm       | Connecting socket for: MMM-Remote-Control
    0|mm       | Starting node helper for: MMM-Remote-Control
    0|mm       | Connecting socket for: MMM-MyWeather
    0|mm       | MMM-WunderGround helper started ...
    0|mm       | Connecting socket for: newsfeed
    0|mm       | Starting module: newsfeed
    0|mm       | Connecting socket for: MMM-NowPlayingOnSpotify
    0|mm       | Connecting socket for: MMM-MyCommute
    0|mm       | ====================== Starting node_helper for module [MMM-MyCommute]
    0|mm       | Sockets connected & modules started ...
    0|mm       | Launching application.
    0|mm       | Access denied to IP address: 127.0.0.1
    

    I added 127.0.0.1 to the white list and everything works like a charm now! Thank you again!!!

    posted in Troubleshooting
    5
    5M3D1N4
    Nov 10, 2018, 4:52 PM
  • RE: MMM-Remote-Control works on Remote Interface but not on Mirror

    @lavolp3 Sorry, the pi boots up as normal and when MM starts the monitor turns black and no modules show up. I can access the remote interface from my phone or computer. I can see the MM is working on the Remote Interface and it states some modules are active but nothings shows up on the actual monitor/Mirror. Hope that makes sense.

    posted in Troubleshooting
    5
    5M3D1N4
    Nov 8, 2018, 2:48 AM
  • Magic Mirror Boot up video

    Hello,

    My friend had this funny idea to have the Magic Mirror boot up to the clip of Mr. Burns, from The Simpsons, saying Hello Smithers…

    Basically this video…Mr. Burns, The Simpsons

    Any possibility someone already has a module like this or knows how to code one to play a locally stored .mp4 file upon boot?

    posted in Requests
    5
    5M3D1N4
    Nov 7, 2018, 7:57 AM
  • MMM-Remote-Control works on Remote Interface but not on Mirror

    Hello,

    Bit a noob here. I installed the MMM-Remote-Control module following the instructions. I had a few issues with the ipWhitelist portion but was able to add both my computer and phone IP. Now I have access to the Remote Interface and I can see my Magic Mirror working on the Remote Interface but nothing is showing on the actual mirror. The screen is black. Can someone help me figure out where i went wrong?

    var config = {
    	address: "0.0.0.0", // Address to listen on, can be:
    	                      // - "localhost", "127.0.0.1", "::1" to listen on loopback interface
    	                      // - another specific IPv4/6 to listen on a specific interface
    	                      // - "", "0.0.0.0", "::" to listen on any interface
    	                      // Default, when address config is left out, is "localhost"
    	port: 8080,
    	ipWhitelist: ["192.168.x.x","192.168.x.x"], // Set [] to allow all IP addresses
    	                                                       // or add a specific IPv4 of 192.168.1.5 :
    	                                                       // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"],
    	                                                       // or IPv4 range of 192.168.3.0 --> 192.168.3.15 use CIDR format :
    	                                                       // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"],
    
    

    Please let me know if you need any more information and thank you all in advance! :slightly_smiling_face:

    posted in Troubleshooting
    5
    5M3D1N4
    Nov 7, 2018, 7:44 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