A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Delay a module from loading?

    7
    0 Votes
    7 Posts
    4k Views
    strawberry 3.141S
    @Advokaten Module.register("iFrame",{ // Default module config. defaults: { height:"300px", width:"100%" }, start: function(){ setTimeout(() => {this.delayLoad = true; this.updateDom();}, 2 * 60 * 1000); }, // Override dom generator. getDom: function() { var iframe = document.createElement("IFRAME"); if(this.delayLoad){ iframe.style = "border:0"; iframe.width = this.config.width; iframe.height = this.config.height; iframe.src = this.config.url; } return iframe; } });
  • RSS/Newsfeed with rows like calendar?

    4
    0 Votes
    4 Posts
    2k Views
    D
    As broberg pointed out, i want multiple tiles at once. Like the calendar shows. Sorry if i where unclear.
  • MMM-Wunderground clock

    4
    0 Votes
    4 Posts
    2k Views
    Mykle1M
    @haskellj said in MMM-Wunderground clock: You are right, stupid mistake. Thanks! You’re welcome. We’ve all been there. I certainly have been. :thumbsup_tone2:
  • 0 Votes
    1 Posts
    940 Views
    R
    I have both modules installed. MMM-TouchPlayerBasic and MMM-Podcast. Everything works perfectly. Now I would like to use MMM podcast via touchscreen without button. I have added a picture and the scriptfile to MMM-TouchPlayerBasic. the script (ard.sh): sudo omxplayer --vol -3000 /home/pi/MagicMirror/modules/MMM-Podcast/video.mp4 Then made executable: chmod +x /home/pi/MagicMirror/modules/MMM-TouchPlayerBasic/scriptfiles/ard.sh Restart rpi. When I press the touchbutton nothing happens. The MMM-TouchPlayerBasic ( each radiostation) himself is still working perfekt, If I write the same command in the cmd window via ssh the “Tagesschau” video is running, overlapping the MM, with sound, everything perfekt. Why it does not work in the module? Maybe it has something to do with the permission rights? Many thanks already in advance for your help.
  • Default Calendar - iCloud Calendar description

    1
    1
    0 Votes
    1 Posts
    2k Views
    A
    Hello, I’m wondering if there’s a way to load calendar description from iCloud into the calendar module, or if there’s a ‘better’ module for achieving this. What I have: “Work - In 3 days” What I put into my calendar: “Work - RandomCompany - In 3 days” [image: 1489237762455-icloud-calendar.png] I’d like the description to be put in between the title and the time/date. How do I load the description? Thanks!
  • Overlapping modules?

    3
    0 Votes
    3 Posts
    2k Views
    M
    @broberg That worked, thanks!
  • MMM-traffic - used 12 hour to get it work but can not....

    6
    0 Votes
    6 Posts
    3k Views
    strawberry 3.141S
    @ironman_DK problem solved. Somehow he modified the module directory name to lowercase and the system couldn’t find the module.
  • Layout problem

    9
    0 Votes
    9 Posts
    6k Views
    FlatPepsiF
    You might find this useful, I thought it was awesome when I saw it: https://forum.magicmirror.builders/topic/286/regions top_bar and bottom_bar are light gray top_left and bottom_left are red top_center and bottom_center are blue top_right and bottom_right are green upper_third is yellow middle_center is cyan lower_third is magenta All these regions will resize as needed. [image: 1488134230711-regions.png]
  • Problem with ip whitelist

    13
    0 Votes
    13 Posts
    8k Views
    Mykle1M
    @roramirez said in Problem with ip whitelist: In a future it should be by default. Good idea! BTW, you all do an excellent job here and I am very grateful. Thank you. :thumbsup_tone1:
  • MMM-WunderGround - Display hourly only?

    11
    0 Votes
    11 Posts
    9k Views
    C
    @strawberry-3.141 lol… I changed it after posting and forgot about it. Sorry for that. It works perfectly now :)
  • MMM-Fuel shorten text

    6
    0 Votes
    6 Posts
    3k Views
    S
    Hi, have another issue with the shortenText functionality. When I use it, the address is max shorter(in px) then the name of the gas station. That’s a little bit anoying if more then one station is shown from the big companies and I can’t see the complete address, even if there is still enough place. Any idea, how I can change it? In the custom.css for example.
  • MMM-Remote-Control on LINUX box (NOT RPi)

    Unsolved
    5
    0 Votes
    5 Posts
    3k Views
    A
    @Jopyth It would probably help if I installed it into MODULES instead of into the ROOT directory (as a matter of fact, it helped a LOT!) DUH. Sorry to have wasted your time. My bad :8ball:
  • MMM-PIR-Sensor off delay

    6
    0 Votes
    6 Posts
    3k Views
    S
    on this site is the git clone command false: MMM-PIR the correct clone command is: git clone https://github.com/**Patrick-Remy**/MMM-PIR-Sensor.git
  • MMM-Wunderlist add / MM won't start

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    S
    you the best! Thank you! it runs, Made my Day!!
  • Jenkins RSS feed

    15
    0 Votes
    15 Posts
    14k Views
    B
    I can confirm now my problem came from proxy configuration, module just didn’t handle error response which was not feed formatted.
  • MMM-Traffic

    3
    0 Votes
    3 Posts
    2k Views
    M
    Yes that was it, thanks. I’d set false and forgotten it.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
  • MMM-NFL

    19
    2
    0 Votes
    19 Posts
    10k Views
    Mykle1M
    @strawberry-3-141 I added MMM-Soccer to the laptop. Very nice! Voice working! I also added several sports newsfeeds to keep the sports theme of the machine. My son-in-law is going to love this
  • Does anyone know how to make the iFrame module refresh periodically?

    Solved
    28
    0 Votes
    28 Posts
    21k Views
    foxF
    created new thread because this one is solved with the original issue
  • MMM-PIR-Sensor - White Screen

    90
    0 Votes
    90 Posts
    133k Views
    C
    @Medo Solved it for me, thanks!