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

    Posts

    Recent Best Controversial
    • RE: Anyone fancy doing a fulscreeen month calendar?

      Is this module or maybe this module? close or similar to what you have in mind? You can make both of these modules fullscreen by using the fullscreen_above or fullscreen_below position.
      If you have any more questions let me know :slightly_smiling_face:

      P.s. You don’t have to reinvent the wheel :winking_face:

      posted in Custom CSS
      G
      ganget
    • RE: Total rookie, got it "running" but need help

      @motdog If you could post your config file without the secret’s in it. Secrets being api keys and other sensitive information I can help you further.

      If you enclose your code with ``` it will be more readable.

      //your code here
      

      Answers for your questions
      To install de dependecies for MMM-DarkSkyForecast, you will need to use the command prompt (can be found in the start menu). You can use this info to navigate to the right folder being MMM-DarkSkyForecast. When you are in the right folder use the command npm install to install all the dependecies.

      Latitude and longitude can be found on here

      Good luck and if you have any more questions ask!

      greetings Ganget

      posted in Troubleshooting
      G
      ganget
    • RE: MMM-MovieInfo

      @stuartiannaylor I can only find the command

      npm install --production
      

      in the install documentation of npm. The next quote from there website will explain what it does.

      “With the --production flag (or when the NODE_ENV environment variable is set to production), npm will not install modules listed in devDependencies.”

      Hope this will answer your question.

      posted in General Discussion
      G
      ganget
    • RE: MM2 my first try

      @seramik You can find the problem inside the modules by using the Developer tools. Acces this by using the shortcut ctrl + shift + i. When you have the developer tools open you can inspect elements and figure out errors by reading the console log and or relevant code for the element. There is so much more information there though :winking_face:

      This really important tool will help you so much with fixing problems inside your MagicMirror. What also will help you is this forum and knowledge you gather. Good luck with figuring out your 2 problems! If you have more questions do ask!

      posted in Troubleshooting
      G
      ganget
    • RE: MM2 my first try

      @seramik a good question with way too less info to give a good answer. maybe this install guide can help you further!

      posted in Troubleshooting
      G
      ganget
    • RE: How to start

      There is a really nice installation guide from @KirAsh4 that will tell you every thing you need to know!

      posted in Tutorials
      G
      ganget
    • RE: MMM-Uber and MMM-Lyft

      Maybe the developer tools can help you?
      You can acces the developer tools in your MagicMirror by pressing the shortcut ctrl+shift+i. Here is some more info on those shortcuts.
      With the developer tools you can do allot of things! Maybe in this situation you can check if you are recieving data from the api?

      Another thing you can do is look into the code of the modules so you can try to understand what triggers the checking status… Which criteria needs to be met to display this message?

      posted in Troubleshooting
      G
      ganget
    • RE: some modules are not showing on screen

      @stephen You can start MM with developer mode. This can be done by using the cmd shell inside the MagicMirror folder and run the following command:

      npm start dev
      

      or when you’re MM is already running use the shortcut ctrl+shift+I. This article from @Mykle1 gives you all the info you need.

      All of this can be done will using VNC. (I use VNC as well :smiling_face_with_smiling_eyes: )

      Good luck!

      posted in Troubleshooting
      G
      ganget
    • RE: Default Calendar module // request to show events only if start date > today + 2 days

      No you did not miss anything in my code i just misinterpreted your question. Sorry for that here is another idea that could work. Maybe the continue statement will help you to skip the 2 first entries of the calendar. You will need to change the module code for that to work.

      posted in Development
      G
      ganget
    • RE: Default Calendar module // request to show events only if start date > today + 2 days

      you can try to use this

      			config: {
      				fetchInterval: 60000,
      				maximumEntries: 15, // you can also change this to 2 to have the first 2 entries only
      				maximumNumberOfDays: 365, //change this to 2 it should limit the max number of days in the future to 2
      				animationSpeed: 0,
      				fadePoint: 3,
      				timeFormat: 'absolute',
      				dateformat: 'dddd Do MMM',
      				urgency: 3,
      				calendars:
      

      Let me know if it works out

      posted in Development
      G
      ganget
    • 1
    • 2
    • 3
    • 4
    • 5
    • 2 / 5