• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

No news after update to 2.25

Scheduled Pinned Locked Moved Bug Hunt
14 Posts 2 Posters 1.4k Views 2 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    MajorC Project Sponsor
    last edited by MajorC Dec 27, 2023, 2:12 PM Dec 27, 2023, 2:12 PM

    Hi I updated my MM to V2.25 with @sdetweil script.

    But now, the newsfeed widget only shows “no news at the moment”.

    My config is:

    {
    			module: "newsfeed",
    			position: "bottom_bar",
    			config: {
    					feeds: [
    						{
    						title: "Spiegel",
    						url: "http://www.spiegel.de/schlagzeilen/tops/index.rss",
    						},
    						{
    						title: "Süddeutsche",
    						url: "http://rss.sueddeutsche.de/rss/Topthemen",
    						},
    						{
    						title: "Tagesschau",
    						url: "http://www.tagesschau.de/xml/rss2",
    						},
    						{
    						title: "EDDH",
    						url: "http://www.eddh.de/special/rss/feed.rss",
    						encoding: "ISO-8859-1",
    						},
    						{
    						title: "RP News",
    						url: "https://rp-online.de/feed.rss",
    						},
    						{
    						title: "RP Ratingen",
    						url: "https://rp-online.de/nrw/staedte/ratingen/feed.rss",
    						}
    					],
    				showSourceTitle: true,
    				showPublishDate: true,
    				broadcastNewsFeeds: false,
    				broadcastNewsUpdates: false,
    				updateInterval: 30000,
    				ignoreOldItems: true,
    				ignoreOlderThan: 86400000 //86400000 = 1 Tag
    			}
    		},
    

    Any ideas?

    S 2 Replies Last reply Dec 27, 2023, 2:31 PM Reply Quote 0
    • S Offline
      sdetweil @MajorC
      last edited by Dec 27, 2023, 2:31 PM

      @MajorC can u show the messages where u start mm

      if pm2, then
      pm2 flush
      restart mm, pm2 restart all
      wait
      pm2 logs --lines=50

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @MajorC
        last edited by Dec 27, 2023, 2:40 PM

        @MajorC also I’m guessing the first 4 should be https. the Internet has gone to secure transport everywhere as the default.

        I can’t test right now

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        M 1 Reply Last reply Dec 27, 2023, 2:41 PM Reply Quote 0
        • M Offline
          MajorC Project Sponsor @sdetweil
          last edited by Dec 27, 2023, 2:41 PM

          @sdetweil

          
          [TAILING] Tailing last 50 lines for [all] processes (change the value with --lines option)
          /home/pi/.pm2/pm2.log last 50 lines:
          PM2        | 2023-12-27T15:40:18: PM2 log: Stopping app:MagicMirror id:0
          PM2        | 2023-12-27T15:40:18: PM2 log: App [MagicMirror:0] exited with code [0] via signal [SIGINT]
          PM2        | 2023-12-27T15:40:18: PM2 log: pid=1682 msg=process killed
          PM2        | 2023-12-27T15:40:18: PM2 log: App [MagicMirror:0] starting in -fork mode-
          PM2        | 2023-12-27T15:40:18: PM2 log: App [MagicMirror:0] online
          
          /home/pi/.pm2/logs/MagicMirror-error.log last 50 lines:
          0|MagicMir |     at processTicksAndRejections (node:internal/process/task_queues:78:11)
          0|MagicMir |     at runNextTicks (node:internal/process/task_queues:65:3)
          0|MagicMir |     at process.processImmediate (node:internal/timers:437:9)
          0|MagicMir | [27.12.2023 15:40.26.365] [ERROR] MagicMirror² will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
          0|MagicMir | [27.12.2023 15:40.26.365] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
          0|MagicMir | [27.12.2023 15:40.26.371] [ERROR] Whoops! There was an uncaught exception...
          0|MagicMir | [27.12.2023 15:40.26.372] [ERROR] ReferenceError: fetch is not defined
          0|MagicMir |     at fetchNews (/home/pi/MagicMirror/modules/default/newsfeed/newsfeedfetcher.js:110:3)
          0|MagicMir |     at NewsfeedFetcher.startFetch (/home/pi/MagicMirror/modules/default/newsfeed/newsfeedfetcher.js:153:3)
          0|MagicMir |     at Class.createFetcher (/home/pi/MagicMirror/modules/default/newsfeed/node_helper.js:72:11)
          0|MagicMir |     at Class.socketNotificationReceived (/home/pi/MagicMirror/modules/default/newsfeed/node_helper.js:22:9)
          0|MagicMir |     at Socket.<anonymous> (/home/pi/MagicMirror/js/node_helper.js:104:11)
          0|MagicMir |     at Socket.emit (node:events:513:28)
          0|MagicMir |     at Socket.emitUntyped (/home/pi/MagicMirror/node_modules/socket.io/dist/typed-events.js:69:22)
          0|MagicMir |     at /home/pi/MagicMirror/node_modules/socket.io/dist/socket.js:704:39
          0|MagicMir |     at processTicksAndRejections (node:internal/process/task_queues:78:11)
          0|MagicMir |     at runNextTicks (node:internal/process/task_queues:65:3)
          0|MagicMir |     at process.processImmediate (node:internal/timers:437:9)
          0|MagicMir | [27.12.2023 15:40.26.373] [ERROR] MagicMirror² will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
          0|MagicMir | [27.12.2023 15:40.26.373] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
          0|MagicMir | [27.12.2023 15:40.26.377] [ERROR] Whoops! There was an uncaught exception...
          0|MagicMir | [27.12.2023 15:40.26.378] [ERROR] ReferenceError: fetch is not defined
          0|MagicMir |     at fetchNews (/home/pi/MagicMirror/modules/default/newsfeed/newsfeedfetcher.js:110:3)
          0|MagicMir |     at NewsfeedFetcher.startFetch (/home/pi/MagicMirror/modules/default/newsfeed/newsfeedfetcher.js:153:3)
          0|MagicMir |     at Class.createFetcher (/home/pi/MagicMirror/modules/default/newsfeed/node_helper.js:72:11)
          0|MagicMir |     at Class.socketNotificationReceived (/home/pi/MagicMirror/modules/default/newsfeed/node_helper.js:22:9)
          0|MagicMir |     at Socket.<anonymous> (/home/pi/MagicMirror/js/node_helper.js:104:11)
          0|MagicMir |     at Socket.emit (node:events:513:28)
          0|MagicMir |     at Socket.emitUntyped (/home/pi/MagicMirror/node_modules/socket.io/dist/typed-events.js:69:22)
          0|MagicMir |     at /home/pi/MagicMirror/node_modules/socket.io/dist/socket.js:704:39
          0|MagicMir |     at processTicksAndRejections (node:internal/process/task_queues:78:11)
          0|MagicMir |     at runNextTicks (node:internal/process/task_queues:65:3)
          0|MagicMir |     at process.processImmediate (node:internal/timers:437:9)
          0|MagicMir | [27.12.2023 15:40.26.380] [ERROR] MagicMirror² will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
          0|MagicMir | [27.12.2023 15:40.26.381] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
          0|MagicMir | [27.12.2023 15:40.26.391] [ERROR] Whoops! There was an uncaught exception...
          0|MagicMir | [27.12.2023 15:40.26.393] [ERROR] ReferenceError: fetch is not defined
          0|MagicMir |     at fetchNews (/home/pi/MagicMirror/modules/default/newsfeed/newsfeedfetcher.js:110:3)
          0|MagicMir |     at NewsfeedFetcher.startFetch (/home/pi/MagicMirror/modules/default/newsfeed/newsfeedfetcher.js:153:3)
          0|MagicMir |     at Class.createFetcher (/home/pi/MagicMirror/modules/default/newsfeed/node_helper.js:72:11)
          0|MagicMir |     at Class.socketNotificationReceived (/home/pi/MagicMirror/modules/default/newsfeed/node_helper.js:22:9)
          0|MagicMir |     at Socket.<anonymous> (/home/pi/MagicMirror/js/node_helper.js:104:11)
          0|MagicMir |     at Socket.emit (node:events:513:28)
          0|MagicMir |     at Socket.emitUntyped (/home/pi/MagicMirror/node_modules/socket.io/dist/typed-events.js:69:22)
          0|MagicMir |     at /home/pi/MagicMirror/node_modules/socket.io/dist/socket.js:704:39
          0|MagicMir |     at processTicksAndRejections (node:internal/process/task_queues:78:11)
          0|MagicMir |     at runNextTicks (node:internal/process/task_queues:65:3)
          0|MagicMir |     at process.processImmediate (node:internal/timers:437:9)
          0|MagicMir | [27.12.2023 15:40.26.393] [ERROR] MagicMirror² will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
          0|MagicMir | [27.12.2023 15:40.26.394] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
          
          /home/pi/.pm2/logs/MagicMirror-out.log last 50 lines:
          0|MagicMir | [27.12.2023 15:40.22.640] [LOG]   Starting server on port 8080 ...
          0|MagicMir | [27.12.2023 15:40.22.659] [LOG]   Server started ...
          0|MagicMir | [27.12.2023 15:40.22.660] [LOG]   Connecting socket for: updatenotification
          0|MagicMir | [27.12.2023 15:40.22.661] [LOG]   Starting module helper: updatenotification
          0|MagicMir | [27.12.2023 15:40.22.662] [LOG]   Connecting socket for: MMM-BackgroundSlideshow
          0|MagicMir | [27.12.2023 15:40.22.663] [LOG]   Connecting socket for: MMM-DWD-WarnWeather
          0|MagicMir | [27.12.2023 15:40.22.664] [LOG]   MMM-DWD-WarnWeather helper started...
          0|MagicMir | [27.12.2023 15:40.22.665] [LOG]   Connecting socket for: MMM-NINA
          0|MagicMir | [27.12.2023 15:40.22.665] [LOG]   MMM-NINA helper method started...
          0|MagicMir | [27.12.2023 15:40.22.666] [LOG]   Connecting socket for: MMM-TAF
          0|MagicMir | [27.12.2023 15:40.22.667] [LOG]   MMM-TAF helper started ...
          0|MagicMir | [27.12.2023 15:40.22.667] [LOG]   Connecting socket for: newsfeed
          0|MagicMir | [27.12.2023 15:40.22.668] [LOG]   Starting node helper for: newsfeed
          0|MagicMir | [27.12.2023 15:40.22.668] [LOG]   Sockets connected & modules started ...
          0|MagicMir | [27.12.2023 15:40.22.934] [LOG]   Launching application.
          0|MagicMir | [27.12.2023 15:40.26.288] [LOG]   Notification: GET_TAF
          0|MagicMir | [27.12.2023 15:40.26.292] [LOG]   --Aviation TAF: Fetching TAF Data--
          0|MagicMir | [27.12.2023 15:40.26.296] [LOG]   Checking URL: http://avwx.rest/api/metar/EDDL?options=summary,translate,info&format=json&onfail=cache
          0|MagicMir | [27.12.2023 15:40.26.306] [LOG]   Checking URL: http://avwx.rest/api/taf/EDDL?options=summary&format=json&onfail=cache
          0|MagicMir | [27.12.2023 15:40.26.309] [LOG]   Checking URL: http://avwx.rest/api/metar/EDLP?options=summary,translate,info&format=json&onfail=cache
          0|MagicMir | [27.12.2023 15:40.26.312] [LOG]   Checking URL: http://avwx.rest/api/taf/EDLP?options=summary&format=json&onfail=cache
          0|MagicMir | [27.12.2023 15:40.26.316] [LOG]   Checking URL: http://avwx.rest/api/metar/EDDB?options=summary,translate,info&format=json&onfail=cache
          0|MagicMir | [27.12.2023 15:40.26.318] [LOG]   Checking URL: http://avwx.rest/api/taf/EDDB?options=summary&format=json&onfail=cache
          0|MagicMir | [27.12.2023 15:40.26.321] [LOG]   Checking URL: http://avwx.rest/api/metar/EDDH?options=summary,translate,info&format=json&onfail=cache
          0|MagicMir | [27.12.2023 15:40.26.324] [LOG]   Checking URL: http://avwx.rest/api/taf/EDDH?options=summary&format=json&onfail=cache
          0|MagicMir | [27.12.2023 15:40.26.328] [LOG]   Create new newsfetcher for url: http://www.spiegel.de/schlagzeilen/tops/index.rss - Interval: 300000
          0|MagicMir | [27.12.2023 15:40.26.346] [LOG]   Create new newsfetcher for url: http://rss.sueddeutsche.de/rss/Topthemen - Interval: 300000
          0|MagicMir | [27.12.2023 15:40.26.360] [LOG]   Create new newsfetcher for url: http://www.tagesschau.de/xml/rss2 - Interval: 300000
          0|MagicMir | [27.12.2023 15:40.26.370] [LOG]   Create new newsfetcher for url: http://www.eddh.de/special/rss/feed.rss - Interval: 300000
          0|MagicMir | [27.12.2023 15:40.26.376] [LOG]   Create new newsfetcher for url: https://rp-online.de/feed.rss - Interval: 300000
          0|MagicMir | [27.12.2023 15:40.26.388] [LOG]   Create new newsfetcher for url: https://rp-online.de/nrw/staedte/ratingen/feed.rss - Interval: 300000
          0|MagicMir | [27.12.2023 15:40.26.422] [INFO]  Checking git for module: MMM-BackgroundSlideshow
          0|MagicMir | [27.12.2023 15:40.26.485] [INFO]  Checking git for module: MMM-DWD-WarnWeather
          0|MagicMir | [27.12.2023 15:40.26.643] [INFO]  Checking git for module: MMM-NINA
          0|MagicMir | [27.12.2023 15:40.26.685] [INFO]  BACKGROUNDSLIDESHOW: Reading directory "modules/MMM-BackgroundSlideshow/BackgroundImages" for images.
          0|MagicMir | [27.12.2023 15:40.26.698] [INFO]  BACKGROUNDSLIDESHOW: 48 files found
          0|MagicMir | [27.12.2023 15:40.26.762] [INFO]  Checking git for module: MMM-TAF
          0|MagicMir | [27.12.2023 15:40.26.805] [INFO]  BACKGROUNDSLIDESHOW_NEXT_IMAGE
          0|MagicMir | [27.12.2023 15:40.26.808] [INFO]  BACKGROUNDSLIDESHOW: reading path "modules/MMM-BackgroundSlideshow/BackgroundImages/IMG_9710.JPG"
          0|MagicMir | [27.12.2023 15:40.26.983] [LOG]   Airports remaining: 7
          0|MagicMir | [27.12.2023 15:40.26.991] [LOG]   Airports remaining: 6
          0|MagicMir | [27.12.2023 15:40.26.996] [LOG]   Airports remaining: 5
          0|MagicMir | [27.12.2023 15:40.27.000] [LOG]   Airports remaining: 4
          0|MagicMir | [27.12.2023 15:40.27.007] [LOG]   Airports remaining: 3
          0|MagicMir | [27.12.2023 15:40.27.014] [LOG]   Airports remaining: 2
          0|MagicMir | [27.12.2023 15:40.27.019] [LOG]   Airports remaining: 1
          0|MagicMir | [27.12.2023 15:40.27.024] [LOG]   Airports remaining: 0
          0|MagicMir | [27.12.2023 15:40.27.031] [LOG]   Socket notification sent.
          0|MagicMir | [27.12.2023 15:40.27.034] [INFO]  Checking git for module: MMM-OpenmapWeather
          0|MagicMir | [27.12.2023 15:40.27.103] [INFO]  Checking git for module: MagicMirror
          
          
          S 1 Reply Last reply Dec 27, 2023, 2:43 PM Reply Quote 0
          • S Offline
            sdetweil @MajorC
            last edited by Dec 27, 2023, 2:43 PM

            @MajorC hm… can you do node -v

            should be 18 or 20

            also send me the ~/MagicMirror/installers/upgrade.log

            same userid at gmail

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            M 1 Reply Last reply Dec 27, 2023, 2:44 PM Reply Quote 0
            • M Offline
              MajorC Project Sponsor @sdetweil
              last edited by Dec 27, 2023, 2:44 PM

              @sdetweil

              I changed it to https, but still no news. I will try your next suggestion.

              M 1 Reply Last reply Dec 27, 2023, 2:46 PM Reply Quote 0
              • M Offline
                MajorC Project Sponsor @MajorC
                last edited by Dec 27, 2023, 2:46 PM

                This is with https:

                pi@ratingen:~ $ pm2 logs --lines=50
                [TAILING] Tailing last 50 lines for [all] processes (change the value with --lines option)
                /home/pi/.pm2/pm2.log last 50 lines:
                PM2        | 2023-12-27T15:40:18: PM2 log: Stopping app:MagicMirror id:0
                PM2        | 2023-12-27T15:40:18: PM2 log: App [MagicMirror:0] exited with code [0] via signal [SIGINT]
                PM2        | 2023-12-27T15:40:18: PM2 log: pid=1682 msg=process killed
                PM2        | 2023-12-27T15:40:18: PM2 log: App [MagicMirror:0] starting in -fork mode-
                PM2        | 2023-12-27T15:40:18: PM2 log: App [MagicMirror:0] online
                PM2        | 2023-12-27T15:43:49: PM2 log: Change detected on path config/config.js for app MagicMirror - restarting
                PM2        | 2023-12-27T15:43:49: PM2 log: Stopping app:MagicMirror id:0
                PM2        | 2023-12-27T15:43:50: PM2 log: pid=2262 msg=failed to kill - retrying in 100ms
                PM2        | 2023-12-27T15:43:50: PM2 log: App [MagicMirror:0] exited with code [0] via signal [SIGINT]
                PM2        | 2023-12-27T15:43:50: PM2 log: pid=2262 msg=process killed
                PM2        | 2023-12-27T15:43:50: PM2 log: App [MagicMirror:0] starting in -fork mode-
                PM2        | 2023-12-27T15:43:50: PM2 log: App [MagicMirror:0] online
                
                /home/pi/.pm2/logs/MagicMirror-error.log last 50 lines:
                0|MagicMir |     at fetchNews (/home/pi/MagicMirror/modules/default/newsfeed/newsfeedfetcher.js:110:3)
                0|MagicMir |     at NewsfeedFetcher.startFetch (/home/pi/MagicMirror/modules/default/newsfeed/newsfeedfetcher.js:153:3)
                0|MagicMir |     at Class.createFetcher (/home/pi/MagicMirror/modules/default/newsfeed/node_helper.js:72:11)
                0|MagicMir |     at Class.socketNotificationReceived (/home/pi/MagicMirror/modules/default/newsfeed/node_helper.js:22:9)
                0|MagicMir |     at Socket.<anonymous> (/home/pi/MagicMirror/js/node_helper.js:104:11)
                0|MagicMir |     at Socket.emit (node:events:513:28)
                0|MagicMir |     at Socket.emitUntyped (/home/pi/MagicMirror/node_modules/socket.io/dist/typed-events.js:69:22)
                0|MagicMir |     at /home/pi/MagicMirror/node_modules/socket.io/dist/socket.js:704:39
                0|MagicMir |     at process.processTicksAndRejections (node:internal/process/task_queues:78:11)
                0|MagicMir | [27.12.2023 15:43.57.779] [ERROR] MagicMirror² will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
                0|MagicMir | [27.12.2023 15:43.57.780] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
                0|MagicMir | [27.12.2023 15:43.57.783] [ERROR] Whoops! There was an uncaught exception...
                0|MagicMir | [27.12.2023 15:43.57.785] [ERROR] ReferenceError: fetch is not defined
                0|MagicMir |     at fetchNews (/home/pi/MagicMirror/modules/default/newsfeed/newsfeedfetcher.js:110:3)
                0|MagicMir |     at NewsfeedFetcher.startFetch (/home/pi/MagicMirror/modules/default/newsfeed/newsfeedfetcher.js:153:3)
                0|MagicMir |     at Class.createFetcher (/home/pi/MagicMirror/modules/default/newsfeed/node_helper.js:72:11)
                0|MagicMir |     at Class.socketNotificationReceived (/home/pi/MagicMirror/modules/default/newsfeed/node_helper.js:22:9)
                0|MagicMir |     at Socket.<anonymous> (/home/pi/MagicMirror/js/node_helper.js:104:11)
                0|MagicMir |     at Socket.emit (node:events:513:28)
                0|MagicMir |     at Socket.emitUntyped (/home/pi/MagicMirror/node_modules/socket.io/dist/typed-events.js:69:22)
                0|MagicMir |     at /home/pi/MagicMirror/node_modules/socket.io/dist/socket.js:704:39
                0|MagicMir |     at process.processTicksAndRejections (node:internal/process/task_queues:78:11)
                0|MagicMir | [27.12.2023 15:43.57.786] [ERROR] MagicMirror² will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
                0|MagicMir | [27.12.2023 15:43.57.786] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
                0|MagicMir | [27.12.2023 15:43.57.790] [ERROR] Whoops! There was an uncaught exception...
                0|MagicMir | [27.12.2023 15:43.57.791] [ERROR] ReferenceError: fetch is not defined
                0|MagicMir |     at fetchNews (/home/pi/MagicMirror/modules/default/newsfeed/newsfeedfetcher.js:110:3)
                0|MagicMir |     at NewsfeedFetcher.startFetch (/home/pi/MagicMirror/modules/default/newsfeed/newsfeedfetcher.js:153:3)
                0|MagicMir |     at Class.createFetcher (/home/pi/MagicMirror/modules/default/newsfeed/node_helper.js:72:11)
                0|MagicMir |     at Class.socketNotificationReceived (/home/pi/MagicMirror/modules/default/newsfeed/node_helper.js:22:9)
                0|MagicMir |     at Socket.<anonymous> (/home/pi/MagicMirror/js/node_helper.js:104:11)
                0|MagicMir |     at Socket.emit (node:events:513:28)
                0|MagicMir |     at Socket.emitUntyped (/home/pi/MagicMirror/node_modules/socket.io/dist/typed-events.js:69:22)
                0|MagicMir |     at /home/pi/MagicMirror/node_modules/socket.io/dist/socket.js:704:39
                0|MagicMir |     at process.processTicksAndRejections (node:internal/process/task_queues:78:11)
                0|MagicMir | [27.12.2023 15:43.57.792] [ERROR] MagicMirror² will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
                0|MagicMir | [27.12.2023 15:43.57.792] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
                0|MagicMir | [27.12.2023 15:43.57.796] [ERROR] Whoops! There was an uncaught exception...
                0|MagicMir | [27.12.2023 15:43.57.798] [ERROR] ReferenceError: fetch is not defined
                0|MagicMir |     at fetchNews (/home/pi/MagicMirror/modules/default/newsfeed/newsfeedfetcher.js:110:3)
                0|MagicMir |     at NewsfeedFetcher.startFetch (/home/pi/MagicMirror/modules/default/newsfeed/newsfeedfetcher.js:153:3)
                0|MagicMir |     at Class.createFetcher (/home/pi/MagicMirror/modules/default/newsfeed/node_helper.js:72:11)
                0|MagicMir |     at Class.socketNotificationReceived (/home/pi/MagicMirror/modules/default/newsfeed/node_helper.js:22:9)
                0|MagicMir |     at Socket.<anonymous> (/home/pi/MagicMirror/js/node_helper.js:104:11)
                0|MagicMir |     at Socket.emit (node:events:513:28)
                0|MagicMir |     at Socket.emitUntyped (/home/pi/MagicMirror/node_modules/socket.io/dist/typed-events.js:69:22)
                0|MagicMir |     at /home/pi/MagicMirror/node_modules/socket.io/dist/socket.js:704:39
                0|MagicMir |     at process.processTicksAndRejections (node:internal/process/task_queues:78:11)
                0|MagicMir | [27.12.2023 15:43.57.800] [ERROR] MagicMirror² will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
                0|MagicMir | [27.12.2023 15:43.57.800] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
                
                /home/pi/.pm2/logs/MagicMirror-out.log last 50 lines:
                0|MagicMir | [27.12.2023 15:43.54.094] [LOG]   Starting server on port 8080 ...
                0|MagicMir | [27.12.2023 15:43.54.113] [LOG]   Server started ...
                0|MagicMir | [27.12.2023 15:43.54.114] [LOG]   Connecting socket for: updatenotification
                0|MagicMir | [27.12.2023 15:43.54.115] [LOG]   Starting module helper: updatenotification
                0|MagicMir | [27.12.2023 15:43.54.115] [LOG]   Connecting socket for: MMM-BackgroundSlideshow
                0|MagicMir | [27.12.2023 15:43.54.117] [LOG]   Connecting socket for: MMM-DWD-WarnWeather
                0|MagicMir | [27.12.2023 15:43.54.118] [LOG]   MMM-DWD-WarnWeather helper started...
                0|MagicMir | [27.12.2023 15:43.54.118] [LOG]   Connecting socket for: MMM-NINA
                0|MagicMir | [27.12.2023 15:43.54.119] [LOG]   MMM-NINA helper method started...
                0|MagicMir | [27.12.2023 15:43.54.119] [LOG]   Connecting socket for: MMM-TAF
                0|MagicMir | [27.12.2023 15:43.54.121] [LOG]   MMM-TAF helper started ...
                0|MagicMir | [27.12.2023 15:43.54.122] [LOG]   Connecting socket for: newsfeed
                0|MagicMir | [27.12.2023 15:43.54.123] [LOG]   Starting node helper for: newsfeed
                0|MagicMir | [27.12.2023 15:43.54.123] [LOG]   Sockets connected & modules started ...
                0|MagicMir | [27.12.2023 15:43.54.373] [LOG]   Launching application.
                0|MagicMir | [27.12.2023 15:43.57.679] [LOG]   Notification: GET_TAF
                0|MagicMir | [27.12.2023 15:43.57.683] [LOG]   --Aviation TAF: Fetching TAF Data--
                0|MagicMir | [27.12.2023 15:43.57.688] [LOG]   Checking URL: http://avwx.rest/api/metar/EDDL?options=summary,translate,info&format=json&onfail=cache
                0|MagicMir | [27.12.2023 15:43.57.705] [LOG]   Checking URL: http://avwx.rest/api/taf/EDDL?options=summary&format=json&onfail=cache
                0|MagicMir | [27.12.2023 15:43.57.709] [LOG]   Checking URL: http://avwx.rest/api/metar/EDLP?options=summary,translate,info&format=json&onfail=cache
                0|MagicMir | [27.12.2023 15:43.57.714] [LOG]   Checking URL: http://avwx.rest/api/taf/EDLP?options=summary&format=json&onfail=cache
                0|MagicMir | [27.12.2023 15:43.57.719] [LOG]   Checking URL: http://avwx.rest/api/metar/EDDB?options=summary,translate,info&format=json&onfail=cache
                0|MagicMir | [27.12.2023 15:43.57.725] [LOG]   Checking URL: http://avwx.rest/api/taf/EDDB?options=summary&format=json&onfail=cache
                0|MagicMir | [27.12.2023 15:43.57.729] [LOG]   Checking URL: http://avwx.rest/api/metar/EDDH?options=summary,translate,info&format=json&onfail=cache
                0|MagicMir | [27.12.2023 15:43.57.733] [LOG]   Checking URL: http://avwx.rest/api/taf/EDDH?options=summary&format=json&onfail=cache
                0|MagicMir | [27.12.2023 15:43.57.738] [LOG]   Create new newsfetcher for url: https://www.spiegel.de/schlagzeilen/tops/index.rss - Interval: 300000
                0|MagicMir | [27.12.2023 15:43.57.768] [LOG]   Create new newsfetcher for url: https://rss.sueddeutsche.de/rss/Topthemen - Interval: 300000
                0|MagicMir | [27.12.2023 15:43.57.775] [LOG]   Create new newsfetcher for url: https://www.tagesschau.de/infoservices/alle-meldungen-100~rss2.xml - Interval: 300000
                0|MagicMir | [27.12.2023 15:43.57.781] [LOG]   Create new newsfetcher for url: https://www.eddh.de/special/rss/feed.rss - Interval: 300000
                0|MagicMir | [27.12.2023 15:43.57.789] [LOG]   Create new newsfetcher for url: https://rp-online.de/feed.rss - Interval: 300000
                0|MagicMir | [27.12.2023 15:43.57.795] [LOG]   Create new newsfetcher for url: https://rp-online.de/nrw/staedte/ratingen/feed.rss - Interval: 300000
                0|MagicMir | [27.12.2023 15:43.57.874] [INFO]  Checking git for module: MMM-BackgroundSlideshow
                0|MagicMir | [27.12.2023 15:43.57.986] [INFO]  Checking git for module: MMM-DWD-WarnWeather
                0|MagicMir | [27.12.2023 15:43.58.104] [INFO]  Checking git for module: MMM-NINA
                0|MagicMir | [27.12.2023 15:43.58.141] [INFO]  BACKGROUNDSLIDESHOW: Reading directory "modules/MMM-BackgroundSlideshow/BackgroundImages" for images.
                0|MagicMir | [27.12.2023 15:43.58.152] [INFO]  BACKGROUNDSLIDESHOW: 48 files found
                0|MagicMir | [27.12.2023 15:43.58.185] [INFO]  Checking git for module: MMM-TAF
                0|MagicMir | [27.12.2023 15:43.58.232] [INFO]  BACKGROUNDSLIDESHOW_NEXT_IMAGE
                0|MagicMir | [27.12.2023 15:43.58.234] [INFO]  BACKGROUNDSLIDESHOW: reading path "modules/MMM-BackgroundSlideshow/BackgroundImages/IMG_1402.JPG"
                0|MagicMir | [27.12.2023 15:43.58.386] [LOG]   Airports remaining: 7
                0|MagicMir | [27.12.2023 15:43.58.394] [INFO]  Checking git for module: MMM-OpenmapWeather
                0|MagicMir | [27.12.2023 15:43.58.456] [LOG]   Airports remaining: 6
                0|MagicMir | [27.12.2023 15:43.58.473] [LOG]   Airports remaining: 5
                0|MagicMir | [27.12.2023 15:43.58.482] [INFO]  Checking git for module: MagicMirror
                0|MagicMir | [27.12.2023 15:43.58.669] [LOG]   Airports remaining: 4
                0|MagicMir | [27.12.2023 15:43.59.642] [LOG]   Airports remaining: 3
                0|MagicMir | [27.12.2023 15:44.00.486] [LOG]   Airports remaining: 2
                0|MagicMir | [27.12.2023 15:44.00.492] [LOG]   Airports remaining: 1
                0|MagicMir | [27.12.2023 15:44.00.504] [LOG]   Airports remaining: 0
                0|MagicMir | [27.12.2023 15:44.00.509] [LOG]   Socket notification sent.
                
                
                
                S 1 Reply Last reply Dec 27, 2023, 2:47 PM Reply Quote 0
                • S Offline
                  sdetweil @MajorC
                  last edited by Dec 27, 2023, 2:47 PM

                  @MajorC yeh it’s not code problem

                  the version of node is down level, but I should have upgraded it

                  I need to see the upgrade.log to figure out why.

                  did u try to manual upgrade first?

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  S 1 Reply Last reply Dec 27, 2023, 2:49 PM Reply Quote 0
                  • S Offline
                    sdetweil @sdetweil
                    last edited by Dec 27, 2023, 2:49 PM

                    @MajorC I’m going to be gone for a few hours helping my daughter.

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    S 1 Reply Last reply Dec 27, 2023, 10:38 PM Reply Quote 0
                    • S Offline
                      sdetweil @sdetweil
                      last edited by sdetweil Dec 27, 2023, 10:39 PM Dec 27, 2023, 10:38 PM

                      @MajorC I am back. I need to see the upgrade.log

                      ~/MagicMirror/installers/upgrade.log
                      

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      M 1 Reply Last reply Dec 27, 2023, 10:49 PM Reply Quote 0
                      • 1
                      • 2
                      • 1 / 2
                      1 / 2
                      • First post
                        6/14
                        Last post
                      Enjoying MagicMirror? Please consider a donation!
                      MagicMirror created by Michael Teeuw.
                      Forum managed by Sam, technical setup by Karsten.
                      This forum is using NodeBB as its core | Contributors
                      Contact | Privacy Policy