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: 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
    • 6
    • 7
    • 8
    • 9
    • 10
    • 11
    • 8 / 11