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

    Posts

    Recent Best Controversial
    • RE: Bullseye

      Dont Update, Bulleyes is so much slow, and it not drive 100% yet.
      Buster work 100%, and much faster

      posted in Troubleshooting
      AssassinsA
      Assassins
    • RE: new raspi os released oct 30

      @sdetweil
      All work fine on rpi 3

      posted in General Discussion
      AssassinsA
      Assassins
    • RE: Add 3rd page to MMM-Pages

      This is my code to 3rd page.
      Try to copy you modules to this, and remember the last line not gave a ,

      
          {
            module: 'MMM-pages',
            config: {
              rotationTime: 1800000,
              modules: [
                [
                  'MMM-NewsFeedBT',
                  'updatenotification',
                  'weather',
                  'MMM-DynamicWeather',
                  'MMM-WeatherOrNot'
                ],
                [
                  'MMM-NewsFeedEB',
      	    'MMM-Formula1',
                  'calendar'
                ],
                [
                  'MMM-NewsFeedTV2',
                  'MMM-DailyPower'
                ],
              fixed: [
                'clock',
                'compliments',
                'MMM-page-indicator',
                'MMM-GroveGestures',
                'MMM-Remote-Control'
              ]
            }
          }
        ],
      
      
      posted in Troubleshooting
      AssassinsA
      Assassins
    • RE: 2.17.1 error with MMM-DynamicWeather

      @fozi:beaming_face_with_smiling_eyes: :beaming_face_with_smiling_eyes:

      posted in Troubleshooting
      AssassinsA
      Assassins
    • RE: 2.17.1 error with MMM-DynamicWeather

      @sdetweil and @fozi

      Love you guys, thanks alot.

      posted in Troubleshooting
      AssassinsA
      Assassins
    • 2.17.1 error with MMM-DynamicWeather

      Hello.
      I get this error when start MM 2.17.1

      [05.10.2021 17:37.46.607] [ERROR] App threw an error during load
      [05.10.2021 17:37.46.615] [ERROR] Error: Cannot find module 'request'
      Require stack:
      - /home/pi/MagicMirror/modules/MMM-DynamicWeather/node_helper.js
      - /home/pi/MagicMirror/js/app.js
      - /home/pi/MagicMirror/js/electron.js
      - /home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.js
      -
          at Module._resolveFilename (internal/modules/cjs/loader.js:887:15)
          at Function.n._resolveFilename (electron/js2c/browser_init.js:257:1128)
          at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/module-alias/index.js:49:29)
          at Module._load (internal/modules/cjs/loader.js:732:27)
          at Function.f._load (electron/js2c/asar_bundle.js:5:12913)
          at Module.require (internal/modules/cjs/loader.js:959:19)
          at require (internal/modules/cjs/helpers.js:88:18)
          at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-DynamicWeather/node_helper.js:11:15)
          at Module._compile (internal/modules/cjs/loader.js:1078:30)
          at Object.Module._extensions..js (internal/modules/cjs/loader.js:1108:10)
      [05.10.2021 17:37.46.620] [ERROR] Whoops! There was an uncaught exception...
      [05.10.2021 17:37.46.643] [ERROR] Error: Cannot find module 'request'
      Require stack:
      - /home/pi/MagicMirror/modules/MMM-DynamicWeather/node_helper.js
      - /home/pi/MagicMirror/js/app.js
      - /home/pi/MagicMirror/js/electron.js
      - /home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.js
      -
          at Module._resolveFilename (internal/modules/cjs/loader.js:887:15)
          at Function.n._resolveFilename (electron/js2c/browser_init.js:257:1128)
          at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/module-alias/index.js:49:29)
          at Module._load (internal/modules/cjs/loader.js:732:27)
          at Function.f._load (electron/js2c/asar_bundle.js:5:12913)
          at Module.require (internal/modules/cjs/loader.js:959:19)
          at require (internal/modules/cjs/helpers.js:88:18)
          at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-DynamicWeather/node_helper.js:11:15)
          at Module._compile (internal/modules/cjs/loader.js:1078:30)
          at Object.Module._extensions..js (internal/modules/cjs/loader.js:1108:10) {
        code: 'MODULE_NOT_FOUND',
        requireStack: [
          '/home/pi/MagicMirror/modules/MMM-DynamicWeather/node_helper.js',
          '/home/pi/MagicMirror/js/app.js',
          '/home/pi/MagicMirror/js/electron.js',
          '/home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.js',
          undefined
        ]
      }
      

      Someone there can help here. ???

      posted in Troubleshooting
      AssassinsA
      Assassins
    • RE: Default Calendar & Nextcloud Calendar - CERT_HAS_EXPIRED

      @sdetweil
      Thanks alot mate, i Will try to Update om monday 🙆‍♂️🙆‍♂️

      posted in Troubleshooting
      AssassinsA
      Assassins
    • RE: Default Calendar & Nextcloud Calendar - CERT_HAS_EXPIRED

      @mmrize
      But thanks for you try mate :)

      posted in Troubleshooting
      AssassinsA
      Assassins
    • RE: Default Calendar & Nextcloud Calendar - CERT_HAS_EXPIRED

      @mmrize
      Same error with 2.17.0 with both node 14 and 16

      posted in Troubleshooting
      AssassinsA
      Assassins
    • RE: Default Calendar & Nextcloud Calendar - CERT_HAS_EXPIRED

      @mmrize
      request

      posted in Troubleshooting
      AssassinsA
      Assassins
    • RE: Default Calendar & Nextcloud Calendar - CERT_HAS_EXPIRED

      @mmrize
      Get the same error you write :(

      posted in Troubleshooting
      AssassinsA
      Assassins
    • RE: MM standard Newsfeed

      @m_m
      Look here, and write : https://github.com/MichMich/MagicMirror/issues/2671

      posted in Troubleshooting
      AssassinsA
      Assassins
    • MM standard Newsfeed

      I get this error today, but i dont now why i get it, someone there can help. ???
      the url work fine.

      [01.10.2021 13:33.29.814] [ERROR] Newsfeed Error. Could not fetch newsfeed:  https://www.bt.dk/bt/seneste/rss FetchError: request to https://www.bt.dk/bt/seneste/rss failed, reason: certificate has expired
          at ClientRequest.<anonymous> (/home/pi/MagicMirror/node_modules/node-fetch/lib/index.js:1461:11)
          at ClientRequest.emit (events.js:315:20)
          at TLSSocket.socketErrorListener (_http_client.js:426:9)
          at TLSSocket.emit (events.js:315:20)
          at emitErrorNT (internal/streams/destroy.js:92:8)
          at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)
          at processTicksAndRejections (internal/process/task_queues.js:84:21) {
        type: 'system',
        errno: 'CERT_HAS_EXPIRED',
        code: 'CERT_HAS_EXPIRED'
      }
      

      The config.js code

          {
            module: 'newsfeed',
            position: 'bottom_bar',
            config: {
              feeds: [
                {
                  title: 'BT',
                  url: 'https://www.bt.dk/bt/seneste/rss'
                }
              ],
              showSourceTitle: true,
              showPublishDate: true,
              broadcastNewsFeeds: true,
              broadcastNewsUpdates: true
            }
          },
      
      posted in Troubleshooting
      AssassinsA
      Assassins
    • RE: Are you tired of editing config.js, or have trouble doing it, see my new module

      Work 100% with rpi 3, Nice modul you made, Thanks alot

      posted in Utilities
      AssassinsA
      Assassins
    • RE: MMM Pages turn Pages manually

      @acethefire

      Here is my what I have put in config.js.
      rotationTime: 1800000, do it automatic.
      Set it to 0 (Zero), it work here.

          {
            module: 'MMM-pages',
            config: {
              rotationTime: 1800000,
              modules: [
                [ // Page 1
                  'updatenotification',
                  'currentweather'
                ],
                [ // Page 2
                  'MMM-Telegram-Bot',
                  'calendar'
                ],
                [ // Page 3
                  'clock',
                  'compliments'
                ],
                [ // Page 4
                  'MMM-network-signal',
                  'MMM-ServerStatus'
                ]
              ],
              fixed: [
               'clock',
               'compliments'
              ]
            }
          }
        ],
        useHttps: false,
        httpsPrivateKey: '',
        httpsCertificate: '',
        logLevel: [
          'INFO',
          'LOG',
          'WARN',
          'ERROR'
        ]
      },
      
      posted in Troubleshooting
      AssassinsA
      Assassins
    • RE: Raspberry Led Power Button

      @cowboysdude
      Nice and glad to help 👍

      posted in Hardware
      AssassinsA
      Assassins
    • Raspberry Led Power Button

      Made this little guide to a Led button so you can turn your
      MagicMirror on and off safely, and turn it on again.

      Raspberry Led Power Button

      posted in Hardware
      AssassinsA
      Assassins
    • RE: Search button does nothing

      @tcsabina
      Work fine here

      posted in Forum
      AssassinsA
      Assassins
    • RE: Backup Raspberry to a small .img (Not a MM2 modul)

      @jerryp
      Yes it is 😉

      1. Change “BACKUP_PATH” and “BACKUP_NAME”
      posted in Requests
      AssassinsA
      Assassins
    • RE: MyStandings suitable for Formule 1

      @jerryp
      You Can self chance it in .css file

      posted in Development
      AssassinsA
      Assassins
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 4 / 6