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

    Posts

    Recent Best Controversial
    • RE: How to run two instances of one module?

      @sdetweil

      Hi, the same happens to me with https://github.com/lavolp3/MMM-DailyDilbert module. I’ve tried to use two instances of the same module, one with Dilbert, and another with Garfield comic. For that, I’ve git cloned one time the module, change name to MMM-DailyDilbert_Dilbert, git clone again and rename MMM-DailyDilbert_Garfield. Added two tricky-modules to config.js, each one with its own configuration, but doesn’t work, does not show any module or just show only one…

      posted in Troubleshooting
      qu1queQ
      qu1que
    • RE: DailyDilbert

      @lavolp3

      Now it fits perfectly!!

      I’ve just have to make git pull inside the module folder. There’s no need to do npm install

      0_1566039990068_mirror_dilbert.png

      Another question, I see that your module is not in the 3rd Party Modules of MM project

      https://github.com/MichMich/MagicMirror/wiki/3rd-party-modules

      It would be a good idea to include it.

      Thanks for your work!!

      posted in Requests
      qu1queQ
      qu1que
    • RE: New project in mind

      @Betialai

      I suppose you must change the slideInterval parameter on the module config.

      By default it’s configured to change every 5 minutes:

      slideInterval 	5 * 60 * 1000
      

      If you change that value for this one:

      slideInterval 	10080 * 60 * 1000
      

      It must be change every 7 days.

      7 x 24 = 168 hours a week.
      168 x 60 = 10080 minutes a week.

      Hope it helps

      posted in General Discussion
      qu1queQ
      qu1que
    • RE: DailyDilbert

      Hi, I’ve just installed MMM-ComicStrips module, everything worked fine, but only one thing I can’t solve, is the width of the comic. I’ve tried to change the comicWidth value on config.js from 500 to 300 but no result.

      Before that, I’d tried MMM-DailyDilbert module, and editing custom.css as @lavolp3 said on another post, but same result.

      This is how it shows the comic Dilbert on my mirror:

      0_1565909031282_Captura de pantalla de 2019-08-16 00-40-43.png

      Any idea on how to solve it?

      posted in Requests
      qu1queQ
      qu1que
    • RE: New project in mind

      @Betialai

      Take a look at this module:

      https://github.com/kolbyjack/MMM-Wallpaper

      I think what you propose already exists

      posted in General Discussion
      qu1queQ
      qu1que
    • RE: Installing on a Pi Zero

      @InfiProj

      Did u mean that instead of simply “npm install” ?

      I’ll try on next update

      posted in Troubleshooting
      qu1queQ
      qu1que
    • RE: MM on a secondary display

      Hi, first of all, how is the 7" screen connected to the raspberry? is connected to the HDMI port? And your monitor? I think you can choose which monitor to use on /boot/config.txt file.

      Look here, maybe it helps: https://www.raspberrypi.org/documentation/configuration/config-txt/video.md

      If your 7" screen is connected with a flat wire to the raspberry, and your monitor with HDMI, I think you can choose wich screen to use on the config.txt too.

      posted in Troubleshooting
      qu1queQ
      qu1que
    • RE: nodejs Warnings on recent Stretch-Buster update

      Finally I’ve found the solution looking at the forum:

      sudo npm install npm@latest -g

      posted in Troubleshooting
      qu1queQ
      qu1que
    • nodejs Warnings on recent Stretch-Buster update

      Hi all,

      Recently I’ve updated my raspbian stretch to raspbian buster on the Raspberry Pi 3 where I have installed MM (v. 2.8.0). Everything goes well, except for one thing. When I launch the following commands (on a bash script):

      #!/bin/bash
      cd ~/MagicMirror
      npm start

      The mirror starts well, but I get these warnings:

      
      npm WARN npm npm does not support Node.js v10.15.2
      npm WARN npm You should probably upgrade to a newer version of node as we
      npm WARN npm can't make any promises that npm will work with this version.
      npm WARN npm Supported releases of Node.js are the latest release of 4, 6, 7, 8, 9.
      npm WARN npm You can find the latest version at https://nodejs.org/
      

      After MM starts, some modules are not showed, and I think maybe is for that reason.

      How could I solve this?
      Thanks in advance!

      posted in Troubleshooting
      qu1queQ
      qu1que
    • RE: Can't upgrade MM 2.7.0 on Raspberry Pi Zero W

      Again the same problem when updating to 2.8.0 version

      posted in Troubleshooting
      qu1queQ
      qu1que
    • 1
    • 2
    • 5
    • 6
    • 7
    • 8
    • 9
    • 12
    • 13
    • 7 / 13