A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Google calender no events shown

    Solved calendar google calendar modules
    37
    0 Votes
    37 Posts
    17k Views
    S
    @Seregeth yes, that module cheats by using Google apis. lol the default calendar module only processes generic ics data
  • MMM-DarkSkyForecast

    Solved
    4
    0 Votes
    4 Posts
    724 Views
    swvalentiS
    https://github.com/jclarke0000/MMM-OpenWeatherForecast
  • DarkSkyForecast / PirateSkyForecast help

    Solved
    6
    0 Votes
    6 Posts
    1k Views
    I
    @swvalenti oh! To my computer… Thanks!
  • 0 Votes
    28 Posts
    11k Views
    S
    @sdetweil I don´t know what i have done other than bevore, but i insert the command lines bevor another module, now it starts without errors
  • Weekly recurring calendar events off by 1 day

    Unsolved troubleshoot calendar
    8
    0 Votes
    8 Posts
    1k Views
    S
    @akriegshauser no sorry, been swamped with other stuff
  • MMM-eswordoftheday prevents MM from launching

    Solved
    7
    0 Votes
    7 Posts
    476 Views
    N
    @BerkSmash1984 Yessir, thank you for posting here! This fixed my issue as well. @sdetweil Thank you for the clarification! I really appreciate your help and this community!
  • MMM-germanwordclock not working?

    Unsolved
    1
    0 Votes
    1 Posts
    181 Views
    T
    Re: MMM-germanwordclock not working? The post is 2.5years old but I have the same issue. Is there a solution meanwhile?
  • PIR problem

    Unsolved
    19
    0 Votes
    19 Posts
    5k Views
    T
    @N6NG and @sdetweil Hi All, Passing along some info as I was also having problems with my ASUS VZ27EHE monitor staying off / my monitor coming back on with MMM-PIR-Sensor-Lite. The display would turn off, then a blue screen come on saying “HDMI No Signal” but then automatically turned back on. I used both xrandr and xset commands but nothing worked on my pi 4 running Bullseye. After some digging and looking at this site “https://github.com/raspberrypi/linux/issues/2517”, I replaced the code in the node_helper.js (I know you’re not supposed to touch but this is what worked for me) and it works now. The only issue is on reboot, I have to run a command once to avoid the screen going to a gray state xsetroot -display :0 -solid Black. case 'xset': exec("xset -display :0 s noblank", null);//default: xset dpms force off //Have to run 'xsetroot -display :0 -solid Black' on reboot to avoid gray screen exec("sleep 1", null); exec("xset -display :0 s off", null); exec("sleep 1", null); exec("xset -display :0 -dpms", null); exec("sleep 1", null); exec("xset -display :0 s 0 0", null); exec("sleep 1", null); exec("xset -display :0 dpms 0 0 0", null); exec("sleep 1", null); exec("xset dpms force off", null); Don’t ask me how it works and I’ll give credit to E3V3A for posting that code. Hopefully this will help for those with a non-CEC compliant monitor and can fully turn off the monitor when not in use.
  • MMM-MoonPhase

    Unsolved
    7
    0 Votes
    7 Posts
    2k Views
    A
    @swvalenti you were right. it worked just fine without npm command. Thank you.
  • New to Magic Mirror and need Help

    Unsolved
    5
    0 Votes
    5 Posts
    908 Views
    M
    @hawkeyepilot69 you can try: https://github.com/imperian/MMM-TAF This works nice on my frame at the moment.
  • electron-rebuild problems with MagicMirror 2.22.0

    Solved
    53
    0 Votes
    53 Posts
    18k Views
    karsten13K
    @thobach I’m trying to keep image size small … but which image are you using? latest or fat?
  • A working weather module?

    Unsolved
    7
    0 Votes
    7 Posts
    3k Views
    T
    @TangoE30 A quick update and I finally think I figured it out, at least for MMM-OpenWeatherForecast by: Subscribing to Open Weather’s One Call by Call (https://openweathermap.org/price) Changing my node_helper.js line 44 from 2.5 to 3.0 : var url = https://api.openweathermap.org/data/3.0/onecall?" I hope this helps someone else because it was difficult for me to understand why some modules would work and others would not with the same API key.
  • Weather showing wrong weather for my location

    Solved
    11
    0 Votes
    11 Posts
    3k Views
    T
    @sdetweil Jackpot!!! A quick update and I finally think I figured it out, at least for MMM-OpenWeatherForecast by: Subscribing to Open Weather’s One Call by Call (https://openweathermap.org/price) Changing my node_helper.js line 44 from 2.5 to 3.0 : var url = https://api.openweathermap.org/data/3.0/onecall?" Thanks again and I’ll share on the other thread as well. “https://forum.magicmirror.builders/topic/17644/a-working-weather-module”
  • Factory Reset button

    Unsolved
    9
    0 Votes
    9 Posts
    1k Views
    T
    @kpl4184 Hi, I have a small module which restart the mirror with a short press or shutdown the RPi with a long press. I use this module on my own mirror. The code could be found here : https://github.com/thierry7100/Reset_Py
  • How hard would it be to make the MM Calendar interactable?

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    W
    @sdetweil That’s what I thought. Thanks for the reply.
  • MMM-Calendarextplan

    Unsolved
    5
    0 Votes
    5 Posts
    757 Views
    M
    By the way, I’ll provide equivalent CX3 module to alternate this module some day(I hope so…)
  • Internet connection problem related to updates

    Unsolved
    14
    5
    0 Votes
    14 Posts
    3k Views
    swvalentiS
    sounds like a fresh install is needed as something got corrupted and copy over your MM folder to new install.
  • MMM-MQTT add conversion from metric to imperial

    Unsolved
    2
    0 Votes
    2 Posts
    362 Views
    wishmaster270W
    @3squaremirror Hi, you can use MMM-MQTTbridge and MMM-ValuesByNotification for this purpose. But you will need to put some effort into the configuration as the configuration of MMM-ValuesByNotification can be complex very fast.
  • MMM-FlightRadarTracker Not Working

    Unsolved
    2
    0 Votes
    2 Posts
    342 Views
    S
    @samyt79 I assume the code failed in the browser and crashed , so nothing else will work
  • help with OpenWeatherForecast

    Unsolved
    12
    0 Votes
    12 Posts
    4k Views
    G
    @sdetweil Ok, thanks again for the assistance