• 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. JeanMichelC
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
J
Offline
  • Profile
  • Following 0
  • Followers 0
  • Topics 1
  • Posts 12
  • Groups 0

JeanMichelC

@JeanMichelC

2
Reputation
3
Profile views
12
Posts
0
Followers
0
Following
Joined Jan 11, 2023, 6:26 PM
Last Online Mar 23, 2025, 11:06 PM

JeanMichelC Unfollow Follow

Best posts made by JeanMichelC

  • RE: Bathroom mirror

    Really awesome work, congrats. It looks great!!!

    posted in Show your Mirror
    J
    JeanMichelC
    Jan 21, 2024, 8:39 PM

Latest posts made by JeanMichelC

  • RE: Frameless Bathroom Magic Mirror (Hue-controlled)

    @Chloe282 I live in California, I’ll check if that company sells around here.
    Thank you!

    posted in Show your Mirror
    J
    JeanMichelC
    Mar 11, 2025, 4:07 PM
  • RE: Frameless Bathroom Magic Mirror (Hue-controlled)

    @Chloe282 said in Frameless Bathroom Magic Mirror (Hue-controlled):

    Pilkington MirroView 6mm

    Where can buy this mirror and how much did you pay?

    posted in Show your Mirror
    J
    JeanMichelC
    Mar 8, 2025, 3:55 PM
  • RE: 27" Kitchen Dashboard

    @sdetweil Thanks for the tip, I’ll check

    posted in Show your Mirror
    J
    JeanMichelC
    May 14, 2024, 5:54 PM
  • RE: 27" Kitchen Dashboard

    This is really cool, great work. Any chance you can post the code. I can’t get AlexaControl to work for some reason.

    posted in Show your Mirror
    J
    JeanMichelC
    May 13, 2024, 8:05 PM
  • RE: Bathroom mirror

    Really awesome work, congrats. It looks great!!!

    posted in Show your Mirror
    J
    JeanMichelC
    Jan 21, 2024, 8:39 PM
  • RE: [MMM-OpenWeatherMapForecast] ** ERROR ** null

    I have the same issue and I spent some time debugging it. It turns out that the API call reference the onecall API which is not free. It requires a subscription https://openweathermap.org/api/one-call-3#error401

    The call is using 2.5 but the documentation online only reference 3.0
    https://api.openweathermap.org/data/3.0/onecall?lat={lat}&lon={lon}&exclude={part}&appid={API key}

    I tried changing the API call to use hte free one but the layout is probably diffrent and therefore fails.
    I think this module won’t work unless you have the OneCall subscription.

    posted in Troubleshooting
    J
    JeanMichelC
    Oct 17, 2023, 7:56 PM
  • RE: MMM-AI

    Hi,
    How do you use this module? Do you need Alexa?
    What changes are required to make it work?

    Thank you,
    JM

    posted in Fun & Games
    J
    JeanMichelC
    Mar 13, 2023, 11:29 PM
  • RE: MMM-EveryNews is not loading anything

    Thanks Sam for pointing me to issue#6, I applied the changed and now it’s working! I really appreciate your help.

    posted in Troubleshooting
    J
    JeanMichelC
    Jan 11, 2023, 7:54 PM
  • RE: MMM-EveryNews is not loading anything

    @sdetweil said in MMM-EveryNews is not loading anything:

           if (!error) {
                if(response.statusCode == 200) {
                    var result = JSON.parse(body).articles;
                    this.sendSocketNotification('NATGEO_RESULT', result);
                } else {
                     console.error(this.name+" status failed=",response.statusCode)
                }
            } else {
                console.error(this.name+" error=",error)
            }
    

    I get a Bad Request 400 response code, any idea?

    This is the entry in the config.js file
    {
    disabled: false,
    module: ‘MMM-EveryNews’,
    position: ‘top right’,
    config: {
    source: “msnbc”, // any source from https://newsapi.org/sources. // Up to 10 at once
    scroll: true, // description scroll or static
    scrollSpeed: “3”, // if scroll is true
    apiKey: “xxxxxxxxxxxxxxxxxxxxxxxx”, // free API key from https://newsapi.org/register
    useHeader: true, // False if you don’t want a header
    header: “Over 30,000 News Sources!”, // Any text you want. useHeader must be true
    maxWidth: “350px”,
    animationSpeed: 3000, // fade speed
    rotateInterval: 5 * 60 * 1000,
    }
    },

    I tested the API key on NewsAPI site and it worked fine

    posted in Troubleshooting
    J
    JeanMichelC
    Jan 11, 2023, 7:05 PM
  • RE: MMM-EveryNews is not loading anything

    I was looking in the wrong folder, I found it in the MMM-EveryNews folder, making changes now

    posted in Troubleshooting
    J
    JeanMichelC
    Jan 11, 2023, 7:00 PM
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