OpenWeatherMaps now introduced a new OneCall-API which is similar to the old DarkSky. There is even a table for migrating from DarkSky to OpenWeather. Maybe someone who has coding skills could see rebuild this lovely module? In the end Dark Sky API will be discontinued completely so everyone will need to look out for something else :)
Read the statement by Michael Teeuw here.
Best posts made by Feedy88
-
RE: MMM-DarkSkyForecast - Yet ANOTHER weather module
-
RE: Weather modules
@krisalexroberts I was also struggeling with finding a nice weather module. Depending on your needs, WeatherOrNot will do. It offers daily forecast and has nice looks + the formatting is responsive.
Latest posts made by Feedy88
-
Modification to MMM-Pir module
Hi all,
I would check in if there is a developer (maybe the original Autor @bugsounet) willing to look adding a feature to MMM-Pir Module. The module itself works fine, but I would like to specify a time window where a detected motion does not trigger the display to turn on (e.g. in the night) -
RE: Trash schedule module
MyGarbge should work for you, it works with icons though. It uses a static CSV-file which you can build from a template that is part of the module.
The nice thing is, if you have a shift in day (due to holiday) this works with this module by just changing the day. I added a red trash can for off-schedule weeks as visual indicator.
-
RE: How to correctly configure the calendar module
@sdetweil Acknowledged to only post in one medium, sorry for that.
Thanks a lot for the code. Can you tell me where this has to be added?
-
How to correctly configure the calendar module
I am trying to cofigure the calendar module in the following way but cannot make it happen so maybe someone can help me out:
- For today’s all day events, display Today
- For today’s event with a certain time, display Today, 9:00
- For tomororw’s all day events, display Tomorrow
- For tomorrow’s event with a certain time, display Tomorrow, 9:00
- For all other later events, display the date respectively date and time if not all-day event.
This is what my current config looks like:
module: "calendar", header: "Termine & Feiertage", position: "top_left", config: { fetchInterval: 300000, //5 Minute displaySymbol: true, showLocation: false, fade: true, fadePoint: 0.4, dateFormat: "D. MMM HH:mm", fullDayEventDateFormat: "D. MMM", timeFormat: "absolute", getRelative: 12, urgency: 0, maximumEntries: 10, displayRepeatingCountTitle: true, hideOngoing: false, nextDaysRelative: true, calendars: ... ] }
I have added
nextDaysRelative: true
as a temp solution to get the next day relative and know this should probably be removed.Any help would be appreciated.
-
MMM-Pir Issue
Hi all,
I have issues with the MMM-Pir module. I recently finished my mirror and put it onto the wall which all worked fine but it randomly shutdown. I have no idea why that happend but I found out it happend when I manage the start of Magic Mirror with pm2, but not when manually starting with “npm run” in a screen or with nohup, so I decided to move away from pm2 and created a systemd unit instad. So far, so good.
As I didn’t need pm2 I removed it from the raspi. Starting the Mirror with the Unit work fine but on Startup I see an Error Message from the PIR module that 1 needed Library is not loaded. The popup on top on starting up shows it is
onoff
. I tried rebuilding MMM-Pir and also manually installingonoff
with the global flag but no with no avail.So the main two changes between WAI and not working at all are
- Uninstall of pm2
- changing the address in the config from
localhost
to0.0.0.0
Config for Pir Module:
{ module: 'MMM-Pir', position: 'top_right', config: { debug: false, delay: 2 * 60 * 1000, turnOffDisplay: true, mode: 9, ecoMode: true, displayCounter: true, displayBar: true, displayStyle: "Text", displayLastPresence: tru lastPresenceTimeFormat: mode6_gpio: 20, mode6_clearGpioValue: tr pir_gpio: 18, pir_reverseValue: false, xrandrForceRotation: "no //wrandrForceRotation: " } },
Can anyone help how I can get the Pir Module woring again? Happy to provide logs and config if needed. Thanks!
-
Literally Hardware: How to start building a frame?
Hey guys,
so I have basically my Raspi all Set up, have a 21" Screen which I have taken apart - at least already removed the whole frame, still need to separate the circuit boards from the metal frame - an am basically good to start. I also figured where to get my glass from. Either via the Community Order if open at that time or from https://www.glas-star.de where they also have a mirror specific for this project.
Now I come to the “struggle” I have. I would consider myself kind of skilled as craftsmen but if I know what to do. Though, I basically never did something from scratch and not much with wood. In regards of tools I also think I have most basic things which are needed. Now comes the question: How to start planning to build a nice frame?
- Are there any Editors which I can use to plan it?
- What to take care of when buying the wood?
- Any neat “tips and tricks” when doing the assembly?
I would appreciate any suggestion/tip/page to get started with it and finally get my mirror to the wall.
Thanks in advance!
-
RE: MMM-SoccerLiveScore
@0m4r much appreciated.
I would like to make a feature request if I may.
- Give the option to put the focus on a team any only show results from this team
Cheers,
Feedy -
RE: Warn-App NINA
Doesn’t look like there is an API available, so basically no way to get the data in.
-
RE: MMM-MyGarbage
@Cetax
it is not possible to integrate the module right away. What you can do, is to create a local ical file, store in on your device running the magic mirror and call if via localhost. However, this would only help you to display the day of pickup, no different colors for what bins are being picked up. -
RE: Default Calendar - Full Day Events are not shown on day of event
@sdetweil thanks, will do so later/tomorrow
Edit: done https://github.com/MichMich/MagicMirror/issues/2110 :crossed_fingers_light_skin_tone: