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

    Topics

    • M

      error after 2.23 update

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      3
      0 Votes
      3 Posts
      278 Views
      M
      @sdetweil said in error after 2.23 update: @mayfield you didn’t finish the upgrade, 2 steps git pull npm install you did not do step 2 Thanks Sam yes your right
    • M

      MMM-EnergyMonitor help

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      8
      1 Votes
      8 Posts
      540 Views
      M
      @sdetweil Hear are somefile.txt and my config.js > magicmirror@2.21.0 start > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js [09.10.2022 09:14.04.452] [LOG] Starting MagicMirror: v2.21.0 [09.10.2022 09:14.04.467] [LOG] Loading config ... [09.10.2022 09:14.04.483] [LOG] Loading module helpers ... [09.10.2022 09:14.04.487] [LOG] No helper found for module: alert. [09.10.2022 09:14.04.523] [LOG] Initializing new module helper ... [09.10.2022 09:14.04.526] [LOG] Module helper loaded: updatenotification [09.10.2022 09:14.04.529] [LOG] No helper found for module: clock. [09.10.2022 09:14.04.968] [LOG] Initializing new module helper ... [09.10.2022 09:14.04.977] [LOG] Module helper loaded: calendar [09.10.2022 09:14.05.125] [LOG] Initializing new module helper ... [09.10.2022 09:14.05.149] [LOG] Module helper loaded: MMM-Fronius2 [09.10.2022 09:14.05.153] [LOG] No helper found for module: MMM-EnergyMonitor. [09.10.2022 09:14.05.156] [LOG] No helper found for module: weather. [09.10.2022 09:14.05.212] [LOG] Initializing new module helper ... [09.10.2022 09:14.05.213] [LOG] Module helper loaded: newsfeed [09.10.2022 09:14.05.215] [LOG] All module helpers loaded. [09.10.2022 09:14.05.439] [LOG] Starting server on port 8080 ... [09.10.2022 09:14.05.470] [LOG] Server started ... [09.10.2022 09:14.05.472] [LOG] Connecting socket for: updatenotification [09.10.2022 09:14.05.474] [LOG] Starting module helper: updatenotification [09.10.2022 09:14.05.475] [LOG] Connecting socket for: calendar [09.10.2022 09:14.05.477] [LOG] Starting node helper for: calendar [09.10.2022 09:14.05.483] [LOG] Connecting socket for: MMM-Fronius2 [09.10.2022 09:14.05.484] [LOG] Starting module helper: MMM-Fronius2 [09.10.2022 09:14.05.486] [LOG] Connecting socket for: newsfeed [09.10.2022 09:14.05.488] [LOG] Starting node helper for: newsfeed [09.10.2022 09:14.05.489] [LOG] Sockets connected & modules started ... [09.10.2022 09:14.05.950] [LOG] Launching application. [09.10.2022 09:14.11.582] [LOG] Create new calendarfetcher for url: https://www.vic.gov.au/sites/default/files/2019-02/Victorian-school-term-dates.ics - Interval: 300000 [09.10.2022 09:14.11.670] [LOG] Create new calendarfetcher for url: https://www.vic.gov.au/sites/default/files/2021-09/Victorian-public-holiday-dates.ics - Interval: 300000 [09.10.2022 09:14.11.687] [LOG] Create new newsfetcher for url: https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml - Interval: 300000 [09.10.2022 09:14.11.696] [INFO] Checking git for module: MMM-Fronius2 [09.10.2022 09:14.11.745] [INFO] Checking git for module: MMM-EnergyMonitor [09.10.2022 09:14.11.796] [INFO] Checking git for module: default [09.10.2022 09:14.12.782] [INFO] Calendar-Fetcher: Broadcasting 14 events. [09.10.2022 09:14.14.376] [INFO] Newsfeed-Fetcher: Broadcasting 34 items. /* MagicMirror² Config Sample * * By Michael Teeuw https://michaelteeuw.nl * MIT Licensed. * * For more information on how you can configure this file * see https://docs.magicmirror.builders/configuration/introduction.html * and https://docs.magicmirror.builders/modules/configuration.html */ let config = { address: "localhost", // Address to listen on, can be: // - "localhost", "127.0.0.1", "::1" to listen on loopback interface // - another specific IPv4/6 to listen on a specific interface // - "0.0.0.0", "::" to listen on any interface // Default, when address config is left out or empty, is "localhost" port: 8080, basePath: "/", // The URL path where MagicMirror² is hosted. If you are using a Reverse proxy // you must set the sub path here. basePath must end with a / ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"], // Set [] to allow all IP addresses // or add a specific IPv4 of 192.168.1.5 : // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"], // or IPv4 range of 192.168.3.0 --> 192.168.3.15 use CIDR format : // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"], useHttps: false, // Support HTTPS or not, default "false" will use HTTP httpsPrivateKey: "", // HTTPS private key path, only require when useHttps is true httpsCertificate: "", // HTTPS Certificate path, only require when useHttps is true language: "en", locale: "en-AU", logLevel: ["INFO", "LOG", "WARN", "ERROR"], // Add "DEBUG" for even more logging timeFormat: 24, units: "metric", // serverOnly: true/false/"local" , // local for armv6l processors, default // starts serveronly and then starts chrome browser // false, default for all NON-armv6l devices // true, force serveronly mode, because you want to.. no UI on this device modules: [ { module: "alert", }, { module: "updatenotification", position: "top_bar" }, { module: "clock", position: "top_left" }, { module: "calendar", header: "Holidays", position: "top_left", config: { calendars: [ { symbol: "calendar-check", maximumEntries: '4', //url: "webcal://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics" url: "https://www.vic.gov.au/sites/default/files/2019-02/Victorian-school-term-dates.ics" }, { symbol: "birthday-cake", maximumEntries: "10", url: "https://www.vic.gov.au/sites/default/files/2021-09/Victorian-public-holiday-dates.ics", } ] } }, { module: 'MMM-Fronius2', position: "top_left", header: "Solar Panels", hidden: false, ip: "192.168.2.146", updateInterval: 3000, wattConversionOptions: { enabled: true, threshold: 1200, numDecimalDigits: 2, }, offlineDetectionOptions: { numRequests: 5, // Converter is considered offline after this num of failed requests offlineInterval: 1800000, // 30 Minutes }, requestTimeout: 1000, broadcastSolarPower: true, broadcastGridPower: true, broadcastBatteryPower: true, dummyData: false, }, { module: 'MMM-EnergyMonitor', disabled: false, position: 'middle_center', hidden: false, updateInterval: 3000, energyStorage: false, width: "100px", height: "100px", lineWidth: "8px", resetCycles: 3, logNotifications: false, wattConversionOptions: { enabled: true, threshold: 1200, numDecimalDigits: 2, }, iconCssClasses: { home: "fas fa-home", grid: "fas fa-plug", energyStorage: "fas fa-battery-half", localPowerSource: "fas fa-solar-panel", } }, { module: "compliments", disabled: true, position: "lower_third" }, { module: "weather", position: "top_right", config: { weatherProvider: "openweathermap", type: "current", location: "Fawkner, AU", locationID: "2166819", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city apiKey: "7e845e5fc36ce2a73900ec4152ca884c" } }, { module: "weather", position: "top_right", header: "Weather Forecast", config: { weatherProvider: "openweathermap", type: "forecast", location: "Fawkner, AU", locationID: "2166819", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city apiKey: "7e845e5fc36ce2a73900ec4152ca884c" } }, { module: "newsfeed", position: "bottom_bar", config: { feeds: [ { title: "New York Times", url: "https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml" } ], showSourceTitle: true, showPublishDate: true, broadcastNewsFeeds: true, broadcastNewsUpdates: true } }, ] }; /*************** DO NOT EDIT THE LINE BELOW ***************/ if (typeof module !== "undefined") {module.exports = config;}
    • M

      Errors listed on startup

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      2
      0 Votes
      2 Posts
      301 Views
      S
      @mayfield looks like the internet-monitor module is using a library with a deprecated (discontinued) sub library… the author has to fix that the GPU errors are noise, incorrect message bug in electron browser nothing we can do about it.
    • M

      MM logs

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      3
      0 Votes
      3 Posts
      3k Views
      mumblebajM
      @mayfield There are a few places to check the logs. If you start your mirror using pm2 then you can just run pm2 logs --lines 50 and see if there are any errors. You can change the line numbers to get more lines. You can also check the developers window (shift + ctrl + i) and see if there are any errors there. If you start your mirror using npm then you can check the terminal where you started the mirror from for any errors. For modules that are not working the issue is problem deprecated dependencies. See below post on how to fix these. https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later?page=1
    • M

      MMM-ModuleToggleButton install error

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      3
      0 Votes
      3 Posts
      739 Views
      M
      @bugsounet Gday mate Thanks heaps that works
    • M

      Compliments mod using custom.css

      Watching Ignoring Scheduled Pinned Locked Moved Custom CSS
      6
      0 Votes
      6 Posts
      1k Views
      M
      @sdetweil Appreciate the help Thanks
    • M

      After MM upgrade wont start

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      6
      0 Votes
      6 Posts
      780 Views
      M
      @sdetweil said in After MM upgrade wont start: npm install electron@17.2.0 Yes that worked thankyou
    • M

      MMPM not working

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      2
      0 Votes
      2 Posts
      441 Views
      M
      OK so I fixed this. I ssh into the pi and then ran mmpm --guided-setup then answered the questions and now its working again
    • M

      MMPM gui

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      6
      0 Votes
      6 Posts
      2k Views
      M
      @sdetweil Thanks for the tip I was reading through the command line options information and noticed when I ran mmpm list --gui-url in my terminal it returned http://127.0.1.1:7890 so I then changed the 8080 to 7890 and presto the mmpm web gui poped up not sure why? [image: mmpm3.png]
    • M

      MMM-Compliments_plus

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      4
      0 Votes
      4 Posts
      683 Views
      M
      @sdetweil OK thanks for the link, I did try this earlier and it didn’t work I must of not typed it properly - all good now
    • M

      Install another Magicmirror

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      4
      0 Votes
      4 Posts
      639 Views
      M
      Thanks for that
    • M

      config.js & code formatting

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      2
      0 Votes
      2 Posts
      465 Views
      S
      @mayfield I use the bitvise ssh client from my windows machine to edit files on the pi. just double click to edit as always. then I use notepad++, which has auto indent and good formatting . from my Mac, or Linux machines I use sublime-text as the editor and vscode is pretty good here too I don’t edit ON the pi if u don’t want to edit at all, use my MMM-Config module, which presents a form to fill in https://github.com/sdetweil/MMM-Config
    • M

      Newby question MMOS

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      3
      0 Votes
      3 Posts
      527 Views
      M
      @sdetweil Thanks for that, I thought I’d check before I start asking questions about it. I’ll go back and get the other MM working.
    • M

      Can't edit compliments.js

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      12
      0 Votes
      12 Posts
      3k Views
      M
      @sdetweil said in Can't edit compliments.js: @mayfield ah mmos… then u have to run the command inside the docker container where mm is installed OK cheers I’ll do some reading and thanks everyone for the help much appreciated
    • 1 / 1