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
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
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 ?
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;
}
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
}
}
];
@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
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
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
}
},
]
@sdetweil It’s ok work it !
Now how can i rotate screen to 90 ° ? I don’t find the files