MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Stoffbeuteluwe
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 1
    • Followers 4
    • Topics 79
    • Posts 592
    • Groups 1

    Posts

    Recent Best Controversial
    • MMM-Alexaonoff can’t find devices
      Requested network interface wlan0 not found!
      21900
      21901
      21902
      21903
      21904
      21905
      21906
      21907
      21908
      21909
      21910
      21911
      21912
      21913
      21914
      21915
      FauxMo service started. Listening on 127.0.0.1:21900-21915
      

      Alexa can’t find any devices

      {
                  module: 'MMM-AlexaOnOff',
                  config: {
                  netProtocol: "IPv4",
                  netInterface: "wlan0",  
                  devices: [         { 
                                name: "Alarmmodul",
                                 on: { 
                                     notification: "REMOTE_ACTION",
                                     payload: { action: "SHOW", module: "module_1_alert" }
                                     },
                                off: { 
                                     notification: "REMOTE_ACTION",
                                     payload: { action: "HIDE", module: "module_1_alert" }
                                     },
                                     },
                                     {
                                name: "Updatemodul",
                                on:  { 
                                     notification: "REMOTE_ACTION",
                                     payload: { action: "SHOW", module: "module_0_updatenotification" }
                                     },
                                off: { 
                                     notification: "REMOTE_ACTION",
                                     payload: { action: "HIDE", module: "module_0_updatenotification" }
                                     },
                                     },
                                     {
                                name: "Uhrmodul",
                                 on: { 
                                     notification: "REMOTE_ACTION",
                                     payload: { action: "SHOW", module: "module_2_clock" }
                                     },
                                off: { 
                                     notification: "REMOTE_ACTION",
                                     payload: { action: "HIDE", module: "module_2_clock" }
                                     },
                                     },
                                     {
                                name: "Kalendermodul",
                                 on: { 
                                     notification: "REMOTE_ACTION",
                                     payload: { action: "SHOW", module: "module_3_calendar" }
                                     },
                                off: { 
                                     notification: "REMOTE_ACTION",
                                     payload: { action: "HIDE", module: "module_3_calendar" }
                                     },
                                     },
                                     {
                                name: "Komplimentemodul",
                                 on: { 
                                     notification: "REMOTE_ACTION",
                                     payload: { action: "SHOW", module: "module_4_compliments" }
                                     },
                                off: { 
                                     notification: "REMOTE_ACTION",
                                     payload: { action: "HIDE", module: "module_4_compliments" }
                                     },
                                     },
                                     {
                                name: "Wettermodul",
                                 on: { 
                                     notification: "REMOTE_ACTION",
                                     payload: { action: "SHOW", module: "module_6_currentweather" }
                                     },
                                off: { 
                                     notification: "REMOTE_ACTION",
                                     payload: { action: "HIDE", module: "module_6_currentweather" }
                                     },
                                     },
                                     {
                                name: "Wettervorhersagemodul",
                                 on: { 
                                     notification: "REMOTE_ACTION",
                                     payload: { action: "SHOW", module: "module_7_weatherforecast" }
                                     },
                                off: { 
                                     notification: "REMOTE_ACTION",
                                     payload: { action: "HIDE", module: "module_7_weatherforecast" }
                                     },
                                     },
                                     {
                                name: "Fotomodul",
                                     on: { 
                                     notification: "REMOTE_ACTION",
                                     payload: { action: "SHOW", module: "module_8_MMM-ImagesPhotos" }
                                     },
                                off: { 
                                     notification: "REMOTE_ACTION",
                                     payload: { action: "HIDE", module: "module_8_MMM-ImagesPhotos" }
                                     },
                                     },
                                     {
                                name: "Fußballmodul",
                                 on: { 
                                     notification: "REMOTE_ACTION",
                                     payload: { action: "SHOW", module: "module_9_MMM-SoccerLiveScore" }
                                     },
                                off: { 
                                     notification: "REMOTE_ACTION",
                                     payload: { action: "HIDE", module: "module_9_MMM-SoccerLiveScore" }
                                     },
                                     },
                                     {
                                name: "Mondmodul",
                                 on: { 
                                     notification: "REMOTE_ACTION",
                                     payload: { action: "SHOW", module: "module_10_MMM-Lunartic" }
                                     },
                                off: { 
                                     notification: "REMOTE_ACTION",
                                     payload: { action: "HIDE", module: "module_10_MMM-Lunartic" }
                                     },
                                     },
                                     {
                                name: "Netzwerkmodul",
                                 on: { 
                                     notification: "REMOTE_ACTION",
                                     payload: { action: "SHOW", module: "module_12_MMM-NetworkConnection" }
                                     },
                                off: { 
                                     notification: "REMOTE_ACTION",
                                     payload: { action: "HIDE", module: "module_12_MMM-NetworkConnection" }
                                     },
                                     },
                                     {
                                name: "Nachrichtenmodul",
                                 on: { 
                                     notification: "REMOTE_ACTION",
                                     payload: { action: "SHOW", module: "module_13_newsfeed" }
                                     },
                                off: { 
                                     notification: "REMOTE_ACTION",
                                     payload: { action: "HIDE", module: "module_13_newsfeed" }
                                     },
                                     },
                                     {
                                name: "Schneemodul",
                                 on: { 
                                     notification: "REMOTE_ACTION",
                                     payload: { action: "SHOW", module: "module_11_MMM-Snow" }
                                     },
                                off: { 
                                     notification: "REMOTE_ACTION",
                                     payload: { action: "HIDE", module: "module_11_MMM-Snow" }
                                     },
                                     },
                                     {
                                name: "Spiegel Neustart",
                                 on: { 
                                     notification: "REMOTE_ACTION",
                                     payload: { action: "REBOOT"}
                                     },
                                off: { 
                                     notification: "REMOTE_ACTION",
                                     payload: { action: "REBOOT"}
                                     },
                                     },
                                     {
                                name: "Spiegel Runterfahren",
                                 on: { 
                                     notification: "REMOTE_ACTION",
                                     payload: { action: "SHUTDOWN"}
                                     },
                                off: { 
                                     notification: "REMOTE_ACTION",
                                     payload: { action: "SHUTDOWN"}
                                     },
                                     },
                                     {
                                name: "Monitor",
                                 on: { 
                                     notification: "REMOTE_ACTION",
                                     payload: { action: "MONITORON"}
                                     },
                                off: { 
                                     notification: "REMOTE_ACTION",
                                     payload: { action: "MONITOROFF"}
                                     },
                        }   ]
                  }
            },
      
      posted in Troubleshooting
      StoffbeuteluweS
      Stoffbeuteluwe
    • RE: MMM-SoccerLiveScore - Display problem

      @sdetweil had the same problem but after npm audit fix after the installation it worked fin
      (but I’m not really sure :flushed_face: )

      posted in Troubleshooting
      StoffbeuteluweS
      Stoffbeuteluwe
    • RE: Install MMM voice not working on Mac

      @sdetweil thank you very much

      posted in Troubleshooting
      StoffbeuteluweS
      Stoffbeuteluwe
    • RE: Install MMM voice not working on Mac

      @sdetweil thanks

      posted in Troubleshooting
      StoffbeuteluweS
      Stoffbeuteluwe
    • Install MMM voice not working on Mac
      Patricks-Mini:installers patrickhahn$ bash dependencies.sh
      \e[0m
             `/ymNMNds-
            :mMMMMMMMMMy`
           .NMMMMMMMMMMMh
           /MMMMMMMMMMMMN
           /MMMMMMMMMMMMN                       ``    `.:+oo/.         ``       ``````       `````.`
           /MMMMMMMMMMMMN           .-:+oy` +syhd-  `/hNMMMMMNs`   `osyhy     -ohmNNmh/` +syhhdmmNM:
           /MMMMMMMMMMMMN           dMMMMm /MMMMs  :dMMMMMMMMMMs   +MMMM/   -yNMMMMMMMM+.MMMMMMMMMM`
           /MMMMMMMMMMMMN           mMMMMy dMMMm``sMMMMMMNNMMMMN   dMMMm   +NMMMMMNNMd/ oMMMMmdhyys
           /MMMMMMMMMMMMN           NMMMM/:MMMM-`yMMMMNy:--dMMMM` .MMMM+  sMMMMMh:--:`  dMMMM. ```
       `-- /MMMMMMMMMMMMN `-.       MMMMM`dMMMs sMMMMN/    /MMMm  oMMMN` +MMMMN+       .MMMMNshdd+
       /MM`/MMMMMMMMMMMMN +Nm       MMMMd:MMMm`:MMMMN-     /MMM+  mMMMs `NMMMM:        oMMMMMMMMN/
       /MM`/MMMMMMMMMMMMN oMm      `MMMModMMM/ yMMMM/      dMMh` -MMMM- /MMMMs         mMMMmo/:-.`
       :MM.:MMMMMMMMMMMMm oMm      .MMMMoMMMh  mMMMM.    `sMMh`  sMMMd  +MMMM+    `.  -MMMMh/+osy
       `NMs yMMMMMMMMMMN:`mMs      :MMMNdMMM-  dMMMMh:--+dMMs`   NMMMo  -MMMMm/--+my  oMMMMMMMMMN
        :NMs./dNMMMMMNy-:dMh`      oMMMNMMMy   /MMMMMMNNMMd/    :MMMM-   oMMMMMNNMMh  mMMMMMMMMMd
         .yNNy///+++//+dNm+`       hNmdhyso.    /mMMMMMNh/`     yNdhs     :hmNNmho-` -Nmdhso+/:-.
           .ohmNNmmmNNmy/`         .```          `-/+/-`        .``         `````    `.``
              `.-NMy-``
                 NMo
           ......NMy.....`
           mMMMMMMMMMMMMMo
      \e[0m
      \e[96m[STEP 1/5] Installing Packages\e[90m
      sudo: apt-get: command not found
      \e[31m[STEP 1/5] Installing Packages | Failed\e[0m
      Patricks-Mini:installers patrickhahn$ 
      
      
      posted in Troubleshooting
      StoffbeuteluweS
      Stoffbeuteluwe
    • RE: Hello-Lucy

      @Mykle1 is it possible to do show and hide in german (an) and (aus)?
      thanks for the nice module

      posted in Fun & Games
      StoffbeuteluweS
      Stoffbeuteluwe
    • RE: Hello-Lucy

      @Mykle1 nice Pictures

      posted in Fun & Games
      StoffbeuteluweS
      Stoffbeuteluwe
    • Need Help to remove the white frame around MMM-iFramePing

      I would like to have only the window without the white frame …

      posted in Troubleshooting
      StoffbeuteluweS
      Stoffbeuteluwe
    • Screencast on MM

      does anybody have MMM screencast running on Mac?

      posted in General Discussion
      StoffbeuteluweS
      Stoffbeuteluwe
    • MMM Fitbit

      Is the module still working ?

      posted in General Discussion
      StoffbeuteluweS
      Stoffbeuteluwe
    • RE: MMM-bringList not working

      There is a new module…

      posted in Troubleshooting
      StoffbeuteluweS
      Stoffbeuteluwe
    • Video does not start on MM

      Hello, my Youtube module or MMM BobRoss module does not autostart and I don’t know why …

      config autostart is true

      function createWindow() {
      	app.commandLine.appendSwitch("autoplay-policy", "no-user-gesture-required");
      

      but MMM-EasyBack starts the Video perfect (local Video)

      posted in Troubleshooting
      StoffbeuteluweS
      Stoffbeuteluwe
    • RE: How to remove Space in a Module

      @broberg Thanks…
      I don’t know how to adjust…
      I am new to all this…I try to learn so much as i can …sorry for some dumb Questions 😀

      posted in Troubleshooting
      StoffbeuteluweS
      Stoffbeuteluwe
    • How to remove Space in a Module

      Hi,
      how can I remove the space on the right side of the module i marked with a red box

      the module with the blue box looks better 0_1565446158225_IMAGE 2019-08-10 16:08:59.jpg

      and I want to do the same with my other modules

      posted in Troubleshooting
      StoffbeuteluweS
      Stoffbeuteluwe
    • RE: updated installer script available for testing

      @sdetweil is your script the complete install off MM and pm2 or do I have to install first MM an than the script?

      posted in Troubleshooting
      StoffbeuteluweS
      Stoffbeuteluwe
    • RE: Node js install

      @Sean hi I’m very new to all this, what is the difference between this and normal installation?

      posted in General Discussion
      StoffbeuteluweS
      Stoffbeuteluwe
    • Node js install

      what is better on Mac?

      download and install or install with terminal ?

      posted in General Discussion
      StoffbeuteluweS
      Stoffbeuteluwe
    • RE: MMM-xiaomi - Temperature and Humidity from your smarthome

      @norman I have the mii gateway with aqara sensors …works fine

      posted in Utilities
      StoffbeuteluweS
      Stoffbeuteluwe
    • RE: MMM-xiaomi - Temperature and Humidity from your smarthome

      @norman if you get the token from the Aqara gateway it should work …

      posted in Utilities
      StoffbeuteluweS
      Stoffbeuteluwe
    • RE: MMM-TelegramBot error

      @Sean works thank you 🙏

      posted in Troubleshooting
      StoffbeuteluweS
      Stoffbeuteluwe
    • 1
    • 2
    • 21
    • 22
    • 23
    • 24
    • 25
    • 29
    • 30
    • 23 / 30