@ianperrin Thank you for this!! I was going crazy with my MM, and swapping in your YouTube plugin fixed all kinds of problems I was having, that I have now figured out were because the older “MMM-YT-Stats” plugin is apparently broken.
Read the statement by Michael Teeuw here.
Best posts made by jbishop129
-
RE: YouTube Subscriber Counter
Latest posts made by jbishop129
-
RE: MMM-Carousel broken?
Fixed! Turns out (at least for me) “MMM-YT-SubCount” is broken. I noticed sub counts were not updating on this plugin, only updated on a MM restart. I swapped it out for MMM-YouTubeChannelStats which works perfectly, and Carousel started working normally after that. Hope this helps someone
-
RE: YouTube Subscriber Counter
@ianperrin Thank you for this!! I was going crazy with my MM, and swapping in your YouTube plugin fixed all kinds of problems I was having, that I have now figured out were because the older “MMM-YT-Stats” plugin is apparently broken.
-
RE: MMM-Carousel broken?
@sdetweil Thanks for the quick response! I dont see any errors in the npm start sequence:
[29.04.2021 10:57.48.313] [LOG] Starting MagicMirror: v2.15.0 [29.04.2021 10:57.48.318] [LOG] Loading config ... [29.04.2021 10:57.48.325] [LOG] Loading module helpers ... [29.04.2021 10:57.48.327] [LOG] No helper found for module: MMM-Carousel. [29.04.2021 10:57.48.346] [LOG] Initializing new module helper ... [29.04.2021 10:57.48.347] [LOG] Module helper loaded: MMM-BackgroundSlideshow [29.04.2021 10:57.48.349] [LOG] No helper found for module: clock. [29.04.2021 10:57.48.350] [LOG] No helper found for module: weather. [29.04.2021 10:57.48.401] [LOG] Initializing new module helper ... [29.04.2021 10:57.48.402] [LOG] Module helper loaded: newsfeed [29.04.2021 10:57.48.403] [LOG] All module helpers loaded. [29.04.2021 10:57.48.502] [LOG] Starting server on port 8080 ... [29.04.2021 10:57.48.515] [LOG] Server started ... [29.04.2021 10:57.48.516] [LOG] Connecting socket for: MMM-BackgroundSlideshow [29.04.2021 10:57.48.517] [LOG] Connecting socket for: newsfeed [29.04.2021 10:57.48.518] [LOG] Starting node helper for: newsfeed [29.04.2021 10:57.48.519] [LOG] Sockets connected & modules started ... [29.04.2021 10:57.48.731] [LOG] Launching application. [29.04.2021 10:57.50.370] [LOG] Create new news fetcher for url: http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml - Interval: 300000 [29.04.2021 10:57.50.386] [LOG] Create new news fetcher for url: http://feeds.bbci.co.uk/news/video_and_audio/news_front_page/rss.xml?edition=us - Interval: 300000 [29.04.2021 10:57.51.137] [INFO] Newsfeed-Fetcher: Broadcasting 35 items. [29.04.2021 10:57.51.942] [INFO] Newsfeed-Fetcher: Broadcasting 65 items.
… and the browser developer console logs are free of errors as well. I see all the modules as Registered. hmmm.
For what it’s worth, I have tried both flavors of the MMM-Carousel plugin:
Original
Forked -
MMM-Carousel broken?
Hey all, I’ve been a long-time MM user, and recently built a new Mirror using the “MagicMirror OS” image, on a RasPi 4 with the official 7" touchscreen. Works well!
I can’t figure out why “MMM-Carousel” doesn’t seem to be working for me any longer, and was wondering if maybe it is deprecated now? In the past, I’ve used it just for the “positional” mode, to move some things around on-screen from time to time, to prevent burn-in. My understanding is, once set up properly, any modules that are in the same position field are rotated through… so for example, duplicating my “clock” and “weather” modules, and in the second instance just switching their position, they will rotate through, via Carousel. Doesn’t seem to be working any longer, and I just have a duplicated, jumbled mess on my Mirror. Here’s my config, let me know if I’ve missed something, or if there’s detailed logging I’m overlooking that would point me in the right direction. Thanks! Slight redactions for privacy here:var config = { address: "0.0.0.0", port: 8080, ipWhitelist: [], language: "en", timeFormat: 12, units: "imperial", modules: [ { module: "MMM-Carousel", config: { transitionInterval: 10000, ignoreModules: ["MMM-BackgroundSlideshow"], mode: "positional", top_left: {enabled: true, ignoreModules: []}, upper_third: {enabled: true, ignoreModules: []}, } }, { module: 'MMM-BackgroundSlideshow', position: 'fullscreen_below', config: { imagePaths: ['modules/MMM-BackgroundSlideshow/exampleImages/'], transitionImages: true, transitions: ['opacity'], slideshowSpeed: 120000, randomizeImageOrder: true, transitionSpeed: '10s', gradient: [ "rgba(0, 0, 0, 0.75) 0%", "rgba(0, 0, 0, 0.40) 80%" ] } }, // Carousel position 1 { module: "clock", position: "top_left", config: { showPeriod: false, clockBold: false } }, { module: "weather", position: "upper_third", config: { type: 'current', weatherProvider: "openweathermap", roundTemp: true, degreeLabel: true, showHumidity: true, showFeelsLike: false, showWindDirectionAsArrow: true, appendLocationNameToHeader: false, location: "xxx", updateInterval: 300000, apiKey: "xxx" } }, // Carousel position 2 { module: "clock", position: "upper_third", config: { showPeriod: false, clockBold: false } }, { module: "weather", position: "top_left", config: { type: 'current', weatherProvider: "openweathermap", roundTemp: true, degreeLabel: true, showHumidity: true, showFeelsLike: false, showWindDirectionAsArrow: true, appendLocationNameToHeader: false, location: "xxx", updateInterval: 300000, apiKey: "xxx" } }, { module: "MMM-YT-SubCount", position: "middle_center", config: { apiKey: "xxx", showChannelImg: false, updateInterval: 15000, channelIds: [ { id: "xxx" } ] } }, { module: "newsfeed", position: "bottom_bar", config: { feeds: [ { title: "New York Times", url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml" }, { title: "BBC", url: "http://feeds.bbci.co.uk/news/video_and_audio/news_front_page/rss.xml?edition=us" } ], showSourceTitle: true, showPublishDate: true, showDescription: true, lengthDescription: 500, updateInterval: 20000, ignoreOldItems: true } } ] };
-
RE: Can't view MM on LG TV WebOS browser - others fine
I think what @potts-mike is implying is he got it to work with the prebuilt docker package, but not the newer version. If that’s correct, could you share your build version on the older docker image? Maybe we have an issue in the newer version preventing some browsers from working.
-
Can't view MM on LG TV WebOS browser - others fine
Hey all,
I’m new to MM, and loving it! I’m a heavy home automation enthusiast, so I quickly integrated this in to OpenHAB, and am running MM off a VM as a “server only” node, whitelisting my /24 network, and viewing the MM interface via full screen browser on some devices, tablets; works fantastic! My next step was to throw it on the built-in browser of my TV. It’s a new LG OLED, running WebOS, and it’s built-in browser is a Chrome variant. When trying to load my MM web interface, I see the title in the browser tab, “MagicMirror”, but the page itself never loads. I also notice back on my MM server, I don’t see the usual lines in the SSH session I see when other browsers connect to it.Can anyone point me in the right direction for logs to evaluate for possible clues? I’d love to be able to use MM natively on my TV without even needing to stand up a rPi physically attached as a client, although I will likely end up that route if this proves impossible.
Thanks!
Joe