MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. maddmurph
    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 8
    • Groups 0

    maddmurph

    @maddmurph

    2
    Reputation
    70
    Profile views
    8
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    maddmurph Unfollow Follow

    Best posts made by maddmurph

    • RE: Mirror goes to black after adding MMM-CalendarWeek

      @sdetweil looks like I had https set to True and that was causing an issue in addition to the other installs needed.

      Thanks for your help!

      posted in Troubleshooting
      M
      maddmurph
    • RE: Trying to modify dimensions of module MMM-RAIN-RADAR

      @BD0G ahhhh I put it in the body brackets. I’ll try outside of them. Thanks!

      posted in Development
      M
      maddmurph

    Latest posts made by maddmurph

    • MMM-Dropboxwallpaper not showing pictures

      I had MMM-DropboxWallpaper working and showing pictures for a bit. Then it stopped rotating through the pictures. Now it’s not showing up at all.

      This is the error I’m getting

      [20.08.2021 08:15.28.623] [LOG]   Launching application.
      [20.08.2021 08:15.28.049] [LOG]   Connecting socket for: MMM-DropboxWallpaper
      [20.08.2021 08:15.28.052] [LOG]   Sockets connected & modules started ...
      [20.08.2021 08:15.28.538] [ERROR] Whoops! There was an uncaught exception...
      [20.08.2021 08:15.28.556] [ERROR] Error: listen EADDRINUSE: address already in use 127.0.0.1:8080
          at Server.setupListenHandle [as _listen2] (net.js:1313:16)
          at listenInCluster (net.js:1361:12)
          at GetAddrInfoReqWrap.doListen [as callback] (net.js:1498:7)
          at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:68:8) {
        code: 'EADDRINUSE',
        errno: 'EADDRINUSE',
        syscall: 'listen',
        address: '127.0.0.1',
        port: 8080
      
      

      I have no idea what that’s tell me. Any help would be appreciated.

      posted in Troubleshooting
      M
      maddmurph
    • RE: Mirror goes to black after adding MMM-CalendarWeek

      @sdetweil looks like I had https set to True and that was causing an issue in addition to the other installs needed.

      Thanks for your help!

      posted in Troubleshooting
      M
      maddmurph
    • RE: Mirror goes to black after adding MMM-CalendarWeek

      @djboob66 Weird, it’s right in the config.js on the mirror. Good catch though.

      posted in Troubleshooting
      M
      maddmurph
    • RE: Mirror goes to black after adding MMM-CalendarWeek

      @sdetweil
      I did that and now nothing works. I get this error

      [08.08.2021 19:02.42.973] [ERROR] WARNING! Could not find config file. Please create one. Starting with default configuration.
      [08.08.2021 19:02.42.976] [LOG]   Loading module helpers ...
      [08.08.2021 19:02.42.977] [LOG]   No helper found for module: alert.
      [08.08.2021 19:02.42.979] [LOG]   Initializing new module helper ...
      [08.08.2021 19:02.42.980] [LOG]   Module helper loaded: updatenotification
      [08.08.2021 19:02.42.982] [LOG]   No helper found for module: clock.
      [08.08.2021 19:02.42.985] [LOG]   No helper found for module: weather.
      [08.08.2021 19:02.42.987] [LOG]   All module helpers loaded.
      [08.08.2021 19:02.42.989] [ERROR] App threw an error during load
      [08.08.2021 19:02.42.992] [ERROR] Error: ENOENT: no such file or directory, open
          at Object.openSync (fs.js:466:3)
      
      

      Tried running npm install ENOENT but that’s apparently not a thing.

      posted in Troubleshooting
      M
      maddmurph
    • RE: Mirror goes to black after adding MMM-CalendarWeek

      @sdetweil

      [08.08.2021 15:39.45.829] [ERROR] WARNING! Could not load config file. Starting with default configuration. Error found: Error: Cannot find module 'valid-url'
      Require stack:
      - /home/pi/MagicMirror/modules/MMM-CalendarWeek/node_helper.js
      - /home/pi/MagicMirror/js/app.js
      - /home/pi/MagicMirror/js/electron.js
      - /home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.js
      
      

      So I’m guessing this means the url isn’t valid, but I copied the secret .ical address right from google. What am I missing?

      posted in Troubleshooting
      M
      maddmurph
    • Mirror goes to black after adding MMM-CalendarWeek

      I was having a ton of issues with my Mirror, so I deleted everything and started over. In the default mode it works fine. I have the clock and the weather.

      Now I have installed MMM-CalendarWeek (git cloned, npm install, etc) and the screen goes to black. npm run config:check doesn’t show any errors but it’s still not working.

      {
                              module: "MMM-CalendarWeek",
                              position: "lower_third",
                              config: {
                                      calendars:[
                                              {
                                              url: "https://calendar.google.com/calendar/ical/secretGooglecode"
                                              }
                                              ]
                                      }
                      },
      
      

      Any help would be appreciated.

      posted in Troubleshooting
      M
      maddmurph
    • RE: Trying to modify dimensions of module MMM-RAIN-RADAR

      @BD0G ahhhh I put it in the body brackets. I’ll try outside of them. Thanks!

      posted in Development
      M
      maddmurph
    • RE: Trying to modify dimensions of module MMM-RAIN-RADAR

      @broberg said in Trying to modify dimensions of module MMM-RAIN-RADAR:

      .MMM-RAIN-RADAR .iframe {width: 300px; height: 300px}

      How do you add that to the custom css?

      posted in Development
      M
      maddmurph