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
    • 1
    • 2
    • 43
    • 44
    • 45
    • 46
    • 47
    • 59
    • 60
    • 45 / 60