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

    briantogo

    @briantogo

    2
    Reputation
    2
    Profile views
    19
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    briantogo Unfollow Follow

    Best posts made by briantogo

    • RE: MMM-ChameleonWeather shows wrong temp

      That fixed the issue Chris after an upgrade. Thanks for the help!

      posted in Troubleshooting
      B
      briantogo
    • RE: MMM-RAIN-MAP Zoom not working

      That worked! Thanks for the help!

      posted in Utilities
      B
      briantogo
    • RE: I am using the default clock module in analog mode. Is there a way to enlarge the date up top, and change the thickness of the clock hands?

      Finally got it Sam, thanks for the help

      posted in Troubleshooting
      B
      briantogo
    • DS18b20 issues

      I would like to display the temp from my DS18b20 sensor, but am having issues. I tried the following two modules: MMM-Temperature & MMM-temp-ds18b20. Both have failed on my RPi 5 running latest OS. I fear the read me’s for these modules are outdated. What’s the latest and greatest module to use? Has anyone had recent success in getting readings from this device to display on their MM’s?

      posted in Troubleshooting
      B
      briantogo

    Latest posts made by briantogo

    • Nest Camera

      Hello, I have a Nest camera that I would like to stream to my Magic Mirror, but have been struggling to find a module that will allow this. I do not with to share the stream publically. Any suggestions?

      posted in Troubleshooting
      B
      briantogo
    • MMM-ChameleonWeather extra images

      How were the chameleon images created? Is it possible to change the colors of the images found under the “frog” folder?

      posted in Troubleshooting
      B
      briantogo
    • RE: MMM-ChameleonWeather shows wrong temp

      That fixed the issue Chris after an upgrade. Thanks for the help!

      posted in Troubleshooting
      B
      briantogo
    • MMM-ChameleonWeather shows wrong temp

      When I run MMM-ChameleonWeather with imperial as my choice of temperature, the display adds a 1 to the temp. So instead of showing 83 degrees outside, it displays 183. It works fine when set to celcius. Any ideas?

      posted in Troubleshooting
      B
      briantogo
    • RE: MMM-temp-ds18b20 disable second sensor

      Thanks Sam, I had already changed “headers” field to ‘inside’, and I like it’s size and placement. I had removed the field “label” under the sensor field hoping to remove it from the config. Now I have re-added the label field, but left it blank. Now the config.js looks like this;

      sensors:[
      {
      id: “28-xxxxxxxxxxxx”,
      label: “”
      },

      Now, it just displays an extra line above the temp reading. Is there a way to, let’s say, zero out or cancel that field altogether? Is there perhaps a word I could type in between the quotes like Null or Void?

      Here is a screen grab from my mirror;
      20250630_20h22m06s_grim.png

      Thanks again,
      Brian

      posted in Troubleshooting
      B
      briantogo
    • RE: MMM-temp-ds18b20 disable second sensor

      Thanks Sam, that did remove the second sensor, but there is still undefined section above the temp to get rid of, as shown in the attachment. Any suggestions on that?20250630_10h39m23s_grim.jpg

      posted in Troubleshooting
      B
      briantogo
    • MMM-temp-ds18b20 disable second sensor

      I am using MMM-temp-ds18b20, but would like to disable the second sensor. I am also trying to get rid of any headers, so only the temperature from the ds18b20 is showing. I’ve looked around the Developers window, hoping to find a way to hide everything but the one temp, and couldn’t find anything there. I’ve adjusted the config.js entry to show this;

      {
             module: 'MMM-temp-ds18b20',
             position: 'top_right',
             config: {
                  refreshInterval: 10, // in seconds
                  displayMode: 'x-stack',
                  sensors:[
                      {
                          id: "28-021502d77aff",
                      },
                      {
                      }
                  ]
              }
          },
      

      Any suggestions?
      Thanks,
      Brian

      posted in Troubleshooting
      B
      briantogo
    • RE: DS18b20 issues

      I used a work through from Sam called “module not found error loading module in MagicMirror” dated Oct. 22/ 2021

      posted in Troubleshooting
      B
      briantogo
    • RE: DS18b20 issues

      OK, got MMM-temp-ds18b20 working, now I just have to figure the syntax needed to remove the second sensor.

      posted in Troubleshooting
      B
      briantogo
    • DS18b20 issues

      I would like to display the temp from my DS18b20 sensor, but am having issues. I tried the following two modules: MMM-Temperature & MMM-temp-ds18b20. Both have failed on my RPi 5 running latest OS. I fear the read me’s for these modules are outdated. What’s the latest and greatest module to use? Has anyone had recent success in getting readings from this device to display on their MM’s?

      posted in Troubleshooting
      B
      briantogo