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

    Posts

    Recent Best Controversial
    • RE: MMM-Fuel

      @sdetweil
      Found it
      MMM-DumbAssCatFacts.js
      change line 100,

      from

          this.facts = data.body.all;
      

      to this

          this.facts = data.body;
      

      Sam

      posted in Troubleshooting
      plainbrokeP
      plainbroke
    • RE: MMM-Fuel

      @sdetweil
      And you would think I would remember that tip.
      I haven’t added anything new to my mirror in a very long time.
      It just does its thing. Dumbass Cats is not showing up again it just says MEOW. But that is for another day. I am looking for the fix you gave me sometime ago to see it that is the problem again.

      posted in Troubleshooting
      plainbrokeP
      plainbroke
    • RE: MMM-Fuel

      @sdetweil

      
      {
              module: "MMM-Fuel",
              position: "middle_center",
              config: {
                      api_key: "my super secret key",
                      provider: "autoblog", //"gasbuddy",
                      lat: "38.82",
                      lng: "-95.68",
                      zip: "66414",
                      types: ["regular", "unl88"],
                      fade: "false",
                      radius: 20,
                      max: 14,
              }
      },
      
      
      posted in Troubleshooting
      plainbrokeP
      plainbroke
    • MMM-Fuel

      Can’t get the fade to stop in MMM-Fuel.
      fade: false,
      Doesn’t Work.

      posted in Troubleshooting
      plainbrokeP
      plainbroke
    • RE: MMM-SingleStock
      0|mm  | MESA-LOADER: failed to retrieve device information
      0|mm  | MESA-LOADER: failed to retrieve device information
      0|mm  | MESA-LOADER: failed to retrieve device information
      0|mm  | MESA-LOADER: failed to open kms_swrast (search paths /usr/lib/arm-linux-gnueabihf/dri:\$${ORIGIN}/dri:/usr/lib/dri)
      0|mm  | failed to load driver: kms_swrast
      0|mm  | MESA-LOADER: failed to open swrast (search paths /usr/lib/arm-linux-gnueabihf/dri:\$${ORIGIN}/dri:/usr/lib/dri)
      0|mm  | failed to load swrast driver
      0|mm  | [1969:0731/182543.028972:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 1 times!
      
      
      posted in Troubleshooting
      plainbrokeP
      plainbroke
    • MMM-jast

      Can anyone tell me the line I need to add to my Custom.css
      to enlarge the font in MMM-jast?

      posted in Custom CSS
      plainbrokeP
      plainbroke
    • RE: MMM-SingleStock

      @bhepler
      These are the only things not in green. ```
      code_text

      0|mm  | [1607:0731/171531.058268:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 3 times!
      0|mm  | [1556:0731/171533.905455:ERROR:object_proxy.cc(590)] Failed to call method: org.freedesktop.NetworkManager.GetDevices: object_path= /org/freedesktop/NetworkManager: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.NetworkManager was not provided by any .service files
      posted in Troubleshooting
      plainbrokeP
      plainbroke
    • RE: MMM-SingleStock

      @Jalibu
      Thats all fine and dandy, except I now have to figure out how to make it very large to fit middle center on my 48 inch screen.
      I had SingleStock all setup to fit my screen. I just need to know how to fix it really. I am using a 120px font with singleStock.

      posted in Troubleshooting
      plainbrokeP
      plainbroke
    • RE: MMM-SingleStock

      @bhepler
      Ok, where are these logs you speak of?
      I am not very good with all this. I do a lot of trial and error, to figure out what is needed to get MM to work the way I want it to.
      After saying that I am pretty good at following instructions.

      posted in Troubleshooting
      plainbrokeP
      plainbroke
    • RE: Is there a Difference between these ???

      Ok, I get it I did not post it correctly.
      What I am trying to get at does it matter if the line is one line of text or does it need to be several lines to make it read correctly in MM?

      posted in Troubleshooting
      plainbrokeP
      plainbroke
    • Is there a Difference between these ???

      Does config.js see a difference between these?
      {
      ipAddress: “192.168.178.31”,
      name: “QNAP1”,
      icon: “database”,
      colorStateOnline: “green”,
      colorStateOffline: “red”,
      },

      { ipAddress: “192.168.178.31”, name: “QNAP1”, icon: database", colorStateOnline: “green”, colorStateOffline: “red” },

      I only ask because I can not get the color State’s to work.

      posted in Troubleshooting
      plainbrokeP
      plainbroke
    • RE: MMM-NetworkScanner

      I finally figured out that I can use 2 instances of this module. Like so and they show up side by side on the screen allowing me to run 20 or so in this module.
      {
      module: “MMM-NetworkScanner”,
      position: “top_left”,
      header: “”,
      config: {
      devices: [
      { ipAddress:
      {
      module: “MMM-NetworkScanner”,
      position: “top_right”,
      header: “”,
      config: {
      devices: [
      { ipAddress:

      posted in Requests
      plainbrokeP
      plainbroke
    • RE: V2.24

      Turned out to be a failing ssd drive.
      Replace SSD found old backup of MM so only had to do a little rebuilding of custom.css and config.js
      Used Sams backup restore program to restore all but a couple of the modules 33 at this time.
      Thanks Sam for the help…

      posted in Troubleshooting
      plainbrokeP
      plainbroke
    • RE: pm2 doesnt work with crontab

      This is all I use in my crontab -e
      15 07 * * * pm2 start mm
      30 21 * * * pm2 stop all
      Shuts MM down at 9:30 pm
      Starts MM backup at 7:15 am
      EVERYDAY.
      I have a Black background color and the bar at the bottom using black background which makes it look like the screen is off basically.
      That way it doesn’t flood the room with light at night.
      Also less read / writes to the ssd drive I use for my MM.

      posted in Troubleshooting
      plainbrokeP
      plainbroke
    • MMM-SingleStock

      I have been trying for a week now to get Single Stock to work again.
      I removed and reinstalled it.
      tried it again, no luck.
      ran npm install in the modules/MMM-SingleStock folder.
      still no luck
      Went and deleted and made a new API token.
      Still no luck.
      Any Idea’s as to what I am doing wrong?
      I have 32 other modules running using carousel but can not get this one to work.
      Do I have to have config.js set to 0.0.0.0 or localhost instead of [ } ?

      posted in Troubleshooting
      plainbrokeP
      plainbroke
    • RE: SingleStock

      @plainbroke
      I can not get SingleStock to work for some reason.
      I have removed (deleted) using “sudo rm -rf” then reinstalled.
      git clone https://github.com/balassy/MMM-SingleStock.git
      did npm install
      went at got a NEW api token at https://iexcloud.io/console/tokens.
      Just incase my old one expired or was corrupt,
      still no luck.
      Any IDEA’s ???
      I just want to monitor my UPS Stock.

      posted in Troubleshooting
      plainbrokeP
      plainbroke
    • RE: pm2 doesnt work with crontab

      @Assassins
      I would like to see this script. Please.

      posted in Troubleshooting
      plainbrokeP
      plainbroke
    • RE: Move the number in each day of monthly calendar

      @MMRIZE
      Thank you so much. I would have never come to that conclusion.

      posted in Custom CSS
      plainbrokeP
      plainbroke
    • RE: V2.24

      @sdetweil
      No can do there isn’t one, I think I will clone my setup to a zip drive and see if the SSD is corrupt or failing or something like that.

      posted in Troubleshooting
      plainbrokeP
      plainbroke
    • V2.24

      Having issues updating to V2.24.
      I tried using Sams automated update script.
      It goes through and updates it , but as soon as I reboot I am back to 2.23 and have lost all my changes to my config.js and custom.css . I even lost the modules I just installed today on v2.23. I am using a external ssd drive 120gb.
      Thanks
      Jeff.

      posted in Troubleshooting
      plainbrokeP
      plainbroke
    • 1 / 1