A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • module hide

    1
    0 Votes
    1 Posts
    1k Views
    A
    I am using a voice command module. (@MMM-Assistant) I want it to bring the module and disappear in a few seconds. Do you have scripts to load or hide modules?
  • Newsfeed not loading on display properly

    6
    0 Votes
    6 Posts
    3k Views
    Mykle1M
    @homebrew Great! :-)
  • Module displaying over another

    3
    0 Votes
    3 Posts
    3k Views
    B
    add to custom.css .region.top.left { z-index: 2; } .region.top.right { z-index: 2; } this will force the top left and right region modules to be placed 1 “layer” above the others
  • Daytime vs Night Time Mirror

    4
    1
    0 Votes
    4 Posts
    3k Views
    C
    @strawberry-3.141 Thanks for the help. Got it working. Spent 5 hours yesterday figuring word names, spacing, periods in names, etc. Learned a lot. Now I just need to determine what a good dark bedroom color is for my nighttime mode. The red I tried last night was super bright. Again thanks to all that helped. Carltonb
  • MMM-GoogleMapsTraffic, Sorry! Something went wrong and I don't know what

    Moved Solved
    4
    0 Votes
    4 Posts
    2k Views
    Y
    It doesn’t matter which module is mentioned at which point in config. Each module has one entry with all config options you require. You can add it to the config several times, but then you have multiple instances of this module.
  • MMM-PublicTransportDB

    6
    0 Votes
    6 Posts
    4k Views
    K
    Are u still working on an offline List for Staton IDs?
  • MMM-UkNationalRail - stops updating on mirror

    26
    0 Votes
    26 Posts
    18k Views
    nwoottonN
    @randomnoise Glad you got the answer from Transport API. I had a quick look at the code, but not having a Pi/Mirror available to run soak tests I’ve not been able to fully test it. I’ll drop the edits. N
  • MMM-Buttons calling MMM-Remote config help

    Unsolved
    2
    0 Votes
    2 Posts
    2k Views
    G
    I was thinking that MMM-Remote-Control was sending the notification, hence the confusion. Cleaned the config up to look like this: {module: 'MMM-Buttons', config: { buttons: [ { pin: 32, name: "monitor_control", longPress: { notification: "REMOTE_ACTION", payload: {"action": "HIDE", "module": "module_1_clock"} }, shortPress: { notification: "REMOTE_ACTION", payload: {"action": "SHOW", "module": "module_1_clock"} } } ] }},`` Can I add another payload from the same action i.e. hide clock & calendar? Not had any success with that so far, can somebody give me a pointer to the syntax. Ta.
  • Modifying MMM-mqtt.....

    6
    0 Votes
    6 Posts
    4k Views
    M
    To bad :(
  • Problem with repeating events in default calendar module

    6
    1 Votes
    6 Posts
    4k Views
    J
    Did anyone get a resolution to this? I am having the same issue, I have a repeating calendar event that shows up fine, but when I change one item in the series it does not show up.
  • Raspi turns HDMI after 10 minutes off

    3
    0 Votes
    3 Posts
    2k Views
    M
    Hi cowboysdude, thanks for the hint. After trying (without success) it shows me the way to this autostart: /home/pi/.config/lxsession/LXDE-pi/autostart Where i have to do the same. I got the infos from here: http://www.small-blog.de/raspberry-pi-bildschirmschoner-ausschalten/ Now it works. Thanks
  • module email

    7
    0 Votes
    7 Posts
    4k Views
    cirdanC
    @rezocharly by default it shows unseen emails. Just checking there are unseen emails in the root of the inbox you are showing? It helped me to write a little email program based on the code example of mscdex . Put it e.g in em.js in email folder and run it with node em.js If you add debug: console.log, to the imap config section in the em.js, you get a good overview of what is happening.
  • no helpers found for currentweather and weather forecast

    3
    0 Votes
    3 Posts
    3k Views
    O
    @yawns Thanks a lot.
  • Help regarding Alert module

    Moved
    1
    0 Votes
    1 Posts
    1k Views
    Y
    Can I parse more than one url for Alert module? And how to iterate data to Alert module using loop? For e.g. I have a python script which fetches the data over loop, and I want to print the data on my magic mirror, how to do it? P.S. The data contains image urls as well.
  • Show notification on the MagicMirror

    11
    0 Votes
    11 Posts
    9k Views
    A
    @strawberry-3.141 well didn’t knew that… how do I get the dev console in electron? For installation I have the RPI sitting on my desktop and access it from my normal pc. But I think I can also run it on the rpi using vnc. @Mykle1 the mirror itself is working fine. It’s only the alarm module making all black on alert. I have not changed anything else, it is a fresh installation of jessie.
  • MagicMirror not working anymore

    9
    0 Votes
    9 Posts
    5k Views
    Mykle1M
    @AnduriI Uhh . . .
  • MMM-Remote-Control to hide module

    3
    0 Votes
    3 Posts
    3k Views
    Mykle1M
    @jasondreher About halfway down the page. I’m trying to work this out myself. Hide and Show
  • Module to display a local list?

    8
    0 Votes
    8 Posts
    5k Views
    J
    Darn it, I was changing the update time in the module but not the config. It works now, thanks for all your help, this is a fantastic module!!!
  • Newbie question on updates

    12
    0 Votes
    12 Posts
    9k Views
    Mykle1M
    @ChrisEW said in Newbie question on updates: Thanks very much You’re welcome. So, in the future, ask a question in a topic before you go changing anything in the module files. :-)
  • [MMM-iFrameReload]: iFrame won't load

    Solved iframe
    10
    0 Votes
    10 Posts
    9k Views
    C
    Hello, Sorry for my english. I’m using MagicMirror with different module. here my configuration : { module: “MMM-pages”, disabled: false, config: { modules: [[ ‘MMM-WunderGround’ ], [ “calendar”, “calendar_monthly” ], [ “MMM-GoogleMapsTraffic” , “MMM-MyCommute” ], [ “MMM-iFrameReload” ]], // 3 webcam live on youtube excludes: [ “clock” , “newsfeed” , “MMM-page-indicator” ], rotationTime: 25000, } }, but i have some problems after time because MagicMirror stop to refresh (stop to a page). Maybe cause i have 3 webcam video to see. i changed memory GPU to 16 to allowed more place to video. It’s better but same problems after time. So, i would like,with help, to see one video in page 4 (to reduce memory) and refresh iframe all 10 seconds. The module iFrame was better for my configuration but it doesn’t work. I’m noob and it’s my first investigation with raspberry pi3. Thanks for an idea to adapte my configuration or increase memory. (and sorry for english) ;)