A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Subcategories

  • Present your module and help other users on how to use it.

    1k Topics
    26k Posts
    R
    @plainbroke said: Will that work in the USA ? I like the prettier styling… Dear @plainbroke , well, I owe you an apology — and a thank you! When you asked, I answered “wrong satellite” and moved on. Technically correct, but I completely missed the obvious next question: “So… can we get the RIGHT satellite?” Turns out, we can. The CIRA SLIDER service that provides the beautiful Meteosat GeoColor imagery (with the night city lights) serves four geostationary satellites — and one of them is GOES-19, parked right over the Americas at 75.2°W. Same API, same image quality, same stunning day/night visualization. I just never looked. Your question made me look. So as of v3.1.0, MMM-Globe now supports: ┌─────────────────┬────────────────────┬───────────────────────────┐ │ Style │ Satellite │ View │ ├─────────────────┼────────────────────┼───────────────────────────┤ │ geoColorEurope │ Meteosat (0°) │ Europe / Africa │ ├─────────────────┼────────────────────┼───────────────────────────┤ │ geoColorUSA │ GOES-19 (75.2°W) │ Americas ← this is yours! │ ├─────────────────┼────────────────────┼───────────────────────────┤ │ geoColorPacific │ GOES-18 (137.0°W) │ Pacific │ ├─────────────────┼────────────────────┼───────────────────────────┤ │ geoColorAsia │ Himawari (140.7°E) │ Asia / Australia │ └─────────────────┴────────────────────┴───────────────────────────┘ Just set style: “geoColorUSA” and you’re good to go. Same auto-polling every 60 seconds, same beautiful globe, just the right half of the planet this time. 😊 So thank you for what I should have recognized as a feature request instead of a geography lesson. Sometimes the best contributions come disguised as simple questions. Warmest regards, Ralf
  • Need a module? Maybe someone is interested in coding it.

    1k Topics
    7k Posts
    L
    @stephanvdplas Hi! Sorry for not inform here (and late), this is already resolved :) Use this settings. { module: "MMM-EUElectricityPrice", position: "top_center", config: { dataSource: "NL", currency: "EUR", headText: "", showCurrency: false, showNowLine: false, showStatsText: false, customText: "" } }
  • Need help developing a module? You just found it!

    685 Topics
    5k Posts
    F
    Hi, i have finish my development to integrate Cupra / Seat Telemetry Data in my MagicMirror. I don’t have writen a Module for MM, but i have integratet a Python Script to read via Node-Red the Data from the Car, and send it over MQTT to the MM. All the Work do Node-Red. Im not sure, if Im right here, but maybe it helps some other Users. It is writen in german, so if you need an other language use a translator. Installation of pycupra to read the data: https://github.com/SteitzTo/pycupra_manual_de.git Installation of an Node-Red Workflow to send the Data to the MM: https://github.com/SteitzTo/pycupra_to_MagicMirror.git I hope it helps other Users to Display some Data from there cars. Greetings Torsten
  • You have a problem with a module? Ask for help.

    3k Topics
    20k Posts
    M
    Using MMM-BackgroundSlideshow for a while now and trying to tweak the imageInfo box to remove the header. Current header: PICTURE INFO I’d like to remove it entirely. [image: 1772632568509-e539a994-8021-47f2-aebd-2faeabe69360-image.jpeg] My module config is below: { module: 'MMM-BackgroundSlideshow', position: 'fullscreen_below', config: { imagePaths: ['/mnt/nas/'], recursiveSubDirectories: true, transitionImages: false, randomizeImageOrder: true, showImageInfo: true, imageInfoLocation: "bottomRight", **imageInfoTitle: "Photo Details", //fails to change header** imageInfo: "date", showProgressBar: false, imageInfoNoFileExt: true, showAllImagesBeforeRestart: true, slideshowSpeed: 600000 } }, Note: the bold line (imageInfoTitle) was my attempt to change it to see if that worked but it didn’t. Bonus points for any way to have the photo date display without the timestamp Thanks
  • Default Modules

    Pinned
    11
    0 Votes
    11 Posts
    23k Views
    S
    @Oboudreaux submit a PR to the GitHub repo