Read the statement by Michael Teeuw here.
Any module I add turns to blank screen.
-
@socrates the defaults ones work pretty reliably…
for mail, the url for the cal ics lnk should download the ics file when used in a browser…
that is what the cal modules useswhat modules have u been trying over than default?
-
@sdetweil
I have tried todoist, the calander ext2 module, dynamic weather module, several others. I think i might have an installation issue… I will just reformat my card and re-install using your script.
So after i install rpi, do i run ur script in terminal, and follow the prompts? -
@socrates said in Any module I add turns to blank screen.:
do i run ur script in terminal, and follow the prompts?
yes, just copy paste the one line for install in a terminal window
-
@sdetweil
So i have installed mm using your script, and i am up and running, havent installed the modules yet, but that is because i am not able to shutdown mm using pm2 command, mm has been started using pm2 via your script.
None of these commands work
pm2 restart mm
pm2 stop mm -
@socrates said in Any module I add turns to blank screen.:
pm2 stop mm
cause its not called mm…
pm2 status
will show u the name , you can also use the number
or all to stop everything
-
@sdetweil Dear Sir, you are a genius, i finally got it working. Surely it was an install issue. Using your installation script, and in the past 2 hours i have already inculcated 4 third party modules, and all seems to be working. I might have a question or two later tomorrow when i make more progress, but for now, the main issue is resolved.
-
So everything is working out great for me, i have added some great modules, and in the processing of adding more.
The only one thing i am not able to figure out is the measure of unit for the weather.
I am in the US, in texas, and even if i use the imperial unit it wont show it correctly and the weather is totally off.{ module: "MMM-Weather", position: "top_right", header: "Weather Forecast - Katy, TX", configDeepMerge: true, config: { debug: false, updateInterval: "15m", // 15 minutes updateFadeSpeed: 500, api: { key: "98dbcccba012ef0fd49c86665a0df584", latitude: "29.71490", longitude: "95.83688", units: "imperial" }, display: { CurrentConditions: true, ExtraCurrentConditions: true, Summary: true, ForecastTableColumnHeaderIcons: true, HourlyForecast: true, DailyForecast: true, Precipitation: true, Wind: true, InlineIcons: true, Feels: true, SunCondition: true, Humidity: true, UV: true, Beaufort: true }, personalize: { hourlyForecastInterval: 3, maxHourliesToShow: 3, maxDailiesToShow: 3, concise: false, colored : true, forecastLayout: "table", forecastHeaderText: "" }, labels: { high: "H", low: "L", timeFormat: "kk[h]" } } }, Have a look a this code.. and the partial screenshot of my magic mirror through vnc viewer
-
-
@socrates said in Any module I add turns to blank screen.:
longitude: "95.83688",
we are west of england, so longitude should be negative (right?)… I am in texas too,
so, if u fix that and leave units off, it will take from the top of config
-
@sdetweil
Gosh, my parcel got delivered in Europe… :beaming_face_with_smiling_eyes:The dashboard is starting to take shape.
A few more important modules and i am set.