A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Public Transportation Module Munich, Germany

    Solved
    3
    0 Votes
    3 Posts
    2k Views
    thedoorsfanaticT
    Dear @Babene1 , thanks for your quick response. I use the same module and since the module is working for you I was wondering what else could be the error. And I have found a solution: the latest module I installed was MMM-GoogleMapsTraffic. I deactivated that module and now MMM-mvgmunich is working again. Vielen Dank!
  • MMM-Calendar not showing calendar

    Solved
    3
    0 Votes
    3 Posts
    3k Views
    C
    @sdetweil Solved, thank you so much! Using port 8080, and placing the CalDav exported files (.ics format) in the …MagicMirror/modules/… tree is the answer. (Still unsure why I can’t view the CalDav directly, but I run an hourly script to download the calendars, so no real issue.) I am VERY happy! :) Thanks again.
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    61 Views
  • Mirror not showing MMM-doomsDay module

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    R
    This one worked!! thanks, I’ve submitted my time zone in your other post
  • MMM-MyCommute doesn't show commute times

    Unsolved mmm-mycommute google api
    1
    0 Votes
    1 Posts
    1k Views
    D
    I’m new to this, and have been trying everything I can think of to get the MyCommute module working. Help! My Magic Mirror works fine and the MyCommute module shows up fine with little car and bike icons. But it won’t show any commute times. I’ve gone over the code again and again, and think it might be a problem with the way I set up the Google API. Is there a primer on how to set up the Google API? Yes, I installed the module in the MMM-MyCommute directory. I did get an API Key and linked it to a billing account. Here’s my config.js code: { module: “MMM-MyCommute”, header: “Commute times”, position: “top_left”, classes: ‘default everyone’, config: { apikey: ‘GOOGLE API KEY’, origin: ‘19118 address’, startTime: ‘00:00’, endTime: ‘23:59’, destinations: [ { destination: ‘19104 address’, label: ‘Drive to Work’, mode: ‘driving’ }, { destination: ‘19104’, label: ‘Bike to Work’, mode: ‘bicycling’ } ] } }
  • MMM-AssistantMK2 USB Mic

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    S
    I went through this tutorial and managed to use USB Mic: link text
  • MMM Globe - The Image Gallery has moved!

    Moved
    3
    0 Votes
    3 Posts
    1k Views
    C
    I’m looking for a nice view to Europe … this was possible with MMM Globe…
  • MMM-Hotword modules problem

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    B
    @yuyuyu - Please use the markdown features of the forum when posting code.
  • Monitor to sleep with RPI camera?

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    S
    @bhepler and I have a module MMM-SleepWake that uses Motion to enable motion detection and different styles of sleep.
  • MMM-GoogleMapsTraffic breaks MMM-KeyBindings

    Unsolved
    2
    0 Votes
    2 Posts
    2k Views
    R
    Hi Ralf I am using MMM-GoogleTraffic and not able to successfully load the map on my mirror. please let me know if you found a solution to your issue. Thanks ~R
  • This topic is deleted!

    Unsolved
    2
    0 Votes
    2 Posts
    20 Views
  • Newsfeed not displaying on MM

    Unsolved
    6
    0 Votes
    6 Posts
    3k Views
    B
    @redkittens - In general, you should not be modifying the module javascript files. newsfeed.js, clock.js, etc work pretty well and you just need to modify your config.js to configure the modules correctly. For example, you’re trying to modify the newsfeeds that are used by the newsfeed module, yes? Any configuration that you put in the config.js will override the defaults in the newsfeed.js module. You don’t need to overwrite the default values because the Magic Mirror framework will do it for you. If you need to add functionality to a module, then it’s a different story. But in my experience about 85% of what users need can be handled with careful editing of the config.js file.
  • PM2 install not working on Mac mini

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    StoffbeuteluweS
    Ok thanks
  • mmm Dad Jokes

    Unsolved
    13
    0 Votes
    13 Posts
    5k Views
    B
    @bokow - First, please go edit your post with the config.js content and add the three back-ticks before the first line of the code and after the last line. That’s the markdown feature I was talking about. Second, you will have to find the URL for your calendar in .ics format. Depending on what provider you are using, there will be different instructions on how to find it. A search for “export my calendar to ICS format” will get you pointed in the right direction.
  • snowboy moduls problem

    Unsolved
    2
    0 Votes
    2 Posts
    697 Views
    ?
    you might miss or fail something on installation of MMM-Hotword.
  • MMM-pihole-stats module

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    S
    “some module name” MUST match the name of the folder in mm/modules, and the name of the js file which implements the module operations
  • MMM-GooglePhotos fail

    Unsolved
    6
    0 Votes
    6 Posts
    1k Views
    N
    @sdetweil Node is v9. 11.2 Npm is 6.9.0
  • Error Installing MMM-Keybindings

    Solved
    10
    0 Votes
    10 Posts
    3k Views
    S
    @JcMarin nice debugging!!!.. thanks for the update… others will find this useful.
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    3 Views
  • [MMM-RadioDe] - does not autoplay

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    S
    @ruffneck2 i don’t know if this change will make it in. I just see that someone submitted the change to be considered.