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

    Posts

    Recent Best Controversial
    • Another PIR sensor

      Hi all,

      At this moment I am using my MM as a wall decoration instead of a mirror, displaying images using MMM-wallpaper and various other modules. I Have connected a PIR sensor to my Pi, which works, but is currently disabled since I use Google Home to turn on/off the monitor.

      What I was thinking of is using the PIR sensor to show modules like weather forecast, nstreinen module etc. I Reckon this uses the “USER PRESENCE” notification. However, all PIR modules I look at are build to power off the monitor completely.

      Is anyone able to build a module for this, or maybe push me in the right direction?

      posted in Requests
      D
      DaVinki
    • RE: config.js help

      @sdetweil Solved.

      Did you know that the git command to download from git repositories is also case sensitive? :face_with_tears_of_joy:

      posted in Troubleshooting
      D
      DaVinki
    • RE: config.js help

      @sdetweil And there we have it. Just wondering. the server it is referring to, is that local server, or the server from which data is pulled from?

      0_1563894678728_screen2.png

      posted in Troubleshooting
      D
      DaVinki
    • RE: config.js help

      Just had a look at it, but I can’t find anything weird:

      0_1563894302168_screen.png

      posted in Troubleshooting
      D
      DaVinki
    • RE: config.js help

      @sdetweil Hi Sam,

      So, I am not going nuts, there is no issue in the code, but somewhere else. Is there any logging I can check?

      posted in Troubleshooting
      D
      DaVinki
    • RE: config.js help

      @dazza120 OK, I’ll wait and see what he can come up with. Thanks for your time and quick replies.

      posted in Troubleshooting
      D
      DaVinki
    • RE: config.js help

      @dazza120 I was just having another look at it, and moved it to top_right, since there are no modules running in that area at the moment. No success.
      I changed all quotation marks from single to double, like ‘top_left’ to “top_right” in the module, position and header lines, no success.
      Running “npm run config:check” gives no errors. Running “rpm start dev” gives no errors. Double checked all { and [ with their corresponding } and ] in a text editor.
      Checked if perhaps the module has any dependencies, which is not the case.
      I have this issue with several modules, no errors, but they just don’t show in MM itself.

      Is there perhaps some sort of logging which I can check?

      posted in Troubleshooting
      D
      DaVinki
    • RE: config.js help

      @dazza120 Hi,

      Thanks for the quick reply. I Tested this, but the result is the same.

      posted in Troubleshooting
      D
      DaVinki
    • config.js help

      Hey all.

      Another newbie her, but with some small coding experience. Could anyone please help me out? I Have tried to add several modules to config.js, and with some troubleshooting I was able to start MM without any errors. However, some modules won’t just show on MM. I Had a look at the { and }, and they all seem to add up.

      In below code, the MyCalendar works as should, but MyDutchWeather does not seem to load.

      		{
      			module: "clock",
      			position: "top_left"
      		},
      		{
      		module: "MMM-MyCalendar",
      		position: "top_left",	// This can be any of the regions. Best results in left or right regions.
      		config: {
      	colored: false,
      	timeformat: "HH:mm",
      	maximumNumberOfDays: 31,
      	calendars: [
      		{
      			url: 'https://calendar.google.com/calendar/ical/d.ics 
      			symbol: 'calendar',
      		},
      	],
      }
      	},
      
      {
        module: 'MMM-MyDutchWeather',
        position: 'top_left',
        header: 'My Dutch Weather',
        config: {
      	  latitude: 52.057499,			// Latitude of your city
      	  longitude: 4.49306,			// Longitude of your city
      	  apiKey: 9041487188,			// API Key - Get for free at http://weerlive.nl/api/toegang/index.php
      	  showIcons: true,			// Display Icons or Text
      	  showExtra: true,			// Display additional weather information
      	  maxWidth: "500px"			// Max width wrapper
        }
      },
      {
      
      posted in Troubleshooting
      D
      DaVinki
    • 1
    • 2
    • 2 / 2