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

    Posts

    Recent Best Controversial
    • RE: Looking for suggested modules

      @sdetweil

      I appreciate the response sdetweil, and i tried to create the Symlink to a directory with no success.
      ln -s //192.168.x.x/test /Net
      error: failed to create link: permission denied

      I am not linux expert and cant figure this out. Not as simple as i thought trying to access a SMB network drive

      posted in Requests
      C
      ccrichtx
    • Looking for suggested modules

      Looking for a module to display pictures (not wallpaper) in a widow. The module needs to rotate pictures from a network drive folder. Any suggestions.

      posted in Requests
      C
      ccrichtx
    • RE: MMM-Wallpaper black screen

      @ccrichtx
      You can delete these rows, they are used for MMM-Scheduler:

      classes: ‘scheduler’,
      and
      module_schedule: {from: ‘06 ***’, to: ‘0 23 ***’},

      posted in Troubleshooting
      C
      ccrichtx
    • RE: MMM-Wallpaper black screen

      @pocoyo

      This is my MMM-Wallpaper and use Reddit instead of bing.

      Just replace source: “/r/MoviePosterPorn”, TO source: “bing”,

      {
      module: “MMM-Wallpaper”,
      position: “fullscreen_below”,
      classes: ‘scheduler’,
      config: {
      module_schedule: {from: ‘0 6 * * *’, to: ‘0 23 * * *’ },
      source: “/r/MoviePosterPorn”,
      maximumEntries:100,
      slideInterval: 30 * 1000,
      updateInterval: “90000”,
      filter: “grayscale(0.5) brightness(0.5)”,
      shuffle: true,
      size: “contain”, // cover,contain,auto
      }
      },

      posted in Troubleshooting
      C
      ccrichtx
    • RE: MMM-NBA

      @ccrichtx

      Change date setting in file …/modules/MMM-NBA/node_helper.js
      Change from y: json.season.year - 1 TO y: json.season.year - 0
      .
      .
      const details = {
      w: json.day.dat,
      y: json.season.year - 1,
      t: self.seasonTypeMapping [json.season.type],
      .
      .

      posted in Troubleshooting
      C
      ccrichtx
    • MMM-NBA

      The module works great and and accurate. The only problem is the title says 2021. Any ideas on how to change it to reflect 2022 going forward. Any help would be appreciated. I have looked in all the files and just dont how to fix.

      posted in Troubleshooting
      C
      ccrichtx
    • RE: Need Help with MMM-Remote-Control

      @sdetweil

      Thanks and appreciate the advise! I will leave IPWhitelist blank. I appreciate your input.

      posted in Troubleshooting
      C
      ccrichtx
    • RE: Need Help with MMM-Remote-Control

      @ccrichtx

      I also tried: “::fff:192.168.1.1/112” and “::ffff:192.168.1.1/120” and they did not work.

      posted in Troubleshooting
      C
      ccrichtx
    • RE: Need Help with MMM-Remote-Control

      @karsten13

      Karsten thanks for you input. removing ipWhitelist parameters worked and leaving it blank [],

      Log file nohup.out showed the following error:
      [30.01.2022 19:55.51.116] [LOG] Access denied to IP address: 192.168.1.20
      [30.01.2022 19:55.54.685] [LOG] Access denied to IP address: 192.168.1.20

      My network is running IPv6 and I tried CIDR /47, /55, /63 and the changes did not work. I will check my home router and see what i can configure to allow.

      I appreciate your expert advise and the time to look at my post.

      posted in Troubleshooting
      C
      ccrichtx
    • Need Help with MMM-Remote-Control

      I get the following error when trying to access http://192.168.1.38:8080/remote.html from my laptop or cell phone that are on the same network. Magic Mirror starts with no errors. I have tried with no success to fix the problem and just don’t no enough find the problem. I would appreciate some help.

      Error in Chrome browser:
      “This device is not allowed to access your mirror.
      Please check your config.js or config.js.sample to change this.”

      Config.js
      let 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 or empty, is “localhost”
      port: 8080,
      basePath: “/”, // The URL path where MagicMirror is hosted. If you are using a Reverse proxy
      // you must set the sub path here. basePath must end with a /
      ipWhitelist: [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”, “::ffff:192.168.1.20”, “::ffff:192.168.1.26”],
      .
      .
      .
      {
      module: ‘MMM-Remote-Control’,
      // uncomment the following line to show the URL of the remote control on the mirror
      position: ‘bottom_left’,
      // you can hide this module afterwards from the remote control itself
      config: {
      customCommand: {}, // Optional, See “Using Custom Commands” below
      showModuleApiMenu: true, // Optional, Enable the Module Controls menu
      secureEndpoints: true, // Optional, See API/README.md
      // uncomment any of the lines below if you’re gonna use it
      // customMenu: “custom_menu.json”, // Optional, See “Custom Menu Items” below
      // apiKey: “b741bc26c4b044db9ff9b57b3666d2093”, // Optional, See API/README.md for details
      // classes: {} // Optional, See “Custom Classes” below
      }
      },

      posted in Troubleshooting
      C
      ccrichtx
    • 1 / 1