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

    Topics

    • L

      code c++ ??

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      5
      -1 Votes
      5 Posts
      521 Views
      S
      @ludoRaspberry encore une fois, le runtime magicmirror est entièrement javascript. la partie visuelle de MagicMirror est une application web. en tant que tel, il ne peut pas accéder directement aux ressources locales, au matériel ou aux systèmes de fichiers. la conception fournit un processus local de nœud, appelé node_helper. il peut accéder aux ressources locales, comme les broches des capteurs et les fichiers. l’assistant et les composants Web sont connectés via un socket Web, enveloppé dans une fonction javascript. pour voir comment les modules effectuent ce type d’opérations, vous pouvez consulter leur code, voir la liste des modules tiers ici https://github.com/MagicMirrorOrg/MagicMirror/wiki/3rd-party-modules
    • L

      changement couleur d'une lettre d'un title

      Watching Ignoring Scheduled Pinned Locked Moved Custom CSS
      2
      0 Votes
      2 Posts
      350 Views
      kayakbabeK
      @ludoRaspberry said in changement couleur d'une lettre d'un title: bonjour a tous ; je suis débutant dans la programmation js j’aimerais changer la couleur d’une lettre sur le “title cNews” le c en noir et News en rouge comment puis je faire?? CSS controls the colors and format of the text. It is not the same as js. CSS is a very large topic but the best way to learn is to play with it. You will use the file custom.css to enter your changes. It will override any other css setup by the default MagicMirror. This post has a lot of information: https://forum.magicmirror.builders/topic/6808/css-101-getting-started-with-css-and-understanding-how-css-works?_=1708249746950
    • 1 / 1