MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. MrNonoss
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 12
    • Best 1
    • Controversial 0
    • Groups 0

    MrNonoss

    @MrNonoss

    1
    Reputation
    638
    Profile views
    12
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    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

    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
    • 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
    • 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
    • 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
    • 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
    • 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
    • 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
    • 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
    • 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
    • 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