A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Calendar: Some symbols not working

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    H
    Hi, You could also try the icon “futbol-o”. Have verified this in my own setup, seems to be working fine.
  • Problem with MMM-LocalTemperature using MMM-Lucy

    Moved
    6
    0 Votes
    6 Posts
    3k Views
    Mykle1M
    @johans If, as you say, you’ve made all the edits correctly, then it is still possible that the temperature module is conflicting in some way. I would try to troubleshoot if I could run that module. Try some things on your own if you feel comfortable doing so.
  • iFrame module cache clean

    Unsolved
    1
    0 Votes
    1 Posts
    757 Views
    R
    greetings, a lot of iFrame modules and it’s forks out there but a small question just arised, When viewing a web page using iframe where it’s cache being stored? I’ve actually used MMM-iframe module to view a memo notepad site and want to clean it’s cache, removing electron cache didn’t help…any help please
  • MMM-Remote-Control default to HIDE

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    J
    @axled Thanks, but Remote-Control has the same functionality. What I want is a “Hide” status by default. Regards.
  • alarm clock on/off

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    citizendevpiC
    @justjim1220 that deffinatly did not work for me
  • MMM-MyCommute not updating traffic times

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    K
    This is my code and it updates with traffic as expected. { module: 'MMM-MyCommute', position: 'top_left', header: 'Commute', classes: 'default everyone', config: { apikey: 'xxxxxxx', origin: 'xxxxxx', moderateTimeThreshold: '1.15', poorTimeThreshold: '1.3', showSummary: true, destinations: [ { destination: 'xxxxxxx', label: 'Work', mode: 'driving', alternatives: true, startTime: '05:00', endTime: '09:00', hideDays: [0,2,5,6], color: '#9b59b6', }, { destination: 'xxxxxx', label: 'xxxxxx', mode: 'driving', alternatives: true, startTime: '05:00', endTime: '10:00', hideDays: [0,1,2,3,4,6], color: '#33B5FF', }, { destination: 'xxxxxx', label: 'xxxxxxx', mode: 'driving', alternatives: true, startTime: '05:00', endTime: '10:00', hideDays: [0,1,2,3,4,5], color: '#9b59b6', }, ] } },
  • Evening starts too early

    Unsolved compliments start time
    1
    0 Votes
    1 Posts
    1k Views
    M
    Hi, Although I have set the afternoonEndTime to 18:00 (see below) the evening compliments start at 17:00. Anyone an idea what I’m doing wrong? Thanks, Hans. module: "compliments", position: "lower_third", config: { updateInterval: 3000, fadeSpeed: 1000, morningStartTime: 6, morningEndTime: 12, afternoonStartTime: 12, afternoonEndTime: 18, compliments: { morning: [
  • Darksky weather module not loading

    Unsolved
    18
    0 Votes
    18 Posts
    10k Views
    Mykle1M
    @kaviish That’s odd because I entered your original lat and lon and it fired right up for me. Glad you got it sorted. :thumbsup:
  • MMM-NFL Issues

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    D
    @strawberry-3-141 Just starting this very fun journey but you fixed it! Thank you very much and looking forward to finding out how I am actually messing up. Again thank you very much, have a good day!
  • MMM-Screencast

    2
    0 Votes
    2 Posts
    2k Views
    H
    Hi, I have the same problem using an USB soundcard. using the build-in speaker, the video plays flawlessly, switching to USB the video does not start. Did you find a solution?
  • MMM-AssistantMk2 how to enable voice activated

    Unsolved
    1
    0 Votes
    1 Posts
    817 Views
    S
    Sorry for noob Q… I have installed MMM-AssistantMk2 but I don´t understand what it takes to make it voice activated. The module works fine if I click on the speaker icon but if I try to wake it up with “Ok, Google”, nothing happens. I tested the mic separately and it seams to work fine. My preferred setting would be that it always listen for “Ok, Google”. Is MMM-hotword required for this? Appreciate some guideness, thanks. Side Q - is it possible to tell MMM-AssistantMk2 to play Spotiy, and also to play it on a group of speakers?
  • MMM-PIR-SENSOR and MMM-REMOTE-CONTROL screen off issue

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    A
    @Gooral I had a similar issue and found out, that MMM-PIR-Sensor and MMM-Remote-Control uses different commands for sleep/wakeup of monitor. MMM-Pir-Sensor: vcgencmd display_power 0 vcgencmd display_power 1 MMM-Remote-Control: tvservice -p tvservice -o In my case i was not able to wake up the screen by PIR when i send him to sleep by MMM-Remote-Control and the way back. Maybe this information helps. AxLED
  • MMM-PC-Stats

    Unsolved
    41
    0 Votes
    41 Posts
    23k Views
    Y
    @justjim1220 said in MMM-PC-Stats: @mykle1 Another question… How can be changed to show F°? Not really a big deal, mostly just curious… :upside-down_face: Just run sensors -f, at least this is working in debian, so I guess it should work in raspbian too Or, if you just want to convert Celcius to Fahrenheit, add some code to Mykles module like this temp = ((temp/5)*9)+32 ;) But then again, you could add a config option to toggle between Fahrenheit and Celsius and submit a pull request
  • MMM-PC-Stats issue...

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    Mykle1M
    And now the same screenshots from my dev machine [image: 1540426824298-screenshot-from-2018-10-24-19-54-44.png] [image: 1540426831410-screenshot-from-2018-10-24-19-56-10.png]
  • Problems with CurrentWeather, WeatherForecast working fine..

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    Mykle1M
    @haab You’re welcome, mate. Now edit your post to remove your API key. I’ve already done so in mine. You should keep those private
  • deinstall module?

    Solved
    3
    0 Votes
    3 Posts
    2k Views
    R
    @el97 said in deinstall module?: Remove the MMM-Remote-Control directory in the modules directory and that should be it. Thanks
  • MMM-RTSPStream Snapshot image resolution appears low, and blurry.

    Unsolved
    7
    0 Votes
    7 Posts
    3k Views
    P
    @sdetweil @shbatm Well it seems this is a bit beyond me at this point, I have a bit of a learning curve to get past if want to sort it out. Im more of a hardware guy. :-) At this point I’ve got an separate iframe MMM-module pulling the cam image and the omx player overlay covers it when called. not the best solution but it’s within my skill set. thank you all for your input.
  • Netatmo Module - How to change the design

    Unsolved
    1
    1 Votes
    1 Posts
    848 Views
    G
    Hello, I would love to change the design of netatmo module. The only problems is : i have no idea where to start :( I would like to have a design like the weatherforcast (column) with each line is the name of a netatmo module. Could someone just explain to me how it could work so i can try to do it? I am a beginner :( Thanks a lot Galm
  • MMM-SunRiseSet Suddenly not displaying image

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    Mykle1M
    @striiker said in MMM-SunRiseSet Suddenly not displaying image: Never mind. The images suddenly started loading. That’s very odd. I fixed it “Magically” :-) It is somewhat likely that the data the module is fetching was unavailable for a while. I’m glad it is working for you once again. You’re using two instances? That makes me twice as happy. I hope you’re enjoying it. :thumbsup:
  • how to pull new element added to an array?

    Solved
    57
    0 Votes
    57 Posts
    28k Views
    justjim1220J
    I think I have it done! Repository updated. Put on list in 3rd Party Modules page MMM-NewsFeedTicker Now, If only I can remember how to make those gh-cards!!! LMAO!!! Thanks Everyone who helped me with this!!!