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

MrNonoss

@MrNonoss

1
Reputation
638
Profile views
12
Posts
0
Followers
0
Following
Joined Sep 24, 2017, 6:13 PM
Last Online Apr 23, 2023, 6:44 AM

MrNonoss Unfollow Follow

Best posts made by MrNonoss

  • RE: Add SSL/TLS certificate

    @cyberphox,

    Sorry for the “New Year Delay”.
    I use docker for all my stuff.

    But besides that, I mainly used this tutorial:
    https://www.home-assistant.io/docs/ecosystem/nginx_subdomain/

    It’s about home-assistant, but the principle works for everything

    @sdetweil,

    Thank you a lot.
    That was my fear

    posted in Troubleshooting
    M
    MrNonoss
    Jan 1, 2019, 6:27 PM

Latest posts made by MrNonoss

  • RE: Add SSL/TLS certificate

    @cyberphox,

    Sorry for the “New Year Delay”.
    I use docker for all my stuff.

    But besides that, I mainly used this tutorial:
    https://www.home-assistant.io/docs/ecosystem/nginx_subdomain/

    It’s about home-assistant, but the principle works for everything

    @sdetweil,

    Thank you a lot.
    That was my fear

    posted in Troubleshooting
    M
    MrNonoss
    Jan 1, 2019, 6:27 PM
  • Add SSL/TLS certificate

    Good evening everybody.

    I would like to add a security layer to my MagicMirror by setting up a letsencrypt certificate.
    I setted up an Nginx reverse proxy to access my different services at home (Synology, Home-Assistant, …) and I plan to access my MagicMirror also.

    Is It possible to do so (add certificate)? How?

    Thank you a lot guys.

    posted in Troubleshooting
    M
    MrNonoss
    Dec 30, 2018, 8:47 PM
  • RE: MMM-EventHorizon

    @mykle1 oh man, you’re awsome.
    I’ll give it à try when I go home.

    Really, tank you à lot ! 👍

    Will you update the readme for the synthax to be used ?

    posted in Fun & Games
    M
    MrNonoss
    Sep 18, 2018, 11:57 AM
  • RE: MMM-EventHorizon

    Hi Mykle1,

    Mike always, nice module.

    I’m looking for something very similar. In fact, I’d like not a countdown, but something to count days, hours, minutes and seconds passed from a specific date (my son birth day).

    Could this module be granted with this possibility ? Or maybe it is easy to change ?
    What do you think ?

    Thank you.

    posted in Fun & Games
    M
    MrNonoss
    Sep 17, 2018, 10:42 PM
  • RE: Cannot access to MagicMirror despite IpWhiteList

    Hi everyone,

    Problem solved with a new fresh install. Unfortunately, the issue came from me.
    From my config.js to be more accurate.

    My exact config.js was:

    var config = {
    	port: 8080,
    	adress: "0.0.0.0",
    	ipWhitelist: ["127.0.0.1", "192.168.1.1/24", "192.168.2.1/24", "192.168.2.100"], // 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"],
    

    My new and working one is the one Mykle1 gave me:

    var config = {
            port: 8080,
            address: "0.0.0.0",
            ipWhitelist: [],
    

    I assume it’s a coma mistake.
    Nothing to do with multi web server.

    Thank you again for your help.
    Best regards

    posted in Troubleshooting
    M
    MrNonoss
    Dec 23, 2017, 11:46 AM
  • RE: Cannot access to MagicMirror despite IpWhiteList

    There’s no other option than deleting the installation folder.
    I tried, but, with no succes.

    I’m bored. Il will try to reinstall the whole things, starting by MM, testing --> If Ok --> Then Install Home Assistant and test again, it will give tips (I hope)

    Thank you again Mykle

    posted in Troubleshooting
    M
    MrNonoss
    Dec 20, 2017, 10:25 PM
  • RE: Cannot access to MagicMirror despite IpWhiteList

    Hi all,

    I come back with a hint…
    There are two web server on my computer, but I didn’t installed any “Apache” or so, so I didn’t configured anything
    One is with Home Assistant (coded in Python) and the other one is the MagicMiror.

    Could it be a sort of conflict between these two?

    posted in Troubleshooting
    M
    MrNonoss
    Dec 20, 2017, 8:39 PM
  • RE: Cannot access to MagicMirror despite IpWhiteList

    Thank you for your quick reply.

    Nope, Home Assistant is using port 80

    posted in Troubleshooting
    M
    MrNonoss
    Dec 17, 2017, 4:42 PM
  • RE: Cannot access to MagicMirror despite IpWhiteList

    Thank you for your tip @Mykle1, but unfortunately, it changed nothing.

    But looking at my CLI after launching MM, the end seems strange.
    Is it normal to stop like this?

    GET_WUNDERGROUND
    
    posted in Troubleshooting
    M
    MrNonoss
    Dec 17, 2017, 3:44 PM
  • RE: Magic Mirror showing only black screen on PiZeroW -- node serveronly mode

    Hi,
    If I remember correctly, I had a similar issue once.
    Can you try “npm install” while in the MagicMirror directory?

    posted in Troubleshooting
    M
    MrNonoss
    Dec 17, 2017, 12:01 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