First - amazing work with the MMM-Tibber module Otto!
I’m using MagicMirror without a mirror and therefore I would like to change background-color to white and text color to black. How do I do that without hacking in the .js-files?
Best regards
/Andreas (Sweden)
I did a lot of work on the module the last days. I integrated a more complex (and more detailed) example with an APDS-9960 and different Laser sensors, support sending payload based containing strings of the messages and it is possible to send different notifications based on the same input message in different profiles (MMM-ProfileSwitcher)
I did a lot of work to the module the last days. Now modules can be hidden / shown instead of turning off/on the display. Also a countdown can be displayed and the delay can be set by active profile (MMM-ProfileSwitcher)
This is an Add-On module to MMM-ProfileSwitcher and is based on MMM-pages and MMM-page-indicator.
I wanted to be able to specify pages on my mirror but also be able to have different profiles on each page (i.e. i wanted an calendar page where either the events of my wife or my ones are displayed).
MMM-ProfileControl differs between horizontal profiles (pages) and vertical ones. If you do not specify different vertical profiles the vertical indicator can be hidden and the modules behavior is nearly the same as of MMM-pages.
The current profile can be changed with different notifications either to a specific horizontal or vertical one or you can iterate through them.
If you do not like the default icons of the indicators you can change them via configuration.
The module also keeps track of profile changes that happen through other modules (CHANGED_PROFILE notification).
Attention: At the moment there are problems with MMM-CalenderExt2. I am already in contact with eouia and i think i found an solution. In my personal setup i use an patched version that works fine.
Because i only send notifications to MMM-ProfileSwitcher modules that did not work without my module will not work with it.
Screenshots
[image: page_one-profile_two.png]
[image: page_two-profile_one.png?raw=true]
Download
MMM-ProfileControl
[card:Tom-Hirschberger/MMM-ProfileControl]
Version 0.0.3
it is now possible to restore the last selected vertical profile if the horizontal profile (page) changed
Version 0.0.2
added an option to send an USER_PRESENCE notification if the module triggers an profile change
added option to hide the profile indicators during screensave mode
removed reset of top margin of the module in css because it is not possible to override it if needed
fixed all issues reported by the new automatic module scanning script developed by @KristjanESPERANTO
Version 0.1.0
Horizontal and vertical profile support
Indicator of the horizontal and vertical profile
All icons (horizontal, vertical, separator) can be changed in the configuration
Notifications to change either to a direct profile or rotate horizontal and vertical
Ive tried to install this onto my project however I am not able to load the module up. The error is located to API key.
modules:
{
module: “MMM-metoffice-datapoint”, // Weather app.
position: “right”,
config: {
apikey: “<<>>”,
sitename: “Ashford (Kent)”,
}
},
can you help?
It seems like they have change some things in their API recently. I can recommend to you to watch instagram stories online using that service called Insta Stories Watch. It allows you freely to watch, or even download any story, or any image from tons of accounts all around the Instagram.
Hello everyone, I want to display the data (temperature and humidity) with only one number after the decimal point and not four.
Do you have an idea of the modification made for this?
Thank you
@Stoffbeuteluwe This does not send notifications. And since it’s a default module I’m uncertain if I should try getting them inside with the next update just for this cause…
Thanks! I suppose if you can get DarkSky weather alerts in Europe it should work just fine! I am still learning the ins and outs of Github but will plan to do a PR to the main one!
For anyone interested:
I have played around with this module quite intensively, implemented the chartjs library and did a few other tweaks and it looks like this now on my mirror.
https://imgur.com/ZqJBGLp
https://imgur.com/JmxnJ3p
Most important changes:
the graph now shows several things:
– cloud cover in the background
– day and night cycle through different colors
– rain amount in the foreground
temperature bars are colored according to temperature scale (currently only °C)
rain amount instead of rain percentage for daily forecast
Anyone interested can try out my fork
https://github.com/lavolp3/MMM-forecast-io
If you install it, don’t forget to do a npm install in the module folder after cloning the module. The Readme has not yet been brought up to date.
Hi there,
to get a better overview of all appointments in our family, i have forked the default MMM-Calendar and replaced the list style by an simple table, one column for each calendar. I have tested it over one month on our mirror and now i want to share this with the community.
Screenshot
[image: screenshot.png]
Link
[card:pixxelfriend/MMM-FamilyWeekCalendar]