@MMRIZE Yes, I have the standard news module running. I don’t have a module for position/lateral control.
Read the statement by Michael Teeuw here.
Posts
-
RE: Modules duplicate themselves and move in and out
-
RE: Modules duplicate themselves and move in and out
@MMRIZE ```
/###################################################################/{ module: 'MMM-WetterOnline', position: "top_right", header: "Wetter Schama", config: { useHeader: true, city: "hemau", width: "400px", daysTrend: 7, updateIntervalMins: 5, } },
/###################################################################/
{ module: 'MMM-Tado', position: 'bottom_right', // This can be any of the regions. config: { username: 'secret', password: 'secret', updateInterval: 120000 } },
/###################################################################/
{
module: ‘MMM-DWD-WarnWeather’,
position: ‘top_center’,
header: ‘Wetterwarnungen’,
config: {
region: ‘Hemau’,
changeColor: true,
minutes: false,
displayRegionName: true,
displayInnerHeader: false,
interval: 10 * 60 * 1000, // every 10 minutes
loadingText: ‘Warnungen werden geladen…’,
noWarningText: ‘Keine Warnungen’,
severityThreshold: 1
}
},/###################################################################/
{
module: “MMM-MyCalendar”,
position: “bottom_left”,
classes: “default everyone”,
header: “Upcoming”,
disabled: false,
config: {
colored: true,
maximumNumberOfDays: 30,
maximumEntries: 10,
fade: false,
maxTitleLength: 500,
fetchInterval: 500000,
useRelativeDates: false,dayOfWeekFormat: "dddd", timeFormat: "HH:mm", dateFormat: "MMMM D", joiningWord: "um", urgency: 1, calendars: [ { url: "secret", color: "#ffb350" }, { url: "secret", color: "#ff77d4" }, { url: "secret", color: "#00FF00" } ] } },
/####################################################################/
{
module: ‘MMM-MonthCalendar’,
position: “top_left”,
header: “”,
config: {
updateDelay: 5,
showAdjacentMonths: true
}
},/####################################################################/
{
module: ‘MMM-Netatmo’,
position: ‘bottom_right’, // the location where the module should be displayed
header: ‘Netatmo_Station’,
config: {
clientId: ‘secret’, // your app id
clientSecret: ‘secret’, // your app secret
refreshToken: ‘secret’,
accessToken: “secret”,
location: “germany/hemau”, //for AirQuality
updateIntervalAirQuality: 600, // in secondes = every 30 minutes
updatesIntervalDisplay: 60, //refresh internal
lastMessageThreshold: 600, // in seconds (10 minutes)
horizontal: false,
horizontalOverflow: false,
windUnit: “KT”, // Possible “KMH”, “MPH”, “MS”, “BFT”, “KT”
displayWindInOutdoor: false,
displayRainInOutdoor: false,
showLastMessage: true,
showDataIcon: true,
showDataHeader: true,
showModuleStatus: true,
showModuleFirmware: true,
refreshInterval: 3,
moduleOrder: [ “Garten”, “Wintergarten”, “Wohnzimmer”, “Badezimmer”, “Schlafzimmer” ],
}
},/###################################################################/
-
Modules duplicate themselves and move in and out
Hello,
My monitor is showing me strange things for the second time. The first time at the beginning of the week, restarting didn’t help. Since my monitor restarts every day at 5 a.m., I no longer had the problem the next day, but the next day it was back.
I can’t explain why it is, does anyone of you know the problem or the solution?Some modules are duplicated, sometimes the monthly calendar, sometimes the Google calendar or even the Netatmo and weather module
-
MMM-WetterOnline does not load
I just installed this module today:
https://github.com/bogenpirat/MMM-WetterOnline
Unfortunately my mirror doesn’t load the module, nothing is displayed.
I entered the following, is that even correct?code_text
{ module: 'MMM-WeatherOnline', position: "top_right", config: { useHeader: true, header: "Hemau weather", city: "https://www.wetteronline.de/wetter/hemau", width: "400px", daysTrend: 4, updateIntervalMins: 5, } },
-
RE: My Bathroom Mirror
at the top right, is that one weather module or two? And what are these called exactly? Could you post the config entry here?
-
RE: Adding animated weather radar map
@colel83 Can you show us your config.js entry here?
-
RE: Magic mirror does not start automatically when booting
Wooooooooooooow it works, thank you very much
This worked after I typed this:
sudo env PATH=$PATH:/usr/local/bin /usr/local/lib/node_modules/pm2/bin/pm2 startup systemd -u pi --hp /home/pi
then that:
pm2 start ~/MagicMirror/installers/pm2_MagicMirror.json
pm2 save -
RE: Magic mirror does not start automatically when booting
@sdetweil
Did I do it right? If so, it will appear as a message -
RE: Magic mirror does not start automatically when booting
@sdetweil That worked very well this time. Magic Mirror finally starts. Thank you very much for your script.
I would now like to know whether I can install my modules normally like before, or whether there are still difficulties with calendar modules (I have often read this week that calendar modules cause problems)?I had these modules on it before and would install everything again, or should I leave some out because there are problems with the new MM update/version?
Edit: After I rebooted, Magic Mirror doesn’t start automatically, then I entered this command:
bash -c “$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/fixuppm2.sh)”
It then starts immediately, but after restarting the Pi starts without MM.