It is currently May 29th, 2023, 9:09 pm
A package of skins with a "theme" or by a single author
NismoZ
Posts: 32 Joined: May 1st, 2020, 3:04 pm
Post
by NismoZ » January 12th, 2021, 9:45 pm
pul53dr1v3r wrote: ↑ January 12th, 2021, 9:24 pm
i'm not sure will i miss anything here as i fixed the issue pretty long time ago but if you wanna risk try this:
go to @Resources folder, open Variables.inc and add variable
UnitsInteger=1 there. Then open WeatherMeasures.inc and replace measures [MeasureNowTempColors] and [MeasureNowFeelsLikeColors] with these:
Code: Select all
[MeasureNowTempColors]
Measure=Calc
Formula=[MeasureNowTemp]
IfCondition=((#CURRENTSECTION#<=-45)&&(#UnitsInteger#=1))||((#CURRENTSECTION#<=-49)&&(#UnitsInteger#=0))
IfTrueAction=[!SetOption "MeterCurrentTemperature" "FontColor" "#TempColor1#"][!UpdateMeter *][!Redraw]
IfCondition2=((#CURRENTSECTION#>-45)&&(#CURRENTSECTION#<=-40)&&(#UnitsInteger#=1))||((#CURRENTSECTION#>-49)&&(#CURRENTSECTION#<=-40)&&(#UnitsInteger#=0))
IfTrueAction2=[!SetOption "MeterCurrentTemperature" "FontColor" "#TempColor2#"][!UpdateMeter *][!Redraw]
IfCondition3=((#CURRENTSECTION#>-40)&&(#CURRENTSECTION#<=-35)&&(#UnitsInteger#=1))||((#CURRENTSECTION#>-40)&&(#CURRENTSECTION#<=-31)&&(#UnitsInteger#=0))
IfTrueAction3=[!SetOption "MeterCurrentTemperature" "FontColor" "#TempColor3#"][!UpdateMeter *][!Redraw]
IfCondition4=((#CURRENTSECTION#>-35)&&(#CURRENTSECTION#<=-30)&&(#UnitsInteger#=1))||((#CURRENTSECTION#>-31)&&(#CURRENTSECTION#<=-22)&&(#UnitsInteger#=0))
IfTrueAction4=[!SetOption "MeterCurrentTemperature" "FontColor" "#TempColor4#"][!UpdateMeter *][!Redraw]
IfCondition5=((#CURRENTSECTION#>-30)&&(#CURRENTSECTION#<=-25)&&(#UnitsInteger#=1))||((#CURRENTSECTION#>-22)&&(#CURRENTSECTION#<=-13)&&(#UnitsInteger#=0))
IfTrueAction5=[!SetOption "MeterCurrentTemperature" "FontColor" "#TempColor5#"][!UpdateMeter *][!Redraw]
IfCondition6=((#CURRENTSECTION#>-25)&&(#CURRENTSECTION#<=-20)&&(#UnitsInteger#=1))||((#CURRENTSECTION#>-13)&&(#CURRENTSECTION#<=-4)&&(#UnitsInteger#=0))
IfTrueAction6=[!SetOption "MeterCurrentTemperature" "FontColor" "#TempColor6#"][!UpdateMeter *][!Redraw]
IfCondition7=((#CURRENTSECTION#>-20)&&(#CURRENTSECTION#<=-15)&&(#UnitsInteger#=1))||((#CURRENTSECTION#>-4)&&(#CURRENTSECTION#<=5)&&(#UnitsInteger#=0))
IfTrueAction7=[!SetOption "MeterCurrentTemperature" "FontColor" "#TempColor7#"][!UpdateMeter *][!Redraw]
IfCondition8=((#CURRENTSECTION#>-15)&&(#CURRENTSECTION#<=-10)&&(#UnitsInteger#=1))||((#CURRENTSECTION#>5)&&(#CURRENTSECTION#<=14)&&(#UnitsInteger#=0))
IfTrueAction8=[!SetOption "MeterCurrentTemperature" "FontColor" "#TempColor8#"][!UpdateMeter *][!Redraw]
IfCondition9=((#CURRENTSECTION#>-10)&&(#CURRENTSECTION#<=-5)&&(#UnitsInteger#=1))||((#CURRENTSECTION#>14)&&(#CURRENTSECTION#<=23)&&(#UnitsInteger#=0))
IfTrueAction9=[!SetOption "MeterCurrentTemperature" "FontColor" "#TempColor9#"][!UpdateMeter *][!Redraw]
IfCondition10=((#CURRENTSECTION#>-5)&&(#CURRENTSECTION#<=0)&&(#UnitsInteger#=1))||((#CURRENTSECTION#>23)&&(#CURRENTSECTION#<=32)&&(#UnitsInteger#=0))
IfTrueAction10=[!SetOption "MeterCurrentTemperature" "FontColor" "#TempColor10#"][!UpdateMeter *][!Redraw]
IfCondition11=((#CURRENTSECTION#>0)&&(#CURRENTSECTION#<=5)&&(#UnitsInteger#=1))||((#CURRENTSECTION#>32)&&(#CURRENTSECTION#<=41)&&(#UnitsInteger#=0))
IfTrueAction11=[!SetOption "MeterCurrentTemperature" "FontColor" "#TempColor11#"][!UpdateMeter *][!Redraw]
IfCondition12=((#CURRENTSECTION#>5)&&(#CURRENTSECTION#<=10)&&(#UnitsInteger#=1))||((#CURRENTSECTION#>41)&&(#CURRENTSECTION#<=50)&&(#UnitsInteger#=0))
IfTrueAction12=[!SetOption "MeterCurrentTemperature" "FontColor" "#TempColor12#"][!UpdateMeter *][!Redraw]
IfCondition13=((#CURRENTSECTION#>10)&&(#CURRENTSECTION#<=15)&&(#UnitsInteger#=1))||((#CURRENTSECTION#>50)&&(#CURRENTSECTION#<=59)&&(#UnitsInteger#=0))
IfTrueAction13=[!SetOption "MeterCurrentTemperature" "FontColor" "#TempColor13#"][!UpdateMeter *][!Redraw]
IfCondition14=((#CURRENTSECTION#>15)&&(#CURRENTSECTION#<=20)&&(#UnitsInteger#=1))||((#CURRENTSECTION#>59)&&(#CURRENTSECTION#<=68)&&(#UnitsInteger#=0))
IfTrueAction14=[!SetOption "MeterCurrentTemperature" "FontColor" "#TempColor14#"][!UpdateMeter *][!Redraw]
IfCondition15=((#CURRENTSECTION#>20)&&(#CURRENTSECTION#<=25)&&(#UnitsInteger#=1))||((#CURRENTSECTION#>68)&&(#CURRENTSECTION#<=77)&&(#UnitsInteger#=0))
IfTrueAction15=[!SetOption "MeterCurrentTemperature" "FontColor" "#TempColor15#"][!UpdateMeter *][!Redraw]
IfCondition16=((#CURRENTSECTION#>25)&&(#CURRENTSECTION#<=30)&&(#UnitsInteger#=1))||((#CURRENTSECTION#>77)&&(#CURRENTSECTION#<=86)&&(#UnitsInteger#=0))
IfTrueAction16=[!SetOption "MeterCurrentTemperature" "FontColor" "#TempColor16#"][!UpdateMeter *][!Redraw]
IfCondition17=((#CURRENTSECTION#>30)&&(#CURRENTSECTION#<=35)&&(#UnitsInteger#=1))||((#CURRENTSECTION#>86)&&(#CURRENTSECTION#<=95)&&(#UnitsInteger#=0))
IfTrueAction17=[!SetOption "MeterCurrentTemperature" "FontColor" "#TempColor17#"][!UpdateMeter *][!Redraw]
IfCondition18=((#CURRENTSECTION#>35)&&(#CURRENTSECTION#<=40)&&(#UnitsInteger#=1))||((#CURRENTSECTION#>95)&&(#CURRENTSECTION#<=104)&&(#UnitsInteger#=0))
IfTrueAction18=[!SetOption "MeterCurrentTemperature" "FontColor" "#TempColor18#"][!UpdateMeter *][!Redraw]
IfCondition19=((#CURRENTSECTION#>40)&&(#CURRENTSECTION#<=45)&&(#UnitsInteger#=1))||((#CURRENTSECTION#>104)&&(#CURRENTSECTION#<=113)&&(#UnitsInteger#=0))
IfTrueAction19=[!SetOption "MeterCurrentTemperature" "FontColor" "#TempColor19#"][!UpdateMeter *][!Redraw]
IfCondition20=((#CURRENTSECTION#>45)&&(#UnitsInteger#=1))||((#CURRENTSECTION#>113)&&(#UnitsInteger#=0))
IfTrueAction20=[!SetOption "MeterCurrentTemperature" "FontColor" "#TempColor20#"][!UpdateMeter *][!Redraw]
Disabled=1
DynamicVariables=1
Group=Weather
[MeasureNowFeelsLikeColors]
Measure=Calc
Formula=[MeasureNowFeelsLike]
IfCondition=((#CURRENTSECTION#<=-45)&&(#UnitsInteger#=1))||((#CURRENTSECTION#<=-49)&&(#UnitsInteger#=0))
IfTrueAction=[!SetOption "MeterCurrentFeelsLikeTemp" "FontColor" "#TempColor1#"][!UpdateMeter *][!Redraw]
IfCondition2=((#CURRENTSECTION#>-45)&&(#CURRENTSECTION#<=-40)&&(#UnitsInteger#=1))||((#CURRENTSECTION#>-49)&&(#CURRENTSECTION#<=-40)&&(#UnitsInteger#=0))
IfTrueAction2=[!SetOption "MeterCurrentFeelsLikeTemp" "FontColor" "#TempColor2#"][!UpdateMeter *][!Redraw]
IfCondition3=((#CURRENTSECTION#>-40)&&(#CURRENTSECTION#<=-35)&&(#UnitsInteger#=1))||((#CURRENTSECTION#>-40)&&(#CURRENTSECTION#<=-31)&&(#UnitsInteger#=0))
IfTrueAction3=[!SetOption "MeterCurrentFeelsLikeTemp" "FontColor" "#TempColor3#"][!UpdateMeter *][!Redraw]
IfCondition4=((#CURRENTSECTION#>-35)&&(#CURRENTSECTION#<=-30)&&(#UnitsInteger#=1))||((#CURRENTSECTION#>-31)&&(#CURRENTSECTION#<=-22)&&(#UnitsInteger#=0))
IfTrueAction4=[!SetOption "MeterCurrentFeelsLikeTemp" "FontColor" "#TempColor4#"][!UpdateMeter *][!Redraw]
IfCondition5=((#CURRENTSECTION#>-30)&&(#CURRENTSECTION#<=-25)&&(#UnitsInteger#=1))||((#CURRENTSECTION#>-22)&&(#CURRENTSECTION#<=-13)&&(#UnitsInteger#=0))
IfTrueAction5=[!SetOption "MeterCurrentFeelsLikeTemp" "FontColor" "#TempColor5#"][!UpdateMeter *][!Redraw]
IfCondition6=((#CURRENTSECTION#>-25)&&(#CURRENTSECTION#<=-20)&&(#UnitsInteger#=1))||((#CURRENTSECTION#>-13)&&(#CURRENTSECTION#<=-4)&&(#UnitsInteger#=0))
IfTrueAction6=[!SetOption "MeterCurrentFeelsLikeTemp" "FontColor" "#TempColor6#"][!UpdateMeter *][!Redraw]
IfCondition7=((#CURRENTSECTION#>-20)&&(#CURRENTSECTION#<=-15)&&(#UnitsInteger#=1))||((#CURRENTSECTION#>-4)&&(#CURRENTSECTION#<=5)&&(#UnitsInteger#=0))
IfTrueAction7=[!SetOption "MeterCurrentFeelsLikeTemp" "FontColor" "#TempColor7#"][!UpdateMeter *][!Redraw]
IfCondition8=((#CURRENTSECTION#>-15)&&(#CURRENTSECTION#<=-10)&&(#UnitsInteger#=1))||((#CURRENTSECTION#>5)&&(#CURRENTSECTION#<=14)&&(#UnitsInteger#=0))
IfTrueAction8=[!SetOption "MeterCurrentFeelsLikeTemp" "FontColor" "#TempColor8#"][!UpdateMeter *][!Redraw]
IfCondition9=((#CURRENTSECTION#>-10)&&(#CURRENTSECTION#<=-5)&&(#UnitsInteger#=1))||((#CURRENTSECTION#>14)&&(#CURRENTSECTION#<=23)&&(#UnitsInteger#=0))
IfTrueAction9=[!SetOption "MeterCurrentFeelsLikeTemp" "FontColor" "#TempColor9#"][!UpdateMeter *][!Redraw]
IfCondition10=((#CURRENTSECTION#>-5)&&(#CURRENTSECTION#<=0)&&(#UnitsInteger#=1))||((#CURRENTSECTION#>23)&&(#CURRENTSECTION#<=32)&&(#UnitsInteger#=0))
IfTrueAction10=[!SetOption "MeterCurrentFeelsLikeTemp" "FontColor" "#TempColor10#"][!UpdateMeter *][!Redraw]
IfCondition11=((#CURRENTSECTION#>0)&&(#CURRENTSECTION#<=5)&&(#UnitsInteger#=1))||((#CURRENTSECTION#>32)&&(#CURRENTSECTION#<=41)&&(#UnitsInteger#=0))
IfTrueAction11=[!SetOption "MeterCurrentFeelsLikeTemp" "FontColor" "#TempColor11#"][!UpdateMeter *][!Redraw]
IfCondition12=((#CURRENTSECTION#>5)&&(#CURRENTSECTION#<=10)&&(#UnitsInteger#=1))||((#CURRENTSECTION#>41)&&(#CURRENTSECTION#<=50)&&(#UnitsInteger#=0))
IfTrueAction12=[!SetOption "MeterCurrentFeelsLikeTemp" "FontColor" "#TempColor12#"][!UpdateMeter *][!Redraw]
IfCondition13=((#CURRENTSECTION#>10)&&(#CURRENTSECTION#<=15)&&(#UnitsInteger#=1))||((#CURRENTSECTION#>50)&&(#CURRENTSECTION#<=59)&&(#UnitsInteger#=0))
IfTrueAction13=[!SetOption "MeterCurrentFeelsLikeTemp" "FontColor" "#TempColor13#"][!UpdateMeter *][!Redraw]
IfCondition14=((#CURRENTSECTION#>15)&&(#CURRENTSECTION#<=20)&&(#UnitsInteger#=1))||((#CURRENTSECTION#>59)&&(#CURRENTSECTION#<=68)&&(#UnitsInteger#=0))
IfTrueAction14=[!SetOption "MeterCurrentFeelsLikeTemp" "FontColor" "#TempColor14#"][!UpdateMeter *][!Redraw]
IfCondition15=((#CURRENTSECTION#>20)&&(#CURRENTSECTION#<=25)&&(#UnitsInteger#=1))||((#CURRENTSECTION#>68)&&(#CURRENTSECTION#<=77)&&(#UnitsInteger#=0))
IfTrueAction15=[!SetOption "MeterCurrentFeelsLikeTemp" "FontColor" "#TempColor15#"][!UpdateMeter *][!Redraw]
IfCondition16=((#CURRENTSECTION#>25)&&(#CURRENTSECTION#<=30)&&(#UnitsInteger#=1))||((#CURRENTSECTION#>77)&&(#CURRENTSECTION#<=86)&&(#UnitsInteger#=0))
IfTrueAction16=[!SetOption "MeterCurrentFeelsLikeTemp" "FontColor" "#TempColor16#"][!UpdateMeter *][!Redraw]
IfCondition17=((#CURRENTSECTION#>30)&&(#CURRENTSECTION#<=35)&&(#UnitsInteger#=1))||((#CURRENTSECTION#>86)&&(#CURRENTSECTION#<=95)&&(#UnitsInteger#=0))
IfTrueAction17=[!SetOption "MeterCurrentFeelsLikeTemp" "FontColor" "#TempColor17#"][!UpdateMeter *][!Redraw]
IfCondition18=((#CURRENTSECTION#>35)&&(#CURRENTSECTION#<=40)&&(#UnitsInteger#=1))||((#CURRENTSECTION#>95)&&(#CURRENTSECTION#<=104)&&(#UnitsInteger#=0))
IfTrueAction18=[!SetOption "MeterCurrentFeelsLikeTemp" "FontColor" "#TempColor18#"][!UpdateMeter *][!Redraw]
IfCondition19=((#CURRENTSECTION#>40)&&(#CURRENTSECTION#<=45)&&(#UnitsInteger#=1))||((#CURRENTSECTION#>104)&&(#CURRENTSECTION#<=113)&&(#UnitsInteger#=0))
IfTrueAction19=[!SetOption "MeterCurrentFeelsLikeTemp" "FontColor" "#TempColor19#"][!UpdateMeter *][!Redraw]
IfCondition20=((#CURRENTSECTION#>45)&&(#UnitsInteger#=1))||((#CURRENTSECTION#>113)&&(#UnitsInteger#=0))
IfTrueAction20=[!SetOption "MeterCurrentFeelsLikeTemp" "FontColor" "#TempColor20#"][!UpdateMeter *][!Redraw]
Disabled=1
DynamicVariables=1
Group=Weather
After that, go to the Settings folder, open SettingsTab4.ini, go to measure [MeasureWeatherUnits] and replace it with this code:
Code: Select all
[MeasureWeatherUnits]
Measure=String
String=#Units#
IfMatch=e
IfMatchAction=[!SetVariable TemperatureUnit "#deg#F"][!WriteKeyValue Variables TemperatureUnit "#deg#F" "#@#Variables.inc"][!SetVariable SpeedUnit "mph"][!WriteKeyValue Variables SpeedUnit "mph" "#@#Variables.inc"][!SetVariable AtmPressureUnit "in"][!WriteKeyValue Variables AtmPressureUnit "in" "#@#Variables.inc"][!SetVariable LengthUnit "mi"][!WriteKeyValue Variables LengthUnit "mi" "#@#Variables.inc"][!WriteKeyValue Variables UnitsInteger "0" "#@#Variables.inc"][!UpdateMeter *][!Redraw]
IfNotMatchAction=[!SetVariable TemperatureUnit "#deg#C"][!WriteKeyValue Variables TemperatureUnit "#deg#C" "#@#Variables.inc"][!SetVariable SpeedUnit "km/h"][!WriteKeyValue Variables SpeedUnit "km/h" "#@#Variables.inc"][!SetVariable AtmPressureUnit "mb"][!WriteKeyValue Variables AtmPressureUnit "mb" "#@#Variables.inc"][!SetVariable LengthUnit "km"][!WriteKeyValue Variables LengthUnit "km" "#@#Variables.inc"][!WriteKeyValue Variables UnitsInteger "1" "#@#Variables.inc"][!UpdateMeter *][!Redraw]
OnChangeAction=[!RefreshGroup "SettingsTab4"]
DynamicVariables=1
UpdateDivider=-1
That did not work after a refresh and closing rainmeter and opening again. I created file copies so I can go back easily. On the first adding a UnitsInteger=1 part, do you just put that at the end of that file?
Is everyone elses colors scale correctly functioning? Why would mine be the only one, and its happening on 3 different machines?
Thanks for your time.
pul53dr1v3r
Posts: 442 Joined: July 30th, 2014, 10:30 am
Post
by pul53dr1v3r » January 14th, 2021, 2:26 pm
NismoZ wrote: ↑ January 12th, 2021, 9:45 pm
the answer is here
NismoZ
Posts: 32 Joined: May 1st, 2020, 3:04 pm
Post
by NismoZ » January 14th, 2021, 2:50 pm
Ok, that seemed to fix it. Temps for 37 degree F are shown as green now, with real feel temp at 31 showing more light blue. I need to get some temp changes now so I can see if the colors line up, but looks ok so far.
I noticed that this is a separate package and an alpha v3.0 that I need to install separately from the rest of rainformers collection of packages 2.9.3, and consequently the settings for row spacing in general tab and such that I put into rainformers package does not work here. Not a big deal.
Also, was this temp color an issue for other people, or just me? If it was just me, then what's different about my setup?
Thanks for the help with this.
pul53dr1v3r
Posts: 442 Joined: July 30th, 2014, 10:30 am
Post
by pul53dr1v3r » January 14th, 2021, 3:25 pm
NismoZ wrote: ↑ January 14th, 2021, 2:50 pm
Ok, that seemed to fix it. Temps for 37 degree F are shown as green now, with real feel temp at 31 showing more light blue. I need to get some temp changes now so I can see if the colors line up, but looks ok so far.
I noticed that this is a separate package and an alpha v3.0 that I need to install separately from the rest of rainformers collection of packages 2.9.3, and consequently the settings for row spacing in general tab and such that I put into rainformers package does not work here. Not a big deal.
Also, was this temp color an issue for other people, or just me? If it was just me, then what's different about my setup?
Thanks for the help with this.
It must be fine now as it's an updated and fixed variant with some slight improvements. As to the bug, it's a general bug in v 2.9.3 and a few older versions and everyone who use imperial units has it. But as there is much more users of the metric units, thus it wasn't a lot of reports for this bug. Thanks once again for reporting it.
You should wait for the next release of Rainformer to have all the customizable features with the Weather skin again.
NismoZ
Posts: 32 Joined: May 1st, 2020, 3:04 pm
Post
by NismoZ » January 14th, 2021, 4:49 pm
pul53dr1v3r wrote: ↑ January 14th, 2021, 3:25 pm
It must be fine now as it's an updated and fixed variant with some slight improvements. As to the bug, it's a general bug in v 2.9.3 and a few older versions and everyone who use imperial units has it. But as there is much more users of the metric units, thus it wasn't a lot of reports for this bug. Thanks once again for reporting it.
You should wait for the next release of Rainformer to have all the customizable features with the Weather skin again.
Thank you for the info and your work.
meyomey
Posts: 1 Joined: February 26th, 2021, 10:04 pm
Post
by meyomey » February 27th, 2021, 2:27 pm
Hi,
i use Rainmeter with the AIDA64 skin. Up to version 4.4.0.3408 everything worked without problems:
Code: Select all
NOTE (22:43:43.769) : Rainmeter 4.4.0.3408 beta (64-bit)
NOTE (22:43:43.770) : Language: German (1031)
NOTE (22:43:43.771) : Build time: 2020-10-30 18:34:29
NOTE (22:43:43.772) : Commit Hash: acdaec34
NOTE (22:43:43.773) : Windows 10 Pro 2009 64-bit (build 19042) - German (1031)
NOTE (22:43:43.774) : Path: D:\PortableApps\Rainmeter\
NOTE (22:43:43.774) : SkinPath: D:\PortableApps\Rainmeter\Skins\
NOTE (22:43:43.774) : SettingsPath: D:\PortableApps\Rainmeter\
NOTE (22:43:43.775) : IniFile: D:\PortableApps\Rainmeter\Rainmeter.ini
NOTE (22:43:43.950) RainformerAIDA64\Network\Network.ini: Refreshing skin
NOTE (22:43:44.437) RainformerAIDA64\CPU-RAM\CPU-RAM.ini: Refreshing skin
NOTE (22:43:45.003) RainformerAIDA64\Weather\Weather.ini: Refreshing skin
NOTE (22:43:45.298) RainformerAIDA64\TopProcesses\TopRAM\TopRAM.ini: Refreshing skin
NOTE (22:43:45.378) RainformerAIDA64\Astronomy\Astronomy.ini: Refreshing skin
NOTE (22:43:45.457) RainformerAIDA64\Disk\Z\Z Disk.ini: Refreshing skin
All versions after that show these error messages that appear endlessly:
Code: Select all
NOTE (22:56:58.511) : Rainmeter 4.4.0.3433 beta (64-bit)
NOTE (22:56:58.513) : Language: German (1031)
NOTE (22:56:58.513) : Build time: 2021-02-11 20:36:28
NOTE (22:56:58.514) : Windows 10 Pro 2009 64-bit (build 19042) - German (1031)
NOTE (22:56:58.514) : Path: D:\PortableApps\Rainmeter\
NOTE (22:56:58.515) : SkinPath: D:\PortableApps\Rainmeter\Skins\
NOTE (22:56:58.515) : SettingsPath: D:\PortableApps\Rainmeter\
NOTE (22:56:58.516) : IniFile: D:\PortableApps\Rainmeter\Rainmeter.ini
NOTE (22:56:58.635) RainformerAIDA64\Network\Network.ini: Refreshing skin
ERRO (22:56:58.918) RainformerAIDA64\Network\Network.ini: ImageName: Unable to open: D:\PortableApps\Rainmeter\Skins\RainformerAIDA64\Network\Realtek PCIe GbE Family Controller.png
ERRO (22:56:58.924) RainformerAIDA64\Network\Network.ini: ImageName: Unable to open: D:\PortableApps\Rainmeter\Skins\RainformerAIDA64\Network\0.png
ERRO (22:56:58.965) RainformerAIDA64\Network\Network.ini: ImageName: Unable to open: D:\PortableApps\Rainmeter\Skins\RainformerAIDA64\Network\Realtek PCIe GbE Family Controller.png
ERRO (22:56:58.966) RainformerAIDA64\Network\Network.ini: ImageName: Unable to open: D:\PortableApps\Rainmeter\Skins\RainformerAIDA64\Network\0.png
ERRO (22:56:58.975) RainformerAIDA64\Network\Network.ini: ImageName: Unable to open: D:\PortableApps\Rainmeter\Skins\RainformerAIDA64\Network\Realtek PCIe GbE Family Controller.png
ERRO (22:56:58.979) RainformerAIDA64\Network\Network.ini: ImageName: Unable to open: D:\PortableApps\Rainmeter\Skins\RainformerAIDA64\Network\0.png
ERRO (22:56:58.991) RainformerAIDA64\Network\Network.ini: ImageName: Unable to open: D:\PortableApps\Rainmeter\Skins\RainformerAIDA64\Network\Realtek PCIe GbE Family Controller.png
ERRO (22:56:58.992) RainformerAIDA64\Network\Network.ini: ImageName: Unable to open: D:\PortableApps\Rainmeter\Skins\RainformerAIDA64\Network\0.png
NOTE (22:56:59.000) RainformerAIDA64\CPU-RAM\CPU-RAM.ini: Refreshing skin
NOTE (22:56:59.524) RainformerAIDA64\Weather\Weather.ini: Refreshing skin
ERRO (22:56:59.671) RainformerAIDA64\Weather\Weather.ini: ImageName: Unable to open: D:\PortableApps\Rainmeter\Skins\RainformerAIDA64\@Resources\Assets\Images\weather\---.png
ERRO (22:56:59.674) RainformerAIDA64\Weather\Weather.ini: ImageName: Unable to open: D:\PortableApps\Rainmeter\Skins\RainformerAIDA64\@Resources\Assets\Images\weather\.png
ERRO (22:56:59.674) RainformerAIDA64\Weather\Weather.ini: ImageName: Unable to open: D:\PortableApps\Rainmeter\Skins\RainformerAIDA64\@Resources\Assets\Images\weather\.png
ERRO (22:56:59.675) RainformerAIDA64\Weather\Weather.ini: ImageName: Unable to open: D:\PortableApps\Rainmeter\Skins\RainformerAIDA64\@Resources\Assets\Images\weather\.png
ERRO (22:56:59.676) RainformerAIDA64\Weather\Weather.ini: ImageName: Unable to open: D:\PortableApps\Rainmeter\Skins\RainformerAIDA64\@Resources\Assets\Images\weather\.png
ERRO (22:56:59.677) RainformerAIDA64\Weather\Weather.ini: ImageName: Unable to open: D:\PortableApps\Rainmeter\Skins\RainformerAIDA64\@Resources\Assets\Images\weather\.png
ERRO (22:56:59.678) RainformerAIDA64\Weather\Weather.ini: ImageName: Unable to open: D:\PortableApps\Rainmeter\Skins\RainformerAIDA64\@Resources\Assets\Images\weather\.png
ERRO (22:56:59.679) RainformerAIDA64\Weather\Weather.ini: ImageName: Unable to open: D:\PortableApps\Rainmeter\Skins\RainformerAIDA64\@Resources\Assets\Images\weather\.png
ERRO (22:56:59.679) RainformerAIDA64\Weather\Weather.ini: ImageName: Unable to open: D:\PortableApps\Rainmeter\Skins\RainformerAIDA64\@Resources\Assets\Images\weather\.png
ERRO (22:56:59.681) RainformerAIDA64\Weather\Weather.ini: ImageName: Unable to open: D:\PortableApps\Rainmeter\Skins\RainformerAIDA64\Weather\---.png
ERRO (22:56:59.682) RainformerAIDA64\Weather\Weather.ini: ImageName: Unable to open: D:\PortableApps\Rainmeter\Skins\RainformerAIDA64\Weather\---.png
ERRO (22:56:59.685) RainformerAIDA64\Weather\Weather.ini: ImageName: Unable to open: D:\PortableApps\Rainmeter\Skins\RainformerAIDA64\@Resources\Assets\Images\weather\---.png
ERRO (22:56:59.688) RainformerAIDA64\Weather\Weather.ini: ImageName: Unable to open: D:\PortableApps\Rainmeter\Skins\RainformerAIDA64\@Resources\Assets\Images\weather\.png
ERRO (22:56:59.689) RainformerAIDA64\Weather\Weather.ini: ImageName: Unable to open: D:\PortableApps\Rainmeter\Skins\RainformerAIDA64\@Resources\Assets\Images\weather\.png
ERRO (22:56:59.690) RainformerAIDA64\Weather\Weather.ini: ImageName: Unable to open: D:\PortableApps\Rainmeter\Skins\RainformerAIDA64\@Resources\Assets\Images\weather\.png
ERRO (22:56:59.691) RainformerAIDA64\Weather\Weather.ini: ImageName: Unable to open: D:\PortableApps\Rainmeter\Skins\RainformerAIDA64\@Resources\Assets\Images\weather\.png
ERRO (22:56:59.693) RainformerAIDA64\Weather\Weather.ini: ImageName: Unable to open: D:\PortableApps\Rainmeter\Skins\RainformerAIDA64\@Resources\Assets\Images\weather\.png
ERRO (22:56:59.694) RainformerAIDA64\Weather\Weather.ini: ImageName: Unable to open: D:\PortableApps\Rainmeter\Skins\RainformerAIDA64\@Resources\Assets\Images\weather\.png
ERRO (22:56:59.695) RainformerAIDA64\Weather\Weather.ini: ImageName: Unable to open: D:\PortableApps\Rainmeter\Skins\RainformerAIDA64\@Resources\Assets\Images\weather\.png
ERRO (22:56:59.695) RainformerAIDA64\Weather\Weather.ini: ImageName: Unable to open: D:\PortableApps\Rainmeter\Skins\RainformerAIDA64\@Resources\Assets\Images\weather\.png
ERRO (22:56:59.697) RainformerAIDA64\Weather\Weather.ini: ImageName: Unable to open: D:\PortableApps\Rainmeter\Skins\RainformerAIDA64\Weather\---.png
ERRO (22:56:59.698) RainformerAIDA64\Weather\Weather.ini: ImageName: Unable to open: D:\PortableApps\Rainmeter\Skins\RainformerAIDA64\Weather\---.png
NOTE (22:56:59.715) RainformerAIDA64\TopProcesses\TopRAM\TopRAM.ini: Refreshing skin
NOTE (22:56:59.778) RainformerAIDA64\Astronomy\Astronomy.ini: Refreshing skin
NOTE (22:56:59.822) RainformerAIDA64\Disk\Z\Z Disk.ini: Refreshing skin
ERRO (22:56:59.920) RainformerAIDA64\Weather\Weather.ini: ImageName: Unable to open: D:\PortableApps\Rainmeter\Skins\RainformerAIDA64\Weather\Niedersachsen.png
ERRO (22:56:59.929) RainformerAIDA64\Weather\Weather.ini: ImageName: Unable to open: D:\PortableApps\Rainmeter\Skins\RainformerAIDA64\@Resources\Assets\Images\weather\--.png
ERRO (22:56:59.945) RainformerAIDA64\Weather\Weather.ini: ImageName: Unable to open: D:\PortableApps\Rainmeter\Skins\RainformerAIDA64\Weather\290.png
ERRO (22:56:59.946) RainformerAIDA64\Weather\Weather.ini: ImageName: Unable to open: D:\PortableApps\Rainmeter\Skins\RainformerAIDA64\Weather\Niedersachsen.png
ERRO (22:57:00.025) RainformerAIDA64\Weather\Weather.ini: ImageName: Unable to open: D:\PortableApps\Rainmeter\Skins\RainformerAIDA64\@Resources\Assets\Images\weather\--.png
ERRO (22:57:00.029) RainformerAIDA64\Weather\Weather.ini: ImageName: Unable to open: D:\PortableApps\Rainmeter\Skins\RainformerAIDA64\Weather\290.png
ERRO (22:57:00.031) RainformerAIDA64\Weather\Weather.ini: ImageName: Unable to open: D:\PortableApps\Rainmeter\Skins\RainformerAIDA64\Weather\Niedersachsen.png
ERRO (22:57:00.094) RainformerAIDA64\Weather\Weather.ini: ImageName: Unable to open: D:\PortableApps\Rainmeter\Skins\RainformerAIDA64\Weather\290.png
ERRO (22:57:00.806) RainformerAIDA64\Network\Network.ini: ImageName: Unable to open: D:\PortableApps\Rainmeter\Skins\RainformerAIDA64\Network\Realtek PCIe GbE Family Controller.png
ERRO (22:57:00.809) RainformerAIDA64\Network\Network.ini: ImageName: Unable to open: D:\PortableApps\Rainmeter\Skins\RainformerAIDA64\Network\0.png
ERRO (22:57:01.005) RainformerAIDA64\Network\Network.ini: ImageName: Unable to open: D:\PortableApps\Rainmeter\Skins\RainformerAIDA64\Network\Realtek PCIe GbE Family Controller.png
ERRO (22:57:01.007) RainformerAIDA64\Network\Network.ini: ImageName: Unable to open: D:\PortableApps\Rainmeter\Skins\RainformerAIDA64\Network\0.png
ERRO (22:57:01.994) RainformerAIDA64\Network\Network.ini: ImageName: Unable to open: D:\PortableApps\Rainmeter\Skins\RainformerAIDA64\Network\Realtek PCIe GbE Family Controller.png
ERRO (22:57:01.996) RainformerAIDA64\Network\Network.ini: ImageName: Unable to open: D:\PortableApps\Rainmeter\Skins\RainformerAIDA64\Network\0.png
Does anyone have an idea how to fix this?
Thanks
meyomey
jsmorley
Developer
Posts: 22570 Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA
Post
by jsmorley » February 27th, 2021, 2:56 pm
In a recent beta we added back in an error message if an image can't be opened. The only way to fix this is to figure out why the skin is trying to open image(s) that don't exist, and correct that.
Sir BLaDE
Posts: 2 Joined: March 16th, 2021, 9:29 am
Post
by Sir BLaDE » March 16th, 2021, 9:30 am
In recent versions of aida has changed the cpu temperature sensor.
How to fix it ?
pul53dr1v3r
Posts: 442 Joined: July 30th, 2014, 10:30 am
Post
by pul53dr1v3r » March 16th, 2021, 4:20 pm
Sir BLaDE wrote: ↑ March 16th, 2021, 9:30 am
In recent versions of aida has changed the cpu temperature sensor.
How to fix it ?
I just tested the latest beta and there's no difference in the Sensor names in the Registry, just some optimization's made.
Make sure have you checked the CPU Temperature box in AIDA64 Settings => External application.
If you did it but still no result, open "Registry Editor" (WinKey + R then type "regedit", or just type "regedit" in Windows 10 Start menu), run it and go to Computer\HKEY_CURRENT_USER\Software\FinalWire\AIDA64\SensorValues, then search for CPU Temperature related sensor name. In most cases it is TCPU, for values Value.TCPU.
If there isn't that sensor name, it can be some of these: Value.TCPUDIO, Value.TCPUPKG, Value.TCPUSOCK and you will have to edit the CPU Temp measure in the skin (very simple). Open the skin's code, find [MCPUTemp] measure (use Ctrl+F to find it) and replace RegValue=Value.TCPU to the one you see in the Registry, for instance RegValue=Value.TCPUPKG.
I'll make this simpler... For now that's what you have to do.
Jiipper
Posts: 2 Joined: March 19th, 2021, 7:15 am
Post
by Jiipper » March 19th, 2021, 7:25 am
Hi,
I have been using rainformer for a year now and saw that someone made a fps counter to it at deviantart.
I tried to make my own but, it didnt go as planned. I installed RTSS and found the registery key for it but, im not good at making those skins come to alive.
Are you planning to implement fps counter in future versions or should i just forget about it?
Also that water temp skin is interesting. (and in hopes of getting it too).
Thanks for this awesome skin anyway!!