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

    davidkmcw

    @davidkmcw

    0
    Reputation
    137
    Profile views
    11
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    davidkmcw Unfollow Follow

    Latest posts made by davidkmcw

    • RE: API issues using MMM-MyCommute

      The example show here, seems to work… any idea what I’m missing…?

      https://www.w3resource.com/API/google-maps/google-maps-class-propertes-controls.php

      posted in Troubleshooting
      D
      davidkmcw
    • API issues using MMM-MyCommute

      I signed up for my Google API and it seemed to go as planned, but to be honest I really can’t be sure as I don’t really know how to test it. All I know is that each ‘commute line’ shows the destination and ‘error’. when I look in the ‘MagicMirror-out.log’, I see the following;

      MMM-MyCommute: This API project is not authorized to use this API.
      MMM-MyCommute: This API project is not authorized to use this API.
      MMM-MyCommute: This API project is not authorized to use this API.
      MMM-MyCommute: This API project is not authorized to use this API.
      

      Note, there are four potential commutes defined.

      posted in Troubleshooting
      D
      davidkmcw
    • RE: Adjust border size

      @Fozi Thank you

      posted in Troubleshooting
      D
      davidkmcw
    • Adjust border size

      I have managed to acquire a 1600x900 monitor for my first project which is ambling along. However, with such a low res monitor, screen real estate is at a premium and to that end I was wondering if there was some way of adjusting the blank borders around the outside of the display?

      posted in Troubleshooting
      D
      davidkmcw
    • Was working fine, now just a blank screen

      I was making minor edits, adding modules and check all along the way, no idea what happened but now just getting a blank screen, config passes check passes;

      pi@magicmirror:~/MagicMirror $ npm run config:check
      
      > magicmirror@2.9.0 config:check /home/pi/MagicMirror
      > node tests/configs/check_config.js
      
      Checking file...  /home/pi/MagicMirror/config/config.js
      Your configuration file doesn't contain syntax errors :)
      

      MagicMirror-out.log file is curious;

      > magicmirror@2.9.0 start /home/pi/MagicMirror
      > sh run-start.sh
      
      Starting MagicMirror: v2.9.0
      Loading config ...
      Loading module helpers ...
      No helper found for module: alert.
      Loading module helpers ...
      No helper found for module: alert.
      Whoops! There was an uncaught exception...
      MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
      If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
      Launching application.
      

      Machine can definitely access the internet. The error file is obviously large, but this looks relevant, however now I am lost.

      (process:1118): Gtk-WARNING **: 20:41:00.584: Locale not supported by C library.
      	Using the fallback 'C' locale.
      WARNING! Could not load config file. Starting with default configuration. Error found: Error: Cannot find module 'node_helper'
      App threw an error during load
      Error: Cannot find module 'node_helper'
      
      posted in Troubleshooting
      D
      davidkmcw
    • RE: MMM-MyCommute - installation error

      @sdetweil Thanks

      posted in Troubleshooting
      D
      davidkmcw
    • MMM-MyCommute - installation error

      Any idea what is going on with the installation here…?

      pi@magicmirror:~/home/pi/MagicMirror/modules/MMM-MyCommute $ npm install
      npm WARN deprecated time-grunt@2.0.0: Deprecated because Grunt is practically unmaintained. Move on to something better. This package will continue to work with Grunt v1, but it will not receive any updates.
      
      > pre-commit@1.2.2 install /home/pi/MagicMirror/modules/MMM-MyCommute/node_modules/pre-commit
      > node install.js
      
      
      > spawn-sync@1.0.15 postinstall /home/pi/MagicMirror/modules/MMM-MyCommute/node_modules/spawn-sync
      > node postinstall
      
      npm WARN grunt-stylelint@0.12.0 requires a peer of stylelint@^11.0.0 but none is installed. You must install peer dependencies yourself.
      npm WARN stylelint-config-standard@19.0.0 requires a peer of stylelint@>=10.1.0 but none is installed. You must install peer dependencies yourself.
      npm WARN stylelint-config-recommended@3.0.0 requires a peer of stylelint@>=10.1.0 but none is installed. You must install peer dependencies yourself.
      
      added 576 packages from 394 contributors and audited 2959 packages in 154.144s
      
      posted in Troubleshooting
      D
      davidkmcw
    • A module to show merged holidays from multiple countries

      We are a multinational family, we live in the US, I’m from the UK & my wife is from New Zealand. I’d love to see a module that basically shows a merged list of upcoming national holiday, and maybe shows which nation it is pertinent to, maybe it even exists already, I really very new to this.
      Thanks, David

      posted in Requests
      D
      davidkmcw
    • RE: Initial install onto headless Pi3+

      @sdetweil I’ll give a shot, thanks

      posted in Troubleshooting
      D
      davidkmcw
    • RE: Initial install onto headless Pi3+

      @sdetweil How would I do that?

      posted in Troubleshooting
      D
      davidkmcw