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

    Aaaxel

    @Aaaxel

    0
    Reputation
    2
    Profile views
    8
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Aaaxel Unfollow Follow

    Latest posts made by Aaaxel

    • MMM-MusicOnDemand Flow and Playlists doesn't works // New Deezer solution(s) ??

      Re: [MMM-MusicOnDemand] - Play music from deezer with a browser in the background

      Hello everyone!

      I’ve just installed the MusicOnDemand module, knowing it was a little bit old but I didn’t manage to find any other deezer module. It works actually with bugsounet’s GAv3 and the play/pause/next/previous commands works fine but the flow and “loved tracks” don’t. There appears to be no information useful in the logs (plus, it looks like the module is constantly downloading the album image, so the logs are quite saturated…). This module being really old and not very well-known, I’d like to know if these commands are working for others people, or if there is now another, more recent deezer module that I am not aware of?
      Have you guys more infos/leads ? Or am I the only person who doesn’t use spotify?
      Thanks :winking_face:

      posted in Troubleshooting
      A
      Aaaxel
    • RE: Change MM fonts

      @hango Aaand now that works! Great, thanks! :ok_hand:
      So how did you find the others nbames like “newsfeed-source”, “newsfeed.title” etc…? I would like to do it by myself next time :winking_face:

      posted in Troubleshooting
      A
      Aaaxel
    • RE: Change MM fonts

      @hango I just tried your 2 solutions but newsfeed still don’t change…

      This is what I have in custom.css:

      @import url('https://fonts.googleapis.com/css2?family=Spartan:wght@200;400;600;800&display=swap');
      
      body { 
           font-family: "Spartan", sans-serif;
           font-weight: 800;
      }
           .newsfeed {
           font-family: "Spartan", sans-serif;
           font-weight: 600;
      }
      
      

      I also tried this way:

      @import url('https://fonts.googleapis.com/css2?family=Spartan:wght@200;400;600;800&display=swap');
      
      body { 
           font-family: "Spartan", sans-serif;
           font-weight: 800;
           .newsfeed {
           font-family: "Spartan", sans-serif;
           font-weight: 600;
      }
      
      }
      
      
      
      posted in Troubleshooting
      A
      Aaaxel
    • RE: Change MM fonts

      @hango ok I got it, I should be able to update every module this way, thanks!

      posted in Troubleshooting
      A
      Aaaxel
    • RE: Change MM fonts

      @hango Cool! It half-worked: Most of the fonts have changed, but there is still some text in roboto, especially in the default news module…

      posted in Troubleshooting
      A
      Aaaxel
    • RE: Change MM fonts

      @sdetweil Is that all? nothing changes :grinning_face_with_sweat: I may have to do something obvious for you that I don’t know as a beginner

      posted in Troubleshooting
      A
      Aaaxel
    • Change MM fonts

      Hello everybody,

      I started my MM few days ago and I would like to change the font of it, I don’t quite like the actual one (its name is Roboto I believe). So I got an .ots file of a new font I like more (2 actually) and I’m trying to use it as the font for every modules. Problem is, I have never done that and I have no idea of how works a CSS file at all, so I would like to know how to do that (is it even possible?)

      Thanks,
      Axel

      posted in Troubleshooting
      A
      Aaaxel