MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. Solved
    Log in to post
    • All categories
    • N

      SOLVED MMM-eswordoftheday prevents MM from launching
      Troubleshooting • • nipper2000h

      7
      0
      Votes
      7
      Posts
      49
      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!

    • W

      SOLVED Weather showing wrong weather for my location
      Troubleshooting • • WillBuden

      11
      0
      Votes
      11
      Posts
      366
      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”

    • N

      SOLVED Launching Server mode via SSH
      Troubleshooting • • NetRanger

      2
      0
      Votes
      2
      Posts
      54
      Views

      S

      @NetRanger working w you on discord

    • S

      SOLVED Mirror showing not all modules on all devices
      Troubleshooting • • sangroma

      14
      0
      Votes
      14
      Posts
      271
      Views

      S

      @KristjanESPERANTO as far as i remember i installed some kind of raspbian light version because i dont need much on the device. just wanted to show the internal webpage of the docker.
      as it got deprecated i couldnt update to a higher version. need to set up a complete fresh OS 😃

    • G

      SOLVED Turn pages with physical button
      Troubleshooting • button page raspberry pi • • Gilgamoth 0

      3
      0
      Votes
      3
      Posts
      110
      Views

      G

      @sdetweil Thanks, that is excatly what i was looking for

    • A

      SOLVED MM in Container config lost after Container Stop/Start
      Troubleshooting • • asdf303

      15
      0
      Votes
      15
      Posts
      522
      Views

      A

      @sdetweil @karsten13 thanks a lot for your advice!
      finally, there was only one package missing

      npm install request

      did the job for me.

      🙏🏼

    • N

      SOLVED Magic Mirror calendar iCal
      Requests • • Named54

      8
      0
      Votes
      8
      Posts
      161
      Views

      S

      @Named54 we replace webcal under the covers w http

    • T

      SOLVED MM black screen
      Troubleshooting • • Thunderbone1982

      2
      0
      Votes
      2
      Posts
      169
      Views

      S

      @Thunderbone1982 see
      https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later/1

    • O

      SOLVED how to hide all modules?
      Troubleshooting • • oky1029

      4
      0
      Votes
      4
      Posts
      142
      Views

      crazylegs

      @oky1029 said in how to hide all modules?:

      Additionally, I use “MMM-Google Assistant” and the extension “EXT-Google Photos”, but the Google logo is always displayed when I hide the calendar. Can this also be hidden?

      If you mean the Google logo that appears in the top left corner of the screen, it is part of the ‘wake-word’ detection module and yes this can be suppressed. In your config.js you need to update the parameters for EXT-Detector. Specifically, you need to include useIcon: false. Here is an example:

      { module: "EXT-Detector", position: "top_left", configDeepMerge: true, config: { debug: false, useIcon: false, detectors: [ { detector: "Snowboy", Model: "jarvis", } ] } },
    • P

      SOLVED modules
      Troubleshooting • • pat59

      23
      0
      Votes
      23
      Posts
      595
      Views

      P

      Good morning
      good here everything works thanking you for your help and your patience. Thank you again my friend

    • S

      SOLVED Need help creating a module.
      Requests • • sdmydbr9

      6
      0
      Votes
      6
      Posts
      154
      Views

      mumblebaj

      @sdmydbr9 Awesome. Glad we could help

    • S

      SOLVED Notifications help
      Troubleshooting • • sdmydbr9

      7
      0
      Votes
      7
      Posts
      171
      Views

      S

      @sdetweil
      Got it thanks

    • J

      SOLVED Getting strange error after upgrade with Electron
      Troubleshooting • • junkmale

      12
      0
      Votes
      12
      Posts
      175
      Views

      S

      @junkmale yes, rainmap has a bug on memory I think. the author needs to fix it. open an issue there

    • A

      SOLVED After restart and updating raspberry MM will not starting
      Troubleshooting • • aldisachen

      11
      0
      Votes
      11
      Posts
      224
      Views

      S

      @aldisachen cool… glad u got it…

    • D

      SOLVED MM stopped working - "illegal instruction" error
      Troubleshooting • • dapter

      2
      0
      Votes
      2
      Posts
      66
      Views

      S

      @dapter can u do

      node -v

    • B

      SOLVED Calendar Symbol & SymbolClassname
      Troubleshooting • • brunst

      5
      0
      Votes
      5
      Posts
      126
      Views

      B

      @magmar i thank you for the explanation and a quick response
      @karsten13 thx !!! for extra info

      Made my day !!!

    • A

      SOLVED how can I change the volume?
      Troubleshooting • • Axel51

      6
      0
      Votes
      6
      Posts
      135
      Views

      A

      @sdetweil
      As it was suggested, i added this line last in my /boot/cmdline.txt.
      snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_compat_alsa=0

      And now, i have the audio option in the raspi-config menu

    • S

      SOLVED Nextcloud Calendar and MM
      Troubleshooting • • scoot76

      5
      0
      Votes
      5
      Posts
      171
      Views

      S

      @scoot76 Thanks everyone. I got it working with the public calendar link from NC. I didn’t even need to add credentials.

    • M

      SOLVED Wind direction 180 degrees twisted at Yr
      Troubleshooting • • MajorC

      6
      0
      Votes
      6
      Posts
      195
      Views

      M

      @magmar wonderful. Thank you very much.

    • kai

      SOLVED v2.22.0 | default calendar: no symbols with customEvents
      Troubleshooting • • kai

      28
      0
      Votes
      28
      Posts
      3232
      Views

      L

      @sdetweil

      SOLVED! Upgraded to 2.22.0 then put the fa/fas bit after symbol. It works again as before. Phweee! Just for the clueless like me!

    • 1
    • 2
    • 3
    • 4
    • 5
    • 9
    • 10
    • 1 / 10