A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • 0 Votes
    2 Posts
    1k Views
    Mykle1M
    @croberts3250 said in Location ID is not displaying the correct weather in the weather module. Why?: There are numerous location IDs for this area (for some reason). The weather the module is displaying is a couple of degrees off. Why is it not correct? What do I do? It likely means that there are numerous weather stations in that area and you can choose which one is the most accurate for you. The module itself can only display the data coming from the API. The module doesn’t verify that data, it merely reports it. What can you do? Choose another station ID that is more accurate for you. Try another weather module, there are several.
  • camera module

    2
    0 Votes
    2 Posts
    2k Views
    Mykle1M
    @Ninja11793 I don’t know if I can help you but maybe we can track down the issue by process of elimination. What Pi are you using? What version of MM are you using? What cam are you using? There’s a compatibility list online somewhere. Are you using the mic from the cam? Are there any errors in your terminal or console?
  • Problem MMM-syslog in Midori

    Solved midori syslog
    6
    0 Votes
    6 Posts
    4k Views
    A
    found the issue: if the module is set to “top_bar”, then it forces this error. “top_right” works fine.
  • Who can help me to find my PIR Sensor problem

    4
    1 Votes
    4 Posts
    2k Views
    B
    @hmoed No problem, glad you got it working.
  • MMM-PublicTransportDB

    2
    0 Votes
    2 Posts
    1k Views
    V
    Does somebody uses this module? Thanks
  • Alexa pi install, mic doenst work?

    Solved
    16
    0 Votes
    16 Posts
    9k Views
    shadeajS
    Hi, I am confused on a matter. I have everything in the Alexa service set up and running but I have to scream in the mic to actually hear Alexa say “Yes?”. Does anyone know how I could fix this other than using the alsamixer tool? I go to alsamixer, select my usb mic pnp device, go to capture, raise it to 100, then esc out. Please help me…
  • Cannot load remote control page

    Moved
    4
    0 Votes
    4 Posts
    4k Views
    Mykle1M
    @dimitriospafos said in Cannot load remote control page: Thanks it worked! Fantastic!
  • Auto-hide module when another un-hides?

    1
    0 Votes
    1 Posts
    1k Views
    pyrosmileyP
    I’m setting up a small screen displaying my currently scrobbling music, but as the Scrobbler module hides itself when nothing is playing, I thought it might be nice to show an image (my artist cloud generated by this wonderful tool for the curious). I have both modules working just fine separately, but it’d be dope if I could get the Scrobbler module to hide the Images Module when it wants to be active. This seems like something I should be able to so with the Remote Control/ModuleScheduler/Profile Switcher modules, but I just can’t quite figure it out.
  • remoteFile compliments

    2
    0 Votes
    2 Posts
    2k Views
    Mykle1M
    @austenzombie7 Your entry looks ok, aside from the missing closed curly bracket and comma }, that should appear at the end, after the last curly close bracket in your post above. One question, are you sure about that updateInterval: 1500,? That’s only 1.5 seconds before a new compliment will appear. The default fade speed for the module is 4 seconds, so your compliments are fading well before they even appear. Try updateInterval: 30000, - That’s 30 seconds
  • iFrame - Loading live TV not appearing

    4
    0 Votes
    4 Posts
    3k Views
    P
    yes, i corrected that, still i don’t see the frame or page !!!
  • Problem with Network Scanner

    2
    0 Votes
    2 Posts
    2k Views
    Mykle1M
    @yours.mukul There are a few other topics in the recent past about NetworkScanner. Use the forum search feature and see what you come up with. There is at least one work-around that helped some people
  • Problems with calendar module

    Unsolved
    1
    0 Votes
    1 Posts
    899 Views
    KalleK
    Hi ! Currently I am facing two problems with the calendar module. The number of entries isn’t limited, although I asked for max. 8 entries One google calendar isn’t shown, although there are 7 others that can be displayed. Is there anyone, who can tell me, what I did wrong ? The relevant parts of my config.js: { module: 'calendar', header: 'Kalender der Familie xxx', position: 'top_left', config: { getRelative: 0, timeFormat: 'absolute', dateFormat: 'ddd D.MMM HH:mm', fullDayEventDateFormat: 'ddd D.MMM', urgency: 3, fade: false, maximumEntries: 8, calendars: [ { // Kalle symbol: 'bicycle', url: 'webcal://calendar.google.com/calendar/ical/4q6xxxd3/basic.ics' } ,{ // Familie xxx
  • Live Stream

    1
    0 Votes
    1 Posts
    1k Views
    V
    Hello, with another RPI i have build a birdhouse (RPi Cam Control v6.2.31: mycam@PiBird). I want to share the live stream also on my magicmirror. Is there any module for this available? Thanks for your help Regards
  • Currentweather on stuck on loading in combination with MMM-Pages

    1
    0 Votes
    1 Posts
    933 Views
    H
    Re: currentWeather & weatherForecast “Loading…” Hi, i have the same problem with currentweather, If i put off the MMM-Pages it loads directly and with the pages off, it will be stuck on loading. Anyone a idea ?
  • Default Module: Calendar - maximumEntries

    1
    0 Votes
    1 Posts
    986 Views
    zdenekZ
    Hi all After update to latest version of MM i’ve problem with Default Module: Calendar. In config of the module I’ve maximumEntries: 15, and I’ve 2 calendars. These two calendars have no “maximumEntries” definition, so should be used the defeault one. Until now it works perfect - calendars were show “mixed” based on the date and the maximum was 15 entries. but now, there are 15 entries from the 1st calendar and 15 entries from 2nd calendar. How to get it works to show just 15 entries? thanks Zdeněk
  • Store weather data from the "Current Weather" module offline

    1
    0 Votes
    1 Posts
    791 Views
    J
    Hello everybody, I’m currently developing on my own Magic Mirror and I’m facing a small problem. Long story short, is it possible to store the weather data from the default weather module offline on the Raspi that, in case no internet connection is available, the local weather data is loaded and displayed? Because the mirror is used as a exhibit. Greetings Johannes
  • MMM-Wunderlist-Enhanced javascript error

    14
    0 Votes
    14 Posts
    6k Views
    G
    OK, that fixed all of the modules I was having trouble with, but getting Chromium to work right wasn’t easy. Chromium doesn’t like to be run as root (via startup script) you have to give it the flag: --no-sandbox Which doesn’t work, so instead you need to do this to run it as pi: su pi -c 'chromium-browser --kiosk --noerrdialogs http://localhost:8080 To launch it without toolbars or a window (fullscreen), you have to give it the flag: --kiosk I tried the -app switch, and it removes the toolbars but leaves the window, so --kiosk is the way to go. But this leaves an annoying warning about --no-sandbox not being supported, so you have to also add in: --noerrdialogs Chromium also does an annoying popup when the Pi is rebooted without properly closing Chromium: “Chromium was not shut down correctly”. (power cycle or sudo reboot in the terminal). So you can try to edit Chromium’s file before it launches to make it think it shut down OK: sed -i 's/"exited_cleanly": false/"exited_cleanly": true/' ~/.config/chromium/Default/Preferences Which doesn’t work because ~/ doesn’t work as expected when it’s a root-run startup script looking for a path in /home/pi/, so: sed -i 's/"exited_cleanly": false/"exited_cleanly": true/' /home/pi/.config/chromium/Default/Preferences Which didn’t work either, so I tried using some older documentation: su pi -c 'chromium-browser --start-fullscreen --disable-session-crashed-bubble --disable-infobars http://localhost:8080 Which also didn’t work. So… Then I realized I don’t really care about my browsing session data at all, so tried this: su pi -c 'chromium-browser --kiosk --incognito http://localhost:8080 And that works, every time. Even when the Pi is power cycled. Yikes. So the complete launch command of “midori-start.sh” (now modified for Chromium) is: #!/bin/sh unclutter & xset -dpms # disable DPMS (Energy Star) features. xset s off # disable screen saver xset s noblank # don’t blank the video device matchbox-window-manager & su pi -c 'chromium-browser --kiosk --incognito http://localhost:8080' This also gets rid of the balloon telling me that “I can search here with Google”, pointing to where the address bar should be when Pi opens Chrome for the first time. It only happens once, but nice to clear that out as well. The moral of the story here is: Don’t try to be fancy, just brute force the f@#$ing thing.
  • Problem with MMM-AlexaPI

    1
    0 Votes
    1 Posts
    980 Views
    tbbearT
    I also love this little module with the Alexa Voice but for my MM the size of the symbol is much toooo large. Anyone a hint how i can resize it?
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    6 Views
  • This topic is deleted!

    2
    0 Votes
    2 Posts
    11 Views