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

    Posts

    Recent Best Controversial
    • RE: MMM-Domiticz

      @Smotx

      excluding can be done by adding the device names in the excludeDevices array in your config.js file

      posted in Utilities
      C
      Charley
    • RE: MMM-Domiticz

      Today added support for p1 Smart meters

      first update your module

      cd MagicMirror/modules/MMM-Domoticz
      git pull
      pm2 restart MagicMirror
      

      Add these 2 lines to the config file

      smartMeter:  true,
      smartMeterOffset: 0  
      
      

      You may need a commy behind the 0 from smartMeterOffset
      The offset you use if the meter wasn’t zero when you moved in or if you want to show total per year of month

      posted in Utilities
      C
      Charley
    • RE: MMM-Bose-Soundtouch

      @shizzleDIZZLE
      Can you try to enter the IP address and portnumber followed by /now_playing when you have the soundtouch speaker playing music.
      Depending on your network something like http://192.168.1.51:8090/now_playing

      Does it give you an XML response?
      If nothing comes as a response your ipaddress or port number might be wrong. I you get an XML file please reply with the response I can try to fix the issue.

      posted in Entertainment
      C
      Charley
    • RE: MMM-Bose-Soundtouch

      At this moment there is no API for AR 500 speakers from BOSE available. As soon as they come out with an API I will try to implement it.

      posted in Entertainment
      C
      Charley
    • RE: Help needed - getting informations from XML File

      The easiest I have used is to conevrt to json
      just add xml2json like I have used in my Bose Soundtouch module.

      This is the link to the js file

      with

      var json=xml2json(data);
      
      

      can use the variables quickly.

      Good luck

      posted in Development
      C
      Charley
    • RE: RGB light changing during day

      Hello Max,

      Following up on your message on topic https://forum.magicmirror.builders/topic/8604/rgb-light-changing-during-day
      I have update the ESP RGBw control with timers. Now it does it all.

      posted in Requests
      C
      Charley
    • RE: Fu.. OFF... What happned? Unexpected Token

      That ) in the second doesn’t look like something proper.
      When did this happen?
      What modules do you have installed?

      posted in Troubleshooting
      C
      Charley
    • RE: RGB light changing during day

      Hello Lorenzo,

      I am working on a RGB(W) module on a ESP32 that controls the LEDS it will be available as I can foresee the beginning of next week.

      RGB(W) Control for ESP32/MQTT

      It is off topic on this forum so contact me through github.

      posted in Requests
      C
      Charley
    • RE: MMM-Domiticz

      It shows only devices at are switched on.

      posted in Utilities
      C
      Charley
    • RE: RGB light changing during day

      Hello Lorenzo,

      Is this a topic for the magic mirror or for the Raspberry PI?
      There are enough websites where you can find this information.

      posted in Requests
      C
      Charley
    • RE: Weatherforecast module problem

      With the free option of openweathermaps the maximum is 5 days.

      posted in Troubleshooting
      C
      Charley
    • RE: Monitor not waking up from sleep

      Is your Raspberry not in screensaver mode?
      It looks like the MM is not responsive.

      posted in Hardware
      C
      Charley
    • RE: start on reboot

      With the pm2 startup you are not ready.

      Read the output and copy and paste the command that is the most made mistake.

      posted in Troubleshooting
      C
      Charley
    • RE: MagicMirror freezes my pi

      @mariecbilodeau what do you see on the screen if it freezes. A blank screen or a screen that isn’t updating?

      Mine went blank but was due to the screensaver. It should be disabled.

      posted in Troubleshooting
      C
      Charley
    • RE: Add an external output to Dash Board from an html or Xml file.

      You try to get the data in JSON format and with a node_helper make a small module that reads the data and displays it. There are several modules where you can see how to retrieve data. You can look at the code from my Domoticz module

      posted in Custom CSS
      C
      Charley
    • RE: MMM-crypto-portfolio

      @maros If you look in the css file at line 54 it says

      font-size:14px
      

      You can increase or decrease the number (this size is chosen so it will align properly)

      posted in Utilities
      C
      Charley
    • RE: MMM-crypto-portfolio

      Did it help you?

      posted in Utilities
      C
      Charley
    • RE: RSS FEED

      If you want to see more then just the title you must set the configurations options properly

      check The Configuration options here.

      posted in Utilities
      C
      Charley
    • RE: MMM-crypto-portfolio

      SingularDTV is at position 280 and Linda at 351 at coincapmarket.

      Just increase the limit: 100 in config.js to 380

      If you look at the example config.js the last line tells you increase if your currency doesn’t appear there are over 1000 at coincapmarket.com (at this moment 1656)

      posted in Utilities
      C
      Charley
    • Newsfeed for de Telegraaf not working.

      The newsfeed module doesn’t load the new feeds from the Dutch Newspaper “de Telegraaf”

      Does someone know how to fix this?

      Their rss is here!

      there are no errors in the pm2 logs

      0|mm       | Create new news fetcher for url: https://www.telegraaf.nl/rss? - Interval: 600000
      0|mm       | Create new news fetcher for url: https://www.telegraaf.nl/nieuws/opmerkelijk/rss - Interval: 600000
      0|mm       | Create new news fetcher for url: https://www.telegraaf.nl/nieuws/buitenland/rss - Interval: 600000
      
      posted in Troubleshooting
      C
      Charley
    • 1
    • 2
    • 3
    • 4
    • 5
    • 1 / 5