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

benoit73

@benoit73

0
Reputation
1
Profile views
13
Posts
0
Followers
0
Following
Joined Jun 14, 2024, 3:12 PM
Last Online Jul 2, 2024, 1:14 PM

benoit73 Unfollow Follow

Latest posts made by benoit73

  • move module

    hello,
    is it possible to move one module on top left or top right on screen.

    I have already apply param top left in modul config, but it still again an margin. the module is not on extrem left on screen

    posted in Troubleshooting
    B
    benoit73
    Jun 26, 2024, 9:52 PM
  • module weather

    hello,
    i don’t understand why i can’t show weather ?

      {
                module: "weather",
                position: "top_center",
                header: "Currently in",
                config: {
                  weatherProvider: 'openweathermap',
                  type: "current",
                  apiBase: 'https://api.openweathermap.org/data/',
                  weatherEndpoint: '/weather',
                  lat: 45.95,
                  lon: 4.5333,
                  locationID: 2987410,
                    aptKey: 'a6ac7aa4c11903918f355eb3bedcd72b',
                },
            },
    
    i write something wrong ? 
    
    posted in Troubleshooting
    B
    benoit73
    Jun 21, 2024, 8:39 AM
  • change size font any module

    hello,
    is it possible to change size of font fot any module

    i try this but it doesn’t work

    
    .MMM-PricCarburants {
    font-size: 30px;
    }
    
    
    posted in Custom CSS
    B
    benoit73
    Jun 20, 2024, 3:31 PM
  • problem with module MMM-backgroundslideshow

    hello,
    i have a problem with module MMM-backgroundslideshow. It work but i have no image show on screen.
    I have 6 images in Downloads file

    modules: [
      {
        module: 'MMM-BackgroundSlideshow',
        position: 'fullscreen_below',
        config: {
          recursiveSubDirectories: false,
          imagePaths: ['~/Downloads'],
          gradientDirection: "radial",
          radialGradient: [
            "rgba(0,0,0,0,0.4) 0%",
            "rgba(0,0,0,0,0.4) 25%",
            "rgba(0,0,0,0,0.4) 75%",
            "rgba(0,0,0,0,0.4) 100%"
            ],
            horizontalGradient: [
     "rgba(0,0,0,0,0.3) 0%",
     "rgba(0,0,0,0,0.1) 25%",
     "rgba(0,0,0,0,0) 50%",
     "rgba(0,0,0,0,0.1) 75%",
     "rgba(0,0,0,0,0.3) 100%"
    ],
    gradient: [
     "rgba(0,0,0,0,0) 0%",
     "rgba(0,0,0,0,0) 100%"
    ],
    transitions: ['opacity'],
    slideshowSpeed: "600000",
          randomizeImageOrder: true,
    backgroundSize: "cover",
    backgroundAnimationEnabled: false,
    transitionImages: true,
    transitionSpeed: "5s",
    showProgressBar: false,
    showImageInfo: true,
    imageInfo: "date,name",
    imageInfoLocation: "bottomRight",
    imageInfoNoFileExt: true
        }
      }
    ];
    
    
    
    posted in Troubleshooting
    B
    benoit73
    Jun 20, 2024, 8:20 AM
  • RE: problem with module MMM-Pollen-FR on github

    @sdetweil

    thank you it’s ok

    posted in Troubleshooting
    B
    benoit73
    Jun 20, 2024, 8:04 AM
  • RE: problem with module MMM-Pollen-FR on github

    @sdetweil said in problem with module MMM-Pollen-FR on github:

    can you show lines 130-150
    please xxx out any sensitive info

        showLogos: true,
        displayTime: 60 * 1000,
        showStandings: true,
        showTables: true,
        showScorers: false,
        scrollVertical: true,
        language: 'en', // supported values are en, de, it
      }
    },
                    {
                            module: "updatenotification",
                            position: "top_bar"
                    },
    modules: [
      {
        module: "MMM-Pollen-FR",
        position: "top_left",
        header: "Météo Pollen France",
        config: {
            updateInterval: 3 * 60 * 60 * 1000, // every 3 hours
            region_code: "59",
            minLevel: 0
        }
      },
    ]
    

    it’s beginin line 130

    posted in Troubleshooting
    B
    benoit73
    Jun 19, 2024, 2:47 PM
  • RE: problem with module MMM-Pollen-FR on github

    @sdetweil

    pi@raspberrypi:~/MagicMirror $ npm run config:check
    
    > magicmirror@2.27.0 config:check
    > node js/check_config.js
    
    [2024-06-19 15:54:24.553] [INFO]  Checking file...  /home/pi/MagicMirror/config/config.js
    [2024-06-19 15:54:24.602] [ERROR] Your configuration file contains syntax errors :(
    [2024-06-19 15:54:24.603] [ERROR] Line 143 column 8: Parsing error: Unexpected token :
    pi@raspberrypi:~/MagicMirror $ pi@raspberrypi:~/MagicMirror $ npm run config:check
    
    

    it’s the line of begining of module MMM-Pollen

    posted in Troubleshooting
    B
    benoit73
    Jun 19, 2024, 2:38 PM
  • problem with module MMM-Pollen-FR on github

    helo,
    i have a problem mith this module.
    I explain, i copy and paste the webcode just below in config.js file but magimirror indicate an error with this script.
    anyone have an idea ?

    modules: [
      {
        module: "MMM-Pollen-FR",
        position: "top_left",
        header: "Météo Pollen France",
        config: {
            updateInterval: 3 * 60 * 60 * 1000, // every 3 hours
            region_code: "59",
            minLevel: 0
        }
      },
    ]
    
    posted in Troubleshooting
    B
    benoit73
    Jun 19, 2024, 12:27 PM
  • RE: problem with update magicmirror

    @sdetweil It’s ok work it !

    Now how can i rotate screen to 90 ° ? I don’t find the files

    posted in Troubleshooting
    B
    benoit73
    Jun 16, 2024, 10:17 AM
  • RE: problem with update magicmirror

    how can i install npm ?

    posted in Troubleshooting
    B
    benoit73
    Jun 15, 2024, 2:02 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