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

    Nick

    @Nick

    0
    Reputation
    618
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Nick Unfollow Follow

    Latest posts made by Nick

    • RE: MMM-DVB - Local Dresden transport (DVB) departure times

      Danke Ralf, es funktioniert, alles gut. War mein fehler.

      Ich habe aber eine andere Haltestelle eingegeben und ich habe gesehen dass bei der erste “reload” hat es wieder (nur für kurze Zeit) die Info für HBF gezeigt… Aber funktioniert alles jetzt. Danke!

      posted in Transport
      N
      Nick
    • RE: MMM-DVB - Local Dresden transport (DVB) departure times

      @skatenholz thx! Do I need to install dvbjs to get it to work? If so, how?

      With the minimal module configuration in config.js I get the “Please create config file” error message

      posted in Transport
      N
      Nick
    • RE: After update to Mirror to 2.1.3 - no working Whitlist

      Yes, including my personal wiki on another Raspberry Pi, all with 2-5ms

      posted in Troubleshooting
      N
      Nick
    • RE: After update to Mirror to 2.1.3 - no working Whitlist

      Thx @Mykle1, indeed I have. See the beginning of my (working) config file below.
      What is suspicious to me is that not even a Ping works to that IP, even though I’ve checked it by printing it on the screen of the MM and in the router.
      Also, before my Whitelist was a long list of IPs, now I’ve tried the [] option but to no avail…

      /*************** AUTO GENERATED BY REMOTE CONTROL MODULE ***************/
      
      var config =
      {
              address: "0.0.0.0",
              electronOptions: {
      
              },
              ipWhitelist: [
      
              ],
              modules: [
                      {
                              module: "alert",
                              config: {
      
                              }
                      },
                      {
                              module: "updatenotification",
                              position: "top_bar",
                              config: {
      
                              }
                      },
                      {
                              module: "MMM-Remote-Control",
                              position: "middle_center",
                              config: {
      
                              }
                      },
      
      posted in Troubleshooting
      N
      Nick
    • RE: After update to Mirror to 2.1.3 - no working Whitlist

      Same here, tried addres 0.0.0.0 and various things in the Whitelist.
      A ping gives “destination unreachable”… SSH also doesn’t work.
      Can someone please suggest ways to troubleshoot?

      posted in Troubleshooting
      N
      Nick