• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
  1. Home
  2. Charley
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

Charley

@Charley

Module Developer
14
Reputation
2.4k
Profile views
92
Posts
6
Followers
0
Following
Joined Mar 13, 2018, 12:41 PM
Last Online Sep 14, 2024, 6:28 AM
Location Netherlands

Charley Unfollow Follow
Module Developer

Best posts made by Charley

  • RE: Black screen after MM v2.4.0 update.

    I also have a black screen.
    Tried both options

    dtoverlay=vc4-fkms-v3d
    

    and

    dtoverlay=vc4-kms-v3d
    
    posted in Troubleshooting
    C
    Charley
    Jul 3, 2018, 1:07 PM
  • MMM-crypto-portfolio

    Hello MagicMirror users,

    I have been working to improve Matteos Danelli’s cryptocurrency module.

    To add your own assets and get a proper layout I had to rewrite a big part of the module. In this module I am retrieving 2 data sets to get all data together.

    It is currently available in English, Deutsch, Nederlands, Italiano, Swedish if you can help adding languages it would be great.

    MMM-crypto-portfolio

    0_1522252122138_portfolio new.png
    (hope my assets rise again soon ;-)

    posted in Utilities
    C
    Charley
    Mar 28, 2018, 3:51 PM
  • MMM-Bose-Soundtouch

    Hello MagicMirror users,

    I have made a module that shows the music that is playing on your Bose Soundtouch
    It shows the name of the song, the artist and album.

    MMM-Bose-Soundtouch

    0_1522222882794_Soundtouch-preview.png

    posted in Entertainment
    C
    Charley
    Mar 28, 2018, 7:41 AM
  • RE: Need help with Config.js!

    You are missing a comma

    {
    						title: "Google News", // ADD a comma here
    						url: "https://news.google.com/news/rss/?ned=us&gl=US&hl=en"
    					}
    
    posted in Troubleshooting
    C
    Charley
    Apr 29, 2018, 7:25 AM
  • MMM-rain-forecast

    Description

    Hello MagicMirror users in the Netherlands,

    I have made an update rainforecast module based on buienradar.
    This module is very fast and uses no external scipts. The graphics can be set to different colours.
    The expected rain is shown on a timeline.

    Screenshots

    1_1522222375893_logoRain.png 0_1522222375892_logoNorain.png

    Download

    [card:SpoturDeal/MMM-rain-forecast]

    posted in Utilities
    C
    Charley
    Mar 28, 2018, 7:33 AM
  • 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
    Aug 20, 2018, 6:22 PM
  • RE: Need help with Config.js!

    The best way is to comment out a module and restart the mirror if the error persists than it is another module.

    posted in Troubleshooting
    C
    Charley
    Apr 30, 2018, 7:12 AM
  • RE: Domoticz or Pimatic

    I have NO experience on Pimatic. I like the possibilities of domoticz.

    I use zwave modules, http requests, 433mhz command and espeasy commands to ESP8266 and ESP32
    The flexibility is what I like most.

    posted in General Discussion
    C
    Charley
    Mar 28, 2018, 6:11 PM
  • RE: MMM-Domiticz

    Just let me know if you like something added.

    posted in Utilities
    C
    Charley
    Mar 28, 2018, 3:40 PM
  • RE: Need help with Config.js!

    @yawns I also missed them just after the } bracket.

    posted in Troubleshooting
    C
    Charley
    Apr 30, 2018, 7:54 AM

Latest posts made by Charley

  • 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
    May 21, 2019, 3:44 PM
  • 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
    May 21, 2019, 3:42 PM
  • 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
    Apr 29, 2019, 3:15 PM
  • 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
    Apr 25, 2019, 9:08 AM
  • 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
    Dec 9, 2018, 10:57 AM
  • 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
    Aug 26, 2018, 2:23 PM
  • 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
    Aug 23, 2018, 9:11 AM
  • 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
    Aug 20, 2018, 6:22 PM
  • RE: MMM-Domiticz

    It shows only devices at are switched on.

    posted in Utilities
    C
    Charley
    Aug 19, 2018, 6:02 PM
  • 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
    Aug 18, 2018, 8:15 AM
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy